Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.
/ Flux_SDL Public archive

WIP Graphical roguelike written in Free Pascal

License

Notifications You must be signed in to change notification settings

cyberfilth/Flux_SDL

Repository files navigation

FLUX (SDL Version)

Free pascaL rogUelike eXample

(All work on this project has moved to Axes, Armour & Ale https://github.com/cyberfilth/Axes-Armour-Ale)

FLUX is a small hobby project to create a basic roguelike, it builds on the terminal version at https://github.com/cyberfilth/FLUX/ and includes the following basic features;

  • A randomly generated dungeon
  • Should run on GNU/Linux and Windows
  • Small, native binary under 1mb in size

Dungeon screenshot

Cave screenshot

The code is released into the public domain, feel free to use it or modify it in any way you choose.

Public Domain

documentation

All code has been heavily commented so that you can generate documentation using PasDoc. Navigate to the source directory and create a folder called docs (or whatever you want to call it), then run the following commands.

mkdir docs/
pasdoc *.pas --output docs/

GitHub stars