Quantum RPG
Demo created to learn how to make C++ classes, programmed by me and my partners Nikos Teran and Jorge Moreno.
In the demo we have as seen in the video, a character creator, and then we have a grid map and mini map, in which we place ourselves as a board and we can move around it.
The information of the game is saved in a database with SQLite and the map is procedural so we save the seed.
Once the demo was finished, it was ported to ubuntu with some code changes but not in appearance.
We also started an online mode with the Raknet library but as we didn't have so much time, it was discarded and only the connections were left in case the mini-game was resumed.