jordansavant / baleon.c

Procedural Roguelike written in C rendered with NCurses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baleon - A new Roguelike with NCurses

Building

Ensure you have:

  • gcc
  • make
  • libncurses-dev

Build and Run:

  • make run

Note I used the gcc extension for nested C functions to implement closure like behavior that makes the compiled binaries have executable stacks

About

Procedural Roguelike written in C rendered with NCurses


Languages

Language:C 99.3%Language:Makefile 0.6%Language:Shell 0.2%