Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.15 KB

Cosmo-Engine

Windows: Windows Build Status Linux: Linux Build Status

A new game engine for playing Cosmo's Cosmic Adventure. Cosmo Engine

Requirements

A copy of the original Cosmo game is required to play.

Compiling

Cosmo-engine is built with CMake and requires SDL2 and SDL_mixer

Compiling (Original Xbox)

First setup and install nxdk. Then do this from your working directoy:

git clone --recursive https://github.com/Ryzee119/cosmo-engineX.git
cd cosmo-engineX
make -f Makefile.nxdk NXDK_DIR=/path/to/nxdk