Skip to content

Cloudxtreme/monster

 
 

Repository files navigation

Monster 1

Monster 1 is a classic style JRPG in the theme of old NES titles of the 80s and 90s. Like those RPGs, you gain experience and level up through combat, while talking to characters and advancing in your quest to save your child from the hands of a monster.

Monster 1 is a "loose prequel" to the Monster RPG 2 game.

Building

The game can be built for Linux, Mac OSX and Windows systems.

Dependencies

Build instructions (Linux)

First, build the TGUI dependency:

cd tgui-0.9
make -f Makefile.unix

Then build the game engine:

cd ../src
make -f Makefile.unix

To play the game, run the src/monster executable from the main repo directory which contains the data folder.

About

The original Monster RPG game

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 61.5%
  • Lua 36.9%
  • Other 1.6%