#FC Tank
a rewrite of classic FC game "90 Tank" using coffee script
##Run the game visit Project Page to try this game.
##Contribute Dear guys, you're highly welcome to contribute to this project~
###Source files main logic are written in src/tank.coffee and src/game.coffee.
###Test To run test, you need to install npm first. Then
npm install
npm test