Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 351 Bytes

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