https://github.com/eval-exec/slarsar_game_rat
a txt-based game using ncurses ,wrote in C.
https://github.com/eval-exec/slarsar_game_rat
Last synced: 5 months ago
JSON representation
a txt-based game using ncurses ,wrote in C.
- Host: GitHub
- URL: https://github.com/eval-exec/slarsar_game_rat
- Owner: eval-exec
- Created: 2019-02-10T13:11:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T02:37:58.000Z (almost 7 years ago)
- Last Synced: 2025-07-19T20:42:43.575Z (5 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slarsar_game_rat
a txt-based game using ncurses ,wrote in C.
用gcc 编译要加上 '-lncurses'才能编译成功,需要ncurses库。
############################
$ gcc rat_game.c -lncurses