Menu

Getting started

davvs

Seting up the project

These instructions are for Linux

Requirements

libsdl1.2-dev
g++
make

Installing in debian/ubuntu/mint

sudo apt-get install libsdl1.2-dev build-essential

Preparing

mkdir ~/gobblash
cd $_

Checkout the code

(As read-only)
cvs -z3 -d:pserver:anonymous@gobblash.cvs.sourceforge.net:/cvsroot/gobblash checkout -P game

(As read-write)
cvs -z3 -d:ext:USERNAME@gobblash.cvs.sourceforge.net:/cvsroot/gobblash checkout -P game

Building the game

cd game
make
./GobblashX

Start the level editor

./TheGobbitor

Playing the game

Control the red player with:
Movement: w,a,s,d
Attack: q
Jump: tab
Focus player: left shift

Control Gobblash with:
Movement: the arrow keys
Attack: dot
Jump: minus
Focus player: right shift