Skip to content

An ambitious attempt to make a multi-player space dogfight

Notifications You must be signed in to change notification settings

helix-collective/canine-altercation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanine Altercation

An arena style mmo dogfight. Started life as a side project on Helix's Perisher offsite between @prunge and @jeeva

Game mechanics

  • One shot kills
  • Ships have a noticeable reload delay, and there is no UI feedback as to when you can fire
  • If ships collide, hit arena edges or space-junk/asteroids, they slide of each other

Client/Server

Dev

Game

sudo apt-get build-dep love
sudo apt-get install mercurial
hg clone ssh://[email protected]/rude/love
cd love; mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Release ..
make -j 8

cd ${gamedir}
${lovebuilddir}/love .

Server

cd server; ./build.sh

About

An ambitious attempt to make a multi-player space dogfight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages