An open API service indexing awesome lists of open source software.

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.

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