Skip to content

RPG Role Playing Mapper for playing old-school RPGs and map them to grid.

License

Notifications You must be signed in to change notification settings

dyle71/rpgmapper

Repository files navigation

RPGMapper

RPG Role Playing Mapper for playing old-school RPGs and map dungeons and areas on a grid. The goal of this project is to have a tiny, nice tool at hand, which lets the user create any dungeon-like map. The user should be capable of sharing these maps freely.

Preamble

In this project of mine, I try to adhere to the recent software engineering principles found in such books as:

  • Robert C. Martin, "Clean Code: A Handbook of Agile Software Craftsmanship"
  • Stephan Roth, "Clean C++: Sustainable Software Development, and Best Practices with C++17"

This is also a playground of mine to study, learn and experience new C++11, C++14, and C++17 techniques.

Some more notes:

Building

This is a CMake - Qt 5 - C++17 project. On a Ubuntu/Debian based operating system you'll need at least these packages:

  • build-essential
  • qtbase5-dev
  • cmake

Maybe I missed some, sorry. The cmake step will tell you. Next, clone this repository as usual and then

$ mkdir build
$ cd build
$ cmake ..

You might check the output and install missing dependencies according to your operating system.

Then:

$ make

If all went well, you'll find the rpgmapper executable:

$ bin/rpgmapper

within the build folder.

Images

I'm still in desperate need of someone with a graphic skill to help me out drawing icons and other images needed for the application. The icons and images I use here are free. Some picked by KDE Plasma stock Breeze icon set other from Open Cliparts and other from other various places, like:

Edit 1

Aaaarrrgghhh! I cannot stand it to not comment my work. After some months of inactivity I myself find it hard to reflect upon this code.

Therefore: sorry, I will comment my code.

Edit 2

Obviously, it is hard to find and figure out the software patterns and C++ idioms I use. I will include them in the documentation too.

Software Patterns and C/C++ Idioms in this project:

(in no particular order; sure some missing...)


Oliver Maurhart, dyle71@gmail.com

About

RPG Role Playing Mapper for playing old-school RPGs and map them to grid.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published