|
|
|
|
|
by lchsk
3363 days ago
|
|
Mostly two things: 1) online platform for learning foreign languages via simple games, currently trying to make it work on mobiles (http://language-monster.com) 2) attempting to create a classic 2D real-time strategy game, although it's in early development: https://github.com/lchsk/knights
I intend to make it work on Linux & Windows |
|
It's got a fairly nice GUI and allows you to script events in a scripting language that's like a mix between Python and C++. You can also just use C++. Everything works as part of a "scene-tree". The physics and rendering engines are swappable. I believe it uses SDL2 by default. I'm pretty new at game-dev stuff. Most of my work is in back end web development. I just thought you may find it interesting or helpful.