|
|
8 tháng trước cách đây | |
|---|---|---|
| src | 8 tháng trước cách đây | |
| .gitignore | 1 năm trước cách đây | |
| README.md | 10 tháng trước cách đây | |
| compile.sh | 1 năm trước cách đây |
A simple snake game in the terminal. No third party libraries needed.
Click image for video
The program makes the terminal use non-canonical input and output by using termios. Then it updates and prints a 2D character array containing the board borders, snake, and food. Before terminating, the program restores canonical mode.
Only tested with the combination of