An open API service indexing awesome lists of open source software.

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.

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