Welcome to the Fidget Spinner Game GitHub repository! This simple yet entertaining game is built with Python and the Turtle Graphics library. The game is based on the original code by Grant Jenks, available in the free-python-games repository.
The Fidget Spinner game is a virtual simulation of a real-life fidget spinner. The game uses the Turtle Graphics library to draw a fidget spinner with three colored sections (red, green, and blue). Players can "flick" the spinner by pressing the spacebar, causing the spinner to rotate. The speed of the spinner will gradually decrease over time, and the player can flick it again to increase its speed.
To run the game, you need to have Python 3 installed on your system. Additionally, you'll need the Turtle Graphics library, which comes pre-installed with most Python distributions.
Follow these steps to get started:
Clone this repository
git clone https://github.com/yourusername/fidget-spinner-game.git
Navigate to the directory
cd fidget-spinner-game
Run the PyGame version of the game
python -m app.pygame_version.main
Run the Turtle version of the game
python -m app.turtle_version.main
Press the spacebar to flick the fidget spinner.
Contributions are welcome! Please feel free to submit pull requests or open issues to discuss improvements and bug fixes.
This project is open-source and available under the MIT License.
Original game and code by Grant Jenks.