ncurses-library
There are 132 repositories under ncurses-library topic.
farbodahm/chrome-dinosaur
Google Chrome dinosaur game using Ncurses in C (T-Rex)
okbob/ncurses-st-menu
ncurses (pdcurses) based library for CUA look menu
wkoszek/ncurses_guide
NCurses Examples from the book "Programmer's Guide to NCurses" with improvements and fixes
thenamankumar/ncurses-cheatsheet
A handy cheatsheet for programmers working with ncurses library. Complete inshort documentation and usage details.
YvesZHI/FallingCode
digital rain
ItaiShek/CC_Generator
Credit card generator
cyucelen/mazeGenerator
Recursive Backtracker Maze Generation Algorithm with C++ using ncurses
SamualLB/ncurses
Ncurses bindings for Crystal
sponege/terminal-games
A repository full of games for Linux terminals.
lewisjb/snek
Snake implemented in COBOL using ncurses
nemo256/matrix_game
A game where a player has to defeat the computer by finding the same sums.
richardpl/ncdm
ncurses download manager
VissaMoutafis/Snake-Game-in-Cpp
A simple snake game, with terminal GUI implemented using ncurses library
neoski/marienbad
Marienbad-game (called also NIM) coded in C language with 3 AI lvl (easy, medium, hard).
niaz-ahsan/Pass-The-Blocks
A fun 2D Terminal game built with C++ (Udacity Capstone Project)
red-kangaroo/7drl2019
My contribution to the Seven Day Roguelike Challenge 2019.
dima91/SpaceInvaders
Space Invaders game in C++ with the ncurses libraries.
edadma/ncurses
Scala Native bindings for the GNU Ncurses C library
nasrat-v/maze_generator_solver
Kruskal maze generator & Backtracking mazer solver
niaz-ahsan/Dodge-the-blocks
A fun 2D terminal game built with C++ and ncurses library.
holylovenia/less-than-3
Dungeon-crawler RPG/Adventure game with an unusual story.
Jomy10/SwiftCurses
Make terminal applications quickly with ncurses + Swift
lucaspcram/BugWorld
A simple ncurses-based action-puzzle game.
ourarash/ncurses_bazel
C++ Template for Bazel and ncurses
parkgeonhu/snake-game
C++ 프로그래밍 언어로 ncurses 라이브러리를 사용하여 Snake Game 을 구현한다.
phoemur/cxmaze
A maze game in C++ with lib ncurses, just an exercise
Ptelka/Minesweeper
Minesweeper for terminal
AsadiAhmad/Crime-Management
Managment app with ncurses framework for Computer Programming Course
DavidWKnight/Digital-Rain
Matrix Digital Rain terminal program
davix3f/ncplot
ncurses C plotter
JD297/cedit
c++ ncurses terminal editor
lapets/noir
An artifact primarily of historical interest: a terminal editor originally conceived as an extremely compact, relatively portable text editor for command line/terminal environments.
oldteamhost/ncurses-russian
Документация по ncurses на Русском.
OXiDE-dev/rogue-engine
A roguelike game engine made in C. Supports: maps, wide/utf-8 characters. [new update soon(tm)]
Spacerulerwill/Life
John Conway's Game of Life written for the terminal in C