gitter-badger / Zank

Text-based adventure game

Home Page:https://github.com/andy5995/Zank/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text-based adventure game; can you find enough magic rings and incriminating documents to indict and retire all the politicians before your HP runs out?

Zank home page: https://github.com/andy5995/Zank/wiki

Dependencies: libncurses (make and cmake optional to build)

The windows .exe file is in the win32/ folder of the Zank archive.
It was built using MinGW on ReactOS 4.01 ( https://www.reactos.org/ ) and hasn't yet been fully tested.

On Windows, to build with cmake and MinGW, go to
/win32 in the Zank folder and type 'make'.

to build on Linux or Windows (if using MingGW)
gcc -Wall main.c functions.c -lncurses -o Zank

'make install' is not working yet.

e,w,n,s or cursor keys = direction keys
h = display in-game help
i = show inventory
m = display map
q = quit

When you are at position 0,0, you are at the bottom-left corner of the map.
When you are at position 9,9, you are in the top-right corner.

Inspiration for Zank came from BBS Door games such as Zork, Legend of the Red Dragon (L.O.R.D.), and Lunatix.

Bugs, TODO, and Feature Requests
https://github.com/andy5995/Zank/issues

Forums
http://ost.io/@andy5995/Zank

IRC: Quakenet IRC network - #Zank
http://webchat.quakenet.org/?channels=Zank

License: GNU GPL 3.0

This file last updated 2016-09-11

About

Text-based adventure game

https://github.com/andy5995/Zank/wiki

License:GNU General Public License v3.0


Languages

Language:C 40.2%Language:C++ 30.0%Language:CMake 17.8%Language:Makefile 11.9%