http://www.tankturns.com/Tank Turns is a turn-based strategy game developed in JavaScript.
The objective of the game is to navigate around the map and kill the enemy.
The game is played in turns. Both players decide all of their actions ahead of time. The goal is to predict the enemy movement and plan for their actions. Once you've decided your moves, you end your turn. Once your opponent is done, the round will play back.
--
This is a project I've been working on for a short period of time now. I actually had intended on submitting it to the games competition that ran recently but I didn't have it quite ready on time.
The concept is very basic. Players load onto a map and shoot at each other until one of them dies. It's like a combination of playing battleships and rock paper scissors. It really comes down to predicting your opponent well. I find the game to be a lot of fun. It's the first time I've gotten a project like this off the ground, and it's been a lot of fun developing it.
This is still a massive work in progress. I've playtested it quite a bit, and it should run pretty smoothly in major browsers. The code still needs a lot of cleaning, but I'm really happy with it so far.
Comments? Thoughts? Notice any bugs?
Thanks for checking it out.