Hello,
I've finished my project for more than two month now but never got any feedback on it so it will be appreciated.
Link:
https://github.com/Shinao/JustAGameBasically what I wanted to do is a framework for all my mini games, I've had a lot of ideas and simple things to create but I had to redo some things every time and if I wanted to make it multiplayer it was really painful.
What's great about it is the simplicity to integrate a new game. The sample Tic Tac Toe is a shared library that will be loaded on runtime by the game framework when you join a server, if you don't have this game it will download it so that you don't have to keep updating your games manually to the clients.
I don't really use it anymore but some classes can be useful for some people since it's cross-platform. It probably have some bugs since I could not test it on a large scale.
Do you guys have also some libraries/classes that you re-use all the time ? What are they ?
Good day.