A tiny test game written in Python.
How to play: The one who picks the last stone loses :)
- Make sure you have Python 3 installed.
- Run the game:
python main.py
Notes:
main.py is the entry point.
stones.py contains supporting game logic.
Files main.py — game entry point
stones.py — game logic module
main.spec — PyInstaller spec (for building executables)
icon.jpg — icon image
License
MIT
contact
Amirhossein Sarabadani — amirhosseinsarabadani@gmail.com
Project Link: https://github.com/emirsara-dev/My-python-game