A dungeon crawler made in C, mainly to test of Objects in C.
Go to file
Charadon 86e3ea21f5
ci/woodpecker/push/woodpecker Pipeline was successful Details
Fixed 3: The search for more money
2023-12-31 22:58:43 +00:00
docs Updated build system crap 2023-12-26 20:21:05 +00:00
include Updated build system crap 2023-12-26 20:21:05 +00:00
resources Updated build system crap 2023-12-26 20:21:05 +00:00
scripts woodpecker test 1 2023-12-31 12:54:09 +00:00
share/icons/hicolor Updated build system crap 2023-12-26 20:21:05 +00:00
src Fixed use-after-free 2023-12-26 20:24:46 +00:00
subprojects Updated build system crap 2023-12-26 20:21:05 +00:00
.clang-format Updated build system crap 2023-12-26 20:21:05 +00:00
.gitignore Updated build system crap 2023-12-26 20:21:05 +00:00
.woodpecker.yml Fixed 2023-12-31 22:50:09 +00:00
AppIcon.icns Updated build system crap 2023-12-26 20:21:05 +00:00
AppIcon.ico Updated build system crap 2023-12-26 20:21:05 +00:00
Info.plist Updated build system crap 2023-12-26 20:21:05 +00:00
README.md Updated README 2023-12-26 20:27:31 +00:00
init-perl.sh Add woodpecker-ci 2023-12-29 19:19:56 +00:00
meson.build Fixed 3: The search for more money 2023-12-31 22:58:43 +00:00
net.iotib.DungeonV3.desktop Updated build system crap 2023-12-26 20:21:05 +00:00

README.md

Dungeon

General: Build status | Windows: Build status

Build Instructions

Requirements:

  • meson/muon
  • perl
  • C Compiler (Needs GNU89 standard)
  • SDL2
  • SDL2_mixer
  • SDL2_gfx
  • SDL2_image
  • gdbm

Currently Known to Support:

  • Linux
  • OpenBSD
  • FreeBSD
  • Illumos (Openindiana, Tribblix, etc)


# If your OS's repositories do not have PAR::Packer, simply use the init-perl.sh
./init-perl.sh
meson setup builddir
ninja -C builddir
builddir/dungeon

Description

A 3rd attempt at a curses-based dungeon crawler. It will have a 10-level campaign, and a level editor to share your own created levels with others!