Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/briuor/ncurses-applications

Applications has made with Ncurses library
https://github.com/briuor/ncurses-applications

Last synced: 8 days ago
JSON representation

Applications has made with Ncurses library

Awesome Lists containing this project

README

        

# Ncurses-applications
Some games that I made using C language and Ncurses library.
I will make a new version of each one but not yet, I uploaded these games to remind me how I coded when I was a noob programmer.
To compile the .c files you must have ncurses library installed and type:
gcc example.c -o example -lncurses

Note: example is the program name.