SunlongNgouv / Py_game

Py_game is a classic game deployed python codes. This game is about food variety identification. There are some delicious food images responding to some questions. Download & play now!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Py Game

Introduction

This is a python generated game (so-called py_game), and I re-name it as Kitchen Contest. The game is used to test out one's foods recognition and preparing techniques.

The game consists of four stages:

  1. Warm-up
  2. Multiple choices with images
  3. Multiple choice with words
  4. IQ Questions Floor Plan

Python libraries being used in the game:

  • time
  • random
  • numpy as np
  • matplotlib.pyplot as plt
  • cv2
  • matplotlib.pyplot as plt
  • os
  • pathlib import Path
  • sys import exit

How to play the Py Game

To run this game, you should:

  1. Read and understand map file for rules and stages in the game any IDE supporting Python. For me, I mentioned folder's name "PyGam" and placed the images in the folder with path: C:\Users\DELL\Documents\PyGam.
  2. Upload .ipynb file and images folder to local Jupyter Notebook repository.
  3. Click on .ipynb file to run source code.

About

Py_game is a classic game deployed python codes. This game is about food variety identification. There are some delicious food images responding to some questions. Download & play now!


Languages

Language:Jupyter Notebook 100.0%