Chain Reaction was a school project in which we had to reprogram the game in its entirety and be able to :
- Play from 2 to 8 people
- Play on a board from 3x3 to 10x15 cells
- Save and resume a game
For those who are not familiar with the Chain Reaction Game, you can find an explanation here :
https://hope.scce.info/chainreaction/
It is currently in french but feel free to use it or modify it as you need =P
Enjoy !
To run this bot you will need :
- Git (if you want to clone directly from the terminal)
- Python 3
- Python 3 pip
- Pip3 pygame module
Commands to run :
apt install git python3 python3-pip
pip3 install pygame
git clone https://github.com/RomainDusi/ChainReaction.git
cd ChainReaction
python3 ChainReaction.py
You can contact me by using the "Issues" section of this Repo.