Dance Game is a simple Python game built using the Pygame Zero library. The game challenges players to mimic a sequence of dance moves and earn points by executing them correctly.
- Random generation of dance move sequences.
- Simple controls using arrow keys.
- Score tracking.
- Game over state with a restart option.
- Basic graphics and animations.
In this game, the dancer performs a sequence of moves. You need to remember this sequence and make him repeat it using the four arrow keys on the keyboard. Use the arrow keys (UP, DOWN, LEFT, RIGHT) to mimic the dance moves displayed on the screen. Earn points by executing the moves correctly. The game ends if you make a wrong move.
This project was inspired by the book "Coding Games in Python" (Chapter 9, Page 138).