The game engine and the actual game are developed in C++ and built with g++/make. The makefile automatically compiles all of the required code.
The game is built with the Unix library ncurses and must be compiled with a version greater or equal than 6.
To compile and link the game run
make
while the default executable can be run after compilation with:
make run
- Walking: WASD
- Shooting: T
- Interacting: Ein
- Inventory mode: I
-
- Use item: E
-
- Remove item: R
- Advance to next world: M
Made by Gianlorenzo Urbano and Massimo Pignatti