A text-based hackable multiplayer role-playing game. Currently in very early development.
Go to file
Barry Kane 9b3df5928b Refactored the input queue to use the new queue type
- Removed all traces of the previous inputMessageQueue type.
- Removed the pointer "next" in inputMessage.
- Rewrote the the main thread and game logic thread to use a queue for input.
2022-12-19 23:44:16 +00:00
src Refactored the input queue to use the new queue type 2022-12-19 23:44:16 +00:00
tests Added queue.c and queue.h. 2022-12-18 21:07:10 +00:00
Makefile Added queue.c and queue.h. 2022-12-18 21:07:10 +00:00
SilverMUD.org Began implementation of skills and stats. 2022-10-16 16:13:33 +01:00