GitXplorerGitXplorer
s

sheep-mmo

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
acdfa8abbd2cffda95e78e518b89adc2eda3127b

Sheep consumes flowers

ssamertm committed 10 years ago
Unverified
9620fed89e1f80c00ccf13ff56bd0081bc414d03

Sheep eats flowers (but they don't get deleted)

ssamertm committed 10 years ago
Unverified
4d158bcdc9418bea1b45290e0fb033059f983ae1

Refactor and sheep collide w/ each other

ssamertm committed 10 years ago
Unverified
33ecc8c12ad14c4f3af61b9fc0f292603a9927d6

Spawned sheep respect collisions

ssamertm committed 10 years ago
Unverified
49534bf14de59f7779b4a367c98b868c958ee159

Put the fence in the middle of the screen

ssamertm committed 10 years ago
Unverified
77ea3499ac9c24ed913627fb2245cffa297aac4c

Add flowers

ssamertm committed 10 years ago

README

The README file for this repository.

Feed a sheep, rule the world.

Message format:

              message ::== "(" <message-part> ")"
         message-part ::== <*-message>
         tick-message ::== "tick"
        mouse-message ::== "mouse " xcoord " " ycoord
 server-mouse-message ::== "mouse " id " " xcoord " " ycoord
        sheep-message ::== "sheep " id " " xcoord " " ycoord " "
                           sheep-name " " state
       rename-message ::== "rename " id " " sheep-name
    gen-sheep-message ::== "gen-sheep"
       flower-message ::== "flower " xcoord " " ycoord
server-flower-message ::== "flower " id " " xcoord " " ycoord
        fence-message ::== "fence " xcoord " " ycoord " " width " " height
   id, xcoord, ycoord,
        height, width ::== non-negative integer
    sheep-name, state ::== string (can be delimited with double quotes)

Server-to-client messages: sheep-message, server-mouse-message, server-flower-message

Client-to-server messages: mouse-message, rename-message, gen-sheep-message, flower-message