Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1006 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 1006 Bytes

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.