Skip to content

ippa/netsnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NETSNAKE

Homepage: ippa.se/gaming Sourcecode: github.com/ippa/netsnake

Simple, hectic and fun multiplayer-game!

  • Control your snake with ARROW-keys

  • Stay clear of other snakes + try to make the others run into you – last moving snake on screen wins

  • Client/server game, connect up to 4 players att he same time

START A SERVER

ruby netsnake.rbw server

Server will listen to 0.0.0.0 port 7778

CONNECT WITH A CLIENT

ruby netsnake.rbw <IP of server>

You might have to wait for the current game to finish before your snake appears on screen. A lot of lag will make it harder to play, but you should be able to compensate before you run into others and die :].

WINDOWS

Windows executable coming…

PLAY FROM SOURCE

You’ll need:

  • Ruby 1.9.2

  • Rubygems ‘chingu’, ‘gosu’ and ‘texplay’

About

Multiplayer snake (online) in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages