Difference between revisions of "Project:Multiplayer Snake"

From London Hackspace Wiki
Jump to navigation Jump to search
(Created page with "250px|thumb|right|Multiplayer Snake A reinvention of the classic game of snake for multiple players connected via the internet. ==Ai...")
 
 
Line 7: Line 7:
 
==State of Project==
 
==State of Project==
 
Code for a basic playable version is complete though graphic design is not. Any help with the graphics will be appreciated.
 
Code for a basic playable version is complete though graphic design is not. Any help with the graphics will be appreciated.
Source code is available on request as it has not made it to GitHub yet.
+
Source code is [[User:Xianic|available on request]] as it has not made it to GitHub yet.

Latest revision as of 21:37, 30 September 2013

Multiplayer Snake

A reinvention of the classic game of snake for multiple players connected via the internet.

Aim of the Game

You and the other players each control a snake in the arena. You chase the other players and bite the tails off their snake which gets shorter, and yours gets longer by the same amount. You will also receive points for the amount bitten off. The game lasts a fixed amount of time and the winner is the one with the most points at the end.

State of Project

Code for a basic playable version is complete though graphic design is not. Any help with the graphics will be appreciated. Source code is available on request as it has not made it to GitHub yet.