A Small MUD

A Small MUD is a minimal MUD implementation.
Download

A Small MUD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Anders Hedstr
  • Publisher web site:
  • http://www.alhem.net/project/wsdl2cpp/

A Small MUD Tags


A Small MUD Description

A Small MUD is a minimal MUD implementation. A Small MUD project is a minimal MUD implementation.A Small MUD is a minimal MUD implementation, with some mildly intelligent mobs running around creating rooms.A few pointers when reading the source code... the World class contains the "cells" in the dungeon - all those are created randomly by the mobs. The MobFactory class contains and controls all mobs in the world - the class holds a reference to the World class. Cells are specified by the World::CELL struct and mobs by the MobFactory::MOB struct. The SmallHandler class contains the World, MobFactory, and active sockets list (via SocketHandler). Finally, the SmallSocket class handles all socket communication and the ListenSocket template class acts as the socket listen server.Requirements:· C++ SocketsWhat's New in This Release:· Update to sockets library v2.1


A Small MUD Related Software