Lotus is a 2D arena fighting game.
Select one out of the three elements: Fire, Earth and Air.
Each with unique attacks and abilities.
It is implemented using C++ 17 and rendered with OpenGL 4.3.
For multiplayer use the feature/Netcode branch
The master branch as it exits right now is only for testing and does not support any kind of multiplayer.
Only tested on Linux.
While the master branch should work on Windows, it has not been tested.
A CLion project exists to build Lotus, but it can be built as well with only CMake.
A prebuilt binary can be found under Releases.
When running the executable make sure the have the res folder in the same directory as it is being run from.
Air Player by Nutellapanzer