A game in which a player has to invert the tiles of the opponent.
Make sure you have python3 and pip3 installed in your system before going on next steps.
Install pygame
python package
pip3 install pygame
Then run the following command in the repo root directory
python3 game.py
It will start the game.
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
We use github to host code, to track issues and feature requests, as well as accept pull requests.
In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](); it's that easy!
By contributing, you agree that your contributions will be licensed under its MIT License.