A text-based hackable multiplayer role-playing game. Currently in very early development.
Go to file
Barry 235ff8e74f Added basic logging support and command-line options to the client.
- Added basic logging support to the client.
- Added basic command-line options to the client:
  -g: Enables a game-log, must have a file-path.
  -c: Enables a chat-log, must have a file-path.
  -i: Sets the IP address to connect to.
- Removed the C-c handler, appeared to be broken anyways. Consider
  reimplementation at some point.
- Added /EXIT command to allow for leaving the game.
- The client now exits gracefully if the server dies.
2021-12-26 19:07:30 +00:00
src Added basic logging support and command-line options to the client. 2021-12-26 19:07:30 +00:00
Makefile Added area and path creation functions 2021-11-04 23:14:47 +00:00