Skip to content

Commit 5eb9a3f

Browse files
committed
update readme add link to project page
1 parent b489ed5 commit 5eb9a3f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@
55
a rewrite of classic FC game "90 Tank" using coffee script
66

77
##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.
159

1610
##Contribute
11+
Dear guys, you're highly welcome to contribute to this project~
1712

1813
###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.
2015

2116
###Test
2217
To run test, you need to install [npm](https://npmjs.org/) first. Then

0 commit comments

Comments
 (0)