https://github.com/pevers/arkanoid
Game programming for kids
https://github.com/pevers/arkanoid
Last synced: 5 months ago
JSON representation
Game programming for kids
- Host: GitHub
- URL: https://github.com/pevers/arkanoid
- Owner: pevers
- Created: 2020-11-28T18:06:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-12T13:26:54.000Z (over 5 years ago)
- Last Synced: 2024-12-29T21:45:25.519Z (over 1 year ago)
- Language: PLSQL
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arkanoid
Game programming for kids.
```
python -m http.server 8000
```
## Bonus
1. Add multiple balls
1. Change the level
1. Reverse controls
1. Multiplayer
1. Different types of bricks
1. Different scores per brick
1. Score based on time
1. Random speed variations
1. Change background
1. Inpenetrable bricks
## Resources
https://github.com/rexrainbow/phaser3-rex-notes/
https://photonstorm.github.io/phaser3-docs/