Skip to content

DuncanAJohnson/trap-the-sphero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trap the Sphero!

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!


Prerequisites

Before running this project, make sure you have the following installed on your system:

  • Python 3.9 (or higher)
  • pip (Python package manager)

Installation Instructions

To set up the project, follow these steps:

  1. Clone this repository:

    git clone https://github.com/DuncanAJohnson/trap-the-sphero/
  2. Navigate to your project folder:

    cd trap-the-sphero
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the game loop

    python game_loop.py

Demo Video


Contributors

This project was developed by:

We collaborated on the design, implementation, and testing of the game to ensure it met all project requirements.


Additional Notes

  • This project was tested and confirmed to work on Linux systems. Compatibility with Windows or Mac is not guaranteed and may lead to issues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages