# README
cible - a multi user game
In cible, players connect to a server and embark on adventures as different characters. It's a terminal based multi user dungeon(MUD) game, where you control your character with the keyboard.
Quick start
$ go install github.com/gregoryv/cible/cmd/cible@latest
$ cible -h
Usage: cible [OPTIONS]
Options
-b, --bind : ":8089"
-d, --debug
-s, --server
-h, --help
To play a local game start a server first
$ cible -s
then in another terminal run the client
$ USER=majorPain cible
Download
Binaries are available at https://www.7de.se/dl
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewEvent returns a new instance of the named event.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
when character enters a tile.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Your character EventMove in the game.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Protocol used over the wire.
No description provided by the author
No description provided by the author
Message is for transferring events between client and server using encoding/gob.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author