File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 5
5
a rewrite of classic FC game "90 Tank" using coffee script
6
6
7
7
##Run the game
8
- I assume you got git and python installed on your machine.
9
- ``` bash
10
- git clone https://github.com/bencao/fc_tank.git fc_tank
11
- cd fc_tank
12
- python -m SimpleHTTPServer
13
- ```
14
- open your browser and visit "http://localhost:8000 ", you'll find it!
8
+ visit [ Project Page] ( http://blog.bencao.it/fc_tank/ ) to try this game.
15
9
16
10
##Contribute
11
+ Dear guys, you're highly welcome to contribute to this project~
17
12
18
13
###Source files
19
- main logic are in src/tank.coffee and src/game.coffee.
14
+ main logic are written in src/tank.coffee and src/game.coffee.
20
15
21
16
###Test
22
17
To run test, you need to install [ npm] ( https://npmjs.org/ ) first. Then
You can’t perform that action at this time.
0 commit comments