Ninslash icon indicating copy to clipboard operation
Ninslash copied to clipboard

Ninslash - Open source 2d platformer action game



Compiling in windows

Required tools:
Bam 0.4.0
Python (tested with 3.7.0)
Visual Studio Express 2010
Visual Studio 2010 Service Pack 1

1. Install everything
2. Compile Bam (run make_win32_msvc.bat)
3. Open console (cmd) in Ninslash root folder
4. Define Visual Studio environment (%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"" x86)
5. Run Bam (c:\bam\bam release)

Cmd screenshot
If you're using unix, having a look at circleci instructions might be helpful.