It is a browser based lightweight game.it is completely build from scratch with Vanila Java Script.
it is educational project which help me to learch WebGL Api.
To run this project you should use VS-Code Live Server. Or you could just use any other localhost server. You could run into issues if you try to open the index.html file through browser without any localhosted browser.
Game Rules
- Player have to shoot down the zombies.
- if the zombies touch the player the game is over.
- and if the zombie touch the human agent, the humans turns into a zombie thus, making zombie's population exponentially growing.
- friendly fire is allowed, thus player can shoot human.