colysis/README.md
2025-03-17 20:04:47 +01:00

666 B

Colysis

A simple game engine written in C++ and using SFML.

Building

To build the project, you need to have CMake installed.

Linux

mkdir build
cd build
cmake ..
make

Windows

mkdir build
cd build
cmake -G "Visual Studio 17 2022" ..
cmake --build . --config Release

macOS

mkdir build
cd build
cmake -G "Xcode" ..
cmake --build . --config Release

Running

After building, you can run the game by executing the colysis executable.

License

The game "colysis" will not be open source, but the engine will be licensed under the MIT license as soon as it is finished.