Skip to content

Daxterapid/dungeoneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dungeoneration

Simple terminal-based dungeon generation

Motivation

I wanted to create a small roguelike game for an Arduino using a MAX7219 (small 8x8 LED matrix) and a joystick, so I created this small algorithm.

Compiling

GCC

Regular version:

gcc -o main main.c -O2

Old (worse) algorithm:

gcc -o main main.c -O2 -DUSE_WORSE_GENERATION

Usage

Windows

Generate and display a dungeon:

main

Display statistics:

main stat

Linux

Generate and display a dungeon:

./main

Display statistics:

./main stat

Bugs

If you find any bugs or improvements, please open an issue or create a pull request!

About

Simple terminal-based dungeon generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages