No description
Find a file
2025-03-18 23:16:51 +01:00
assets@e0659b2375 Fixed overlapping Quads 2025-03-18 23:15:45 +01:00
cmake update cmake for CPM.cmake 2025-03-10 20:18:12 +01:00
src Fixed overlapping Quads 2025-03-18 23:15:45 +01:00
utils Added Map Rendering 2025-03-18 23:00:42 +01:00
.gitignore update .gitignore 2025-03-18 23:16:51 +01:00
CMakeLists.txt Added Map Rendering 2025-03-18 23:00:42 +01:00
README.md Update README.md 2025-03-17 20:10:23 +01:00

Colysis

A simple game 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 will be open source but without the game assets.
So you will be able to make your own game from colysis but the assets can only be purchased.