Skip to content

Procedural Roguelike written in C rendered with NCurses

Notifications You must be signed in to change notification settings

jordansavant/baleon.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages