BBTAN is a classic aim and smash game where our main goal is to destroy each and every obstacle. Each obstacle has a counter specifying how many times the obstacle needs to be hit to destroy it. I'd like to think we've all played it at some point. It's physics based game where angle is the key. I built this game using pure Javascript(ES6) and HTML5 Canvas during my internship.
Download the files and run index.html to play the game, or simply visit the following link.
https://cdn.rawgit.com/leapfroglets/BBTan/master/index.html
Help BBTAN destory each and every obstacle before the obstacles reach him. BBTAN has limited number of balls which he can use to smash the obstacle. There are also power-ups which help BBTAN destory the obstacles by changing the trajectory of the moving ball or just trigger a laser to destroy the objects. Remember the shooting angle and direction is the key to beating this game. With every level the obstacle counter increases requiring the same number of hits as the counter, each obstacle has its own counter.
Simply move your mouse, aim and click where you want to hit and incase you are running the game in your cell phone simply touch where you want to hit.
- Game physics isn't very perfect as i used a simple collision detection algorithm
- There is no drag and aim feature as in the original game, so playes need to just aim and shoot exactly where they want
- Game sound doesn't play in cell-phones
- Game isn't responsive so you need to adjust the screen before playing it in smaller devices