A simple browser game developed using only vanilla JS and HTML5 canvas
the game is about a movable tank that can be controlled using left/right arrows, it can fire bullets vertically towards jets that fly over it and that by using space bar. the mission is to destroy jets as much as you can before the tank gets destroyed.
the tank has :-
- health : which is the level in which the tank can live.
- ammo : ammo will be reloaded automatically.
- score : how many jets the player could destroy.
- shots : how many bullets fired.
you can run the game by following this steps :-
- move the working directory into the game folder.
- run a server in that folder.
- open the browser and go to the link specified.
the game still in the development process and may get enhancements and refactoring, anyone can use/update it as he want.
special thanks to "Daniel Shiffman" , I'am always inspired by him and his Tutorials. He is a very professional and friendly man!