blubber-server-0.0.1: The blubber server, serves blubber clients.

Copyright(c) plaimi 2015
LicenseAGPL-3
Maintainerblubber@plaimi.net
Safe HaskellNone
LanguageHaskell2010

Blubber.Server.Message

Description

 

Synopsis

Documentation

data Message Source

The types of messages the blubber server accepts.

Constructors

Connect

Ask to shake hands.

Disconnect

Ask to part ways.

AddPlayer String

Ask to add a new player to the world.

UpdateVelocity (Double, Double)

Ask to update the velocity of a player's Blub

SrcPls String

Ask the given IP for the source code.

Instances

Eq Message 
Show Message 
Generic Message 
Serialize Message

Message uses a Serialize instance to encode its data.

type Rep Message 

data Reply Source

The types of replies the blubber server sends.

Constructors

View ViewPort

The latest ViewPort for the client.

SrcLink String

A link to the server's source code.