TheoryOfNekomata ebebba1fb9 | hace 1 año | |
---|---|---|
__mocks__ | hace 1 año | |
assets | hace 1 año | |
assets_src | hace 1 año | |
docs | hace 1 año | |
src/packages | hace 1 año | |
subprojects | hace 1 año | |
tools | hace 1 año | |
.editorconfig | hace 2 años | |
.gitignore | hace 1 año | |
.gitmodules | hace 1 año | |
00-build-cache-debug-x64 | hace 1 año | |
00-build-cache-debug-x64.bat | hace 1 año | |
01-build-game | hace 1 año | |
01-build-game.bat | hace 1 año | |
02-build-server | hace 1 año | |
02-build-server.bat | hace 1 año | |
CMakeLists.txt | hace 1 año | |
README.md | hace 1 año | |
TODO.md | hace 1 año |
A run-and-gun shooter inspired by Metal Slug.
Note: CMake and OpenSSL are required.
The following tools are required:
CMake
Ninja
Clang
Set your
CC
environment variable to the full path ofclang-cl.exe
Set your
CMAKE_MT
environment variable to the full path ofmt.exe
, which can be found on your Windows SDK installation folder (usuallyC:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/mt.exe
)
dependencies.txt
except for SDL2.dependencies
folder in this project’s root. Rename the directory as SDL2
.portmidi
libwebsockets
(follow the instructions on building LWS)Clone this repo.
Clone the repositories under dependencies.txt
, including SDL2.
Build the SDL, SDL_image, and SDL_ttf dependencies using the build instructions for Linux/UNIX or build instructions for macOS.
Note: You may need to download other tools to build the libraries:
- autoconf
- make
Note: Clone the submodules under SDL_ttf to download freetype and harfbuzz:
git submodule update --init --recursive
For OpenSSL, simply run:
./Configure
make
make test
Build the following dependencies first:
portmidi
(Linux needs ALSA libraries to be compiled)
libtool
to be compiled.libwebsockets
(follow the instructions on building LWS)Build via CMake.