This is a game meant to improve the player's decimal to binary conversion knowledge. To implement this we had a select number of balls fall on the screen with the player have a timed chance to match the decimal value with the corresponding binary value. The binary values are enclosed in a falling ball object and the decimal value is just a label on the screen. When the play matches the ball correctly the corresponding ball is removed from the game arena and the player is tasked at finding a different ball. If the player matching all the ball correctly at the given amount of time then they would have successfully unlocked the next level. The levels get harder as the player advances, the difficulty manifest in the form of having more balls on the screen consequently meaning higher decimal values and harder corresponding binary value.
The past week, we implemented a simple prototype of the game. The game had the three activities the main having the buttons: start, help and settings,
the start page takes the player to level where they can open only the levels they have unlocked.
clicking on one of the buttons takes them to the game arena, implemented using a SurfaceView with balls falling and they can play.
Moving forward we plan to include a signing page, implement the lock and lock levels, save players information for quick resume and also a smoother transition to the next unlocked level.
No comments:
Post a Comment