Turtle-Arena / turtle-arena-code

Turtle Arena is a free and open source cross-platform third-person action game using the Spearmint engine.

Home Page:https://clover.moe/turtlearena

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turtle Arena game code.

To use this you'll need the Spearmint engine.

  • On Windows, install Cygwin and mingw-w64.
  • Get the source for Spearmint and build it using make.
  • Get the source for this repo and build it using make.
  • Copy the turtle-arena-data to turtle-arena-code/build/release-mingw32-x86/baseturtle/data.pk3dir

If you put both projects in the same directory you can launch the game using;

spearmint/build/release-mingw32-x86/spearmint_x86.exe +set fs_basepath "turtle-arena-code/build/release-mingw32-x86/" +set fs_game "baseturtle"

On Linux and OS X you'll need to put ./ before the command and substitute the correct platform and architecture (look in the build directory).

About

Turtle Arena is a free and open source cross-platform third-person action game using the Spearmint engine.

https://clover.moe/turtlearena

License:GNU General Public License v3.0


Languages

Language:C 94.8%Language:C++ 1.8%Language:Objective-C 1.2%Language:HTML 1.1%Language:Makefile 0.8%Language:Roff 0.3%Language:Yacc 0.1%Language:Assembly 0.0%Language:Shell 0.0%