Skip to content
View altenstein's full-sized avatar
Block or Report

Block or report altenstein

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
altenstein/README.md

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

Popular repositories

  1. altenstein altenstein Public

    Roguelike medieval text RPG

    C 3 1