Skip to content

dandels/ncurses-labyrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is an ncurses game where you direct your cursor through a labyrinth, with the added twist that the characters <, >, v, and ^ can only be traversed in the direction which they point towards.

This is the first non-trivial program I've written in C, based on an idea implemented on paper years ago.

There are still a lot of bugs in it, but the first level is playable. Your game experience might vary depending on the terminal emulator and your color scheme.

A screenshot of the labyrinth game.

Dependencies

  • You'll need the development libraries for ncurses (libncurses-dev on Ubuntu) as well as a C-compiler like gcc or clang.
  • GNU Make is required for the make command to work. The makefile assumes you have gcc installed.

Installation

Uninstallation

  • Just remove the "ncurses-labyrinth"-directory.

About

An ncurses labyrinth game for the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published