pwncollege
DojosLeaderboardCommunity
Back to intro-to-programming-languages

Project 3.2 MUD Shop

intro-to-programming-languages
0/7 challenges completed

[ ← Module List ]


It's time to bring some merchantilism into the MUD. In this project, you will be building a shopping interface that will list items and allow the player to purchase the items at various locations around the MUD map. The interface will rely on the linked list data structure to hold the items in the shop, and it will allow the player to browse through the items, search for items, and buy items.

Challenges

1
P3.2 Level 01 Get Data
2
P3.2 Level 02 Create the Shop
3
P3.2 Level 03 Shop Interface
4
P3.2 Level 04 Buy
5
P3.2 Level 05 Search
6
P3.2 Level 06 Multi-store
7
P3.2 Level 07 Search-Buy