Skip to content

cpinan/BrickBreakerAndroidProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Brick Breaker Simple Code

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:

  1. Unity
  2. UDK
  3. Cocos2d-x
  4. More

This is a simple demonstration using the following:

  1. SurfaceView (Canvas)
  2. Old SoundPool that is deprecated (it's going to be updated, please check the TODO at the end of this readme)
  3. Accelerometer
  4. Threading

It contains:

  1. BrickBreaker folder with the android project
  2. resource folder with nothing interesting.

Here you can see a preview tested on One Plus 7 Pro:

Screenshot

Also here is a video with the mini game running:

Demo

TODO:

  1. Update deprecated code.
  2. Add lifecycle arch to manage correctly the code.
  3. Clean the code just for demons.
  4. To add more but right now without ideas.

About

Simple Brick Breaker from scratch with canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages