Quidditch Practice is a game built in HTML, CSS, canvas and JavaScript.
Click HERE to play!
- Clone or download this project
- Open the index.html file in your browser
- Enjoy!
Quidditch is the most popular game in the Wizarding World. It's time to practice!
- The bludgers are brown, big, heavy balls that are thrown at you and will harm you if they hit you - try to escape them!
- The snitch is a small and very fast flying ball and wins you points - try to catch as much as you can!
- Press ENTER to START / STOP the game
- Use LEFT / RIGHT arrows to move the player
- The bludgers will lose you points
- The snitch will earn you points
- When you achieve 25 points you win!
This is a free software, feel free to contribute in any way you want
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request