https://github.com/senior-sigan/why_cpp_arkanoid
This game was developed from scratch during live twitch streams
https://github.com/senior-sigan/why_cpp_arkanoid
cpp game gamedev whycpp
Last synced: 5 months ago
JSON representation
This game was developed from scratch during live twitch streams
- Host: GitHub
- URL: https://github.com/senior-sigan/why_cpp_arkanoid
- Owner: senior-sigan
- License: mit
- Created: 2019-02-16T12:30:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T21:54:10.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T11:47:51.779Z (about 1 year ago)
- Topics: cpp, game, gamedev, whycpp
- Language: C++
- Homepage: http://senior-sigan.net/WHY_CPP_arkanoid/
- Size: 12 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WHY_CPP_template
it's a template for WHY_CPP game framework
## TODO
- [ ] ball speed bonus
- [ ] tanos bonus - remove half of the bricks on the scene
- [x] add new ball bonus
- [ ] bomb bonus - removes neighbour bricks
- [ ] piercing ball bonus
- [ ] gun platform bonus
- [ ] disable bonus after some time
- [ ] control resize bonus
- [ ] brick has HP and might be indestructible
- [ ] add bricks destruction effects
- [x] many levels
- [ ] level with different bricks configuration
- [ ] read level config from file
- [x] add cheat to skip game scenes xD