A text-based hackable multiplayer role-playing game. Currently in very early development.
Go to file
Barry Kane 582a0d02ae Refactored paths to use linked lists.
- Removed the code for the now-obsolete-before-actually-being-used pathLists.
- playerAreas now contain a list called pathList.
- Refactored createArea, createPath, and the /move and /look commands.
- Added typedefs to prevent the compiler being unable to link.
2022-11-13 00:23:42 +00:00
src Refactored paths to use linked lists. 2022-11-13 00:23:42 +00:00
tests Preliminary implementation of linked-list.c 2022-11-11 22:58:05 +00:00
Makefile Implemented Skill Checks. 2022-10-30 12:58:39 +00:00
SilverMUD.org Began implementation of skills and stats. 2022-10-16 16:13:33 +01:00