|
2 | 2 |
|
3 | 3 | Classic snake game on the terminal |
4 | 4 |
|
5 | | -<!-- insert screenshot --> |
| 5 | + |
| 6 | + |
| 7 | + |
6 | 8 |
|
7 | 9 | `nsnake` is a clone of the classic snake game that we all used to |
8 | 10 | play on our cellphones. You play this game on the terminal, |
9 | 11 | with textual interface. |
10 | 12 |
|
| 13 | +Here's some features: |
| 14 | + |
| 15 | +* Customizable gameplay, appearance and keybindings; |
| 16 | +* Neat GUI-like interface with nice animations; |
| 17 | +* Lots of possible game modes, with scores saved for each; |
11 | 18 |
|
12 | 19 | ## Controls |
13 | 20 |
|
14 | | - Numbers (1~9) Changes the game speed at the main menu |
15 | | - Arrow Keys, WASD Moves the snake |
| 21 | +The keybindings are completely customizable on the in-game menus. |
| 22 | +The default ones are: |
| 23 | + |
| 24 | + Arrow Keys Moves the snake |
16 | 25 | q Quits the game at any time |
17 | 26 | p Pauses/Unpauses the game |
| 27 | + h Show help during game |
18 | 28 |
|
19 | 29 | ## Dependencies |
20 | 30 |
|
@@ -54,9 +64,9 @@ I'm glad you had interest on this project. |
54 | 64 | You can send me comments, bugs, ideas or anything else by email. |
55 | 65 | And if you have time, please visit my blog! |
56 | 66 |
|
57 | | - |
| 67 | + |
58 | 68 | My homepage: http://www.alexdantas.net/ |
59 | | -nsnake main page: http://www.alexdantas.net/projects/nsnake/ |
| 69 | +nsnake main page: http://nsnake.alexdantas.net/ |
60 | 70 |
|
61 | 71 | I'd appreciate any commentary - even if it's |
62 | 72 | just _"Hello, I play your game!"_. |
|
0 commit comments