Clownacy / CuckySonic

An accurate Sonic the Hedgehog engine in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CuckySonic

An accurate Sonic the Hedgehog engine in C++.

(NOTE: There currently are no development tools, and this is still getting very actively worked on, so I wouldn't suggest using this for the time being)

Thumbnail

More information can be found in build/Info.txt

Compiling (Windows - MSYS2)

  1. Install MSYS2

  2. Install the following packages:

    base-devel

    mingw-w64-x86_64-toolchain

    mingw-w64-x86_64-SDL2

  3. Clone the repository (using whichever Git client of your choice)

  4. Go into the resulting repository (ex. cd C:/CuckySonic)

  5. To build, simply just input make with any of the below parameters

RELEASE=... if 0, a debug build will be created, if 1, an optimized release build will be created

STATIC=... if 1, the .exe will be compiled with all of the required libraries stored internally (preferred on)

BACKEND=... This sets which backend to use, the only implemented backend at the moment is SDL2, leaving this blank will probably cause big issues

WINDOWS=... This will overwrite what's determined by the makefile, you won't need to set this unless you're doing cross-compilation, or it's just not setting properly for any other reason

The compiled executable will be in the build folder.

If you have any questions, Google is your friend, but you can always ask on the CuckySonic Discord server https://discord.gg/XreGMxf

About

An accurate Sonic the Hedgehog engine in C++

License:MIT License


Languages

Language:C 73.5%Language:C++ 18.3%Language:Objective-C 3.1%Language:Shell 1.8%Language:M4 1.2%Language:Java 1.0%Language:CMake 0.7%Language:Makefile 0.2%Language:Perl 0.1%Language:JavaScript 0.1%Language:PowerShell 0.1%Language:HTML 0.0%Language:Metal 0.0%Language:Roff 0.0%Language:Python 0.0%Language:Batchfile 0.0%