Remake of the Chain Reaction strategy arcade game! Made in 24 hours using PyGame! (Demo Video)
By Cameron Beneteau, Tailai Wang, Hamza Saquib, and Luka David
Event: MasseyHacks III (Grade 10)
Date: April 1-2, 2017
1. Intro
2. Gameplay
3. Environment Setup
4. How to Play
5. Results
6. Next Steps
This is a two to four-player turn-based strategy game inspired by the arcade game Chain Reaction.
This game was made using Python and PyGame. It utilizes object-oriented programming and other high school computing techniques.
Check out the demo video for this project here!
To successfully run this project, please follow these steps to set up your environment:
- Python 3.0 or later (Download Python)
- Any IDE that runs Python (we recommend IDLE, IntelliJ IDEA or VS Code)
- PyGame Module installed to your version of Python (Download PyGame)
- Ensure your IDE is configured to use the above version of Python and PyGame
All instructions can be found in the game after pressing "Play" button on the main screen.
Run the Infected.py file to play!
We are extremely happy we were able to participate in MasseyHacks III to build this project.
The 24-hour time constraint was easily the hardest but most enjoyable part of this experience.
It was a big challenge to try to build a game this fast, but our team had great planning and teamwork skills throughout this development process to get it done
Although this game did not win any prizes at the hackathon, it was awesome to see our creation come to life - especially after letting the judges and other hackers play against each other!
Some fun things we would like to build on or explore relating to this project would be:
- Ability for players to play against the computer (at various difficulties)
- Sound effects to various in-game events
- Cleaner split animations