A code (old one and ugly but it runs!!!!) made from scratch and using canvas (yes canvas). Is it useful? I don't think so, but it's funny.
Searching for game engines or frameworks:
- Unity
- UDK
- Cocos2d-x
- More
This is a simple demonstration using the following:
- SurfaceView (Canvas)
- Old SoundPool that is deprecated (it's going to be updated, please check the TODO at the end of this readme)
- Accelerometer
- Threading
It contains:
- BrickBreaker folder with the android project
- resource folder with nothing interesting.
Here you can see a preview tested on One Plus 7 Pro:
Also here is a video with the mini game running:
TODO:
- Update deprecated code.
- Add lifecycle arch to manage correctly the code.
- Clean the code just for demons.
- To add more but right now without ideas.