Adventures of Strawberry Samurai by telion
This is a proof of concept for an action MMO written in C++ compiled to emscripten. In this release the server is compiled into the client; there is no back-end and no multiplayer.
Features: potentially endless open world (unfinished) with Gauntlet-style combat (very unfinished).
Built almost entirely from scratch. Libraries used are SDL, SDL_image, and tinyXML2.
Controls: WASD to move, click to shoot.
Features: potentially endless open world (unfinished) with Gauntlet-style combat (very unfinished).
Built almost entirely from scratch. Libraries used are SDL, SDL_image, and tinyXML2.
Controls: WASD to move, click to shoot.
| Web | http://www.christopher-and-tina.com/game/launcher_noconsole.html |
| Source | https://github.com/Telion/LudumDareGame |
| Original URL | https://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=44978 |
Feedback
mountainstorm
21. Apr 2016 · 17:42 UTC
I didn't get how it fit the theme, but I liked it. Cute main character
TeamScripta
23. Apr 2016 · 16:57 UTC
5 stars for innovation!!! I'm very impressed you wrote this game from scratch in C++ and compiled it into javascript. I checked out the source code thanks for sharing!