/cosmo-engine

A new game engine to play the MS-DOS game "Cosmo's Cosmic Adventure" on modern systems

Primary LanguageCGNU General Public License v2.0GPL-2.0

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