A fun and interactive strategy game where players place orange obstacles on a 5x5 grid to trap a Sphero robot. The Sphero moves one space per turn, either horizontally or vertically, making it a challenging game of strategy and pathfinding!
Before running this project, make sure you have the following installed on your system:
- Python 3.9 (or higher)
- pip (Python package manager)
To set up the project, follow these steps:
-
Clone this repository:
git clone https://github.com/DuncanAJohnson/trap-the-sphero/
-
Navigate to your project folder:
cd trap-the-sphero
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the game loop
python game_loop.py
This project was developed by:
-
Duncan Johnson
Email: duncanjohnson99@gmail.com -
Luke Tran
Email: tranqluke@gmail.com
We collaborated on the design, implementation, and testing of the game to ensure it met all project requirements.
- This project was tested and confirmed to work on Linux systems. Compatibility with Windows or Mac is not guaranteed and may lead to issues.