F1uctus / basic-c-quest

Simple game built to get some experience on ncurses library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic C quest

Requirements

Project is written with C11 standard. (GCC 4.7+) You'll need ncurses library to build it.

Pitfalls

  • No support for terminal resizing (minimal window size is 90 by 30)
  • Segfaults on misspelled commands
  • No actual 'inventory', just a set of flags
  • Probably, some other small bugs I didn't noticed

About

Simple game built to get some experience on ncurses library.

License:GNU General Public License v3.0


Languages

Language:C 88.6%Language:C++ 8.9%Language:CMake 1.6%Language:Makefile 0.9%