A text-based hackable multiplayer role-playing game. Currently in very early development.
Go to file
Barry 6c93805d6f Added initial implementation of doubly-linked lists
- Added lists.c
- Added lists.h
- Changed initialisation of rooms to add a third room and to add the rooms to a
  list.
- Added datastructures for area and path nodes for doubly-linked lists.
2021-12-05 23:33:53 +00:00
src Added initial implementation of doubly-linked lists 2021-12-05 23:33:53 +00:00
Makefile Added area and path creation functions 2021-11-04 23:14:47 +00:00