Skip to content

altenstein/altenstein

Repository files navigation

Build Developer License

About

Altenstein is a Rouglike medival text RPG, that we write right now. Based on the Dungeons and Dragons.

Additions coming soon..

Build 0.0.4.10

Compile GCC (MinGW)

cmd /k cd "C:\Dev\altenstein" && gcc -o main.exe main.c render.c tiles.c player.c items.c spells.c actions.c messages.c -lpdcurses -lpthread && main.exe

-lpdcurses -> -lncurses (for linux build)

!NOW WE HAVE WINDOWS AND LINUX MAKEFILES!

Dependencies

Current Libs

libgcc_s_dw2-1.dll
libpdcurses.dll
pthreadGC-3.dll

Graphics

To select the visual appearance of the game, use the settings of the console in which the game appears.

(I recommend trying SimSun-ExtB)

Developers