You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A work in progress fighting and beat em up game engine for windows, linux, and macos with the core written in C11. To get an idea of what's planned and what's actively in development checkout the project page. There is also documentation (not complete) which can be found here.
Technically any game type will be able to be made with the engine. But these are the primary types the engine will target:
Traditional 2D fighting games such as Street Fighter.
Supports windows, linux, and macos builds at the moment. Crescent engine uses cmake to build. PVS-Studio is used as a static analyzer for C and C++ code and has it's own github workflow that is triggered automatically with every commit to main and pull request.
CMake
Crescent officially supports and is actively tested with the following compilers.
Windows:
msvc
mingw
Linux (Ubuntu):
gcc
MacOS:
clang
Example of running on command line in the project source directory:
cmake .
cmake --build .
About
A fighting and beat em up game engine for windows, linux, and macos written in C and uses OpenGL.