https://github.com/khaleelmuhd1998/numbercricket
Desktop Game, made with Python.
https://github.com/khaleelmuhd1998/numbercricket
game game-ai game-ai-bot game-bot game-development game-programming game-project gamedev games python python-game python-game-programming
Last synced: about 1 year ago
JSON representation
Desktop Game, made with Python.
- Host: GitHub
- URL: https://github.com/khaleelmuhd1998/numbercricket
- Owner: KhaleelMuhd1998
- License: mit
- Created: 2024-03-03T06:06:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T01:55:16.000Z (about 2 years ago)
- Last Synced: 2025-03-09T20:28:31.226Z (about 1 year ago)
- Topics: game, game-ai, game-ai-bot, game-bot, game-development, game-programming, game-project, gamedev, games, python, python-game, python-game-programming
- Language: HTML
- Homepage: https://khaleelmuhd1998.itch.io/numbercricket
- Size: 8.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Number Cricket
The classic hand cricket with a little twist.
A computer game written in Python for use as an experimental program for coding and learning basic AI. Initially written in C++ as a part of my Grade 12 Computer Science project, this is a complete rewrite of the original code.
Get Number Cricket from itch.io: https://khaleelmuhd1998.itch.io/numbercricket
## Instructions
- Download NumberCricket.py from this repository.
- Install **Python** 3.12 or higher. Get Python from https://www.python.org/
- Install **Microsoft Visual Studio Code**. Get Visual Studio Code from https://code.visualstudio.com/
Get the following *Extensions* for Visual Studio Code.
- **Python**: https://marketplace.visualstudio.com/items?itemName=ms-python.python
- **Python Debugger**: https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
- **Pylance**: https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance
- Configure the extensions on Visual Studio Code, if prompted. If unsure, use the default options when configuring. Restart Visual Studio Code after installing the extensions.
- Open NumberCricket.py in Visual Studio Code. Make sure to open in *Trusted Workspace*.
- Click on *Run* button, on the top right corner of the *Editor* panel.
- Play the game in *Terminal* panel.
Alternatively, you can run the executable for **Microsoft Windows**. Get it from https://github.com/khaleelmuhammad1998/NumberCricket/releases