C++ course project made with Qt.
Text event-driven RPG with interactive map.
Users can add custom events, items and even custom maps. Each map has its own events.
qtchooseror analog making you able to runqmakeg++or other C++ compiler
In order to use this method you should have the package qtchooser installed.
For Ubuntu users:
sudo apt install qtchooserThen you'll need to clone the source and build binary.
git clone https://github.com/eadium/rasseki.game
cd rasseki.game
qmake
make
./rasseki_gameDownload the latest release and place the binary to the rasseki.game folder.
Pre-compiled binary may not be compatible with your OS
git clone https://github.com/eadium/rasseki.game
cd rasseki.game
wget https://github.com/eadium/rasseki.game/releases/download/ver_0.1/rasseki_game
./rasseki_game
