Skip to content

AdsGames/open-shc

Repository files navigation

Open Stronghold Crusader

WIP Open Source Stornghold Crusader clone

Demo

Web Demo

Setup

Assets

Copy your entire Stronghold Crusader folder to assets/proprietary/

Windows (MSYS2)

pacman -S mingw-w64-i686-gcc-libs mingw-w64-i686-SDL2 mingw-w64-i686-SDL2_mixer mingw-w64-i686-SDL2_image mingw-w64-i686-SDL2_ttf

Mac OS

brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer

Linux

sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev

Build

cmake .
make

Build Emscripten

emcmake cmake .
make

About

WIP Open Source Stronghold Crusader Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published