https://github.com/gregoryv/cible
A multi user game InvinCIBLE
https://github.com/gregoryv/cible
Last synced: 11 months ago
JSON representation
A multi user game InvinCIBLE
- Host: GitHub
- URL: https://github.com/gregoryv/cible
- Owner: gregoryv
- License: mit
- Created: 2022-04-24T11:45:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T22:20:02.000Z (about 4 years ago)
- Last Synced: 2025-06-12T14:08:55.908Z (about 1 year ago)
- Language: Go
- Size: 284 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
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