An open API service indexing awesome lists of open source software.

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

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