Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/briuor/ncurses-applications
- Owner: Briuor
- Created: 2017-08-31T20:59:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T16:10:51.000Z (over 6 years ago)
- Last Synced: 2024-10-12T12:40:11.711Z (2 months ago)
- Language: C
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.