Dungeon Memalign: https://memalign.github.io/m/dungeon/index.html
Source: https://github.com/memalign/memalign.github.io/tree/master/m...
Writeup: https://memalign.github.io/p/dungeon-memalign.html
Counterfeit Monkey (demo): https://memalign.github.io/m/counterfeitmonkey/index.html
Source: https://github.com/memalign/memalign.github.io/tree/master/m...
Writeup: https://memalign.github.io/p/counterfeit-monkey.html
On the server side, I use Python CGI's for very lightly used API's, a Python microserver for moderate, and Golang for high performance.
- It out-of-the-box exports for web;
- Its GDScript has a low barrier to entry;
- Its UI is very well implemented and simple to learn;
- Should you decide to build your game for other platforms (Win/Lin/Mac, you can;
- If you have a budding interest in game development, you’ve already started with a good engine choice, and can pivot to adding graphics/sound, animation, 3D, multiplayer, etc afterward.
Edit: formatting