/baleon.c

Procedural Roguelike written in C rendered with NCurses

Primary LanguageC

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