C++ MudBase

C++ MudBase project is a small embryo of basic mudrelated functions that could be extended into a fullfeatured game.
Download

C++ MudBase Ranking & Summary

Advertisement

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

C++ MudBase Tags


C++ MudBase Description

C++ MudBase project is a small embryo of basic mudrelated functions that could be extended into a fullfeatured game. C++ MudBase project is a small embryo of basic mudrelated functions that could be extended into a fullfeatured game. It contains a basic map system with editor, a character definition, and an easy to extend command parser. The source code is released under the GNU GPL license. The MapThe map consists of different areas. Each area consists of interlinked chunks with an absolute size which is the same for all chunks in the area. Chunks can be linked in all directions as well as up and down. Different areas can be linked together using portals. The C++ MudBase contains a basic map editor.The CharacterThe character class contains only the information needed to support the map and editor function. Each character must also select a Race, which will determine in-game attributes such as sight. The command parserEach command is a C++ class which extends the Command class. When all necessary methods are implemented and the new class added to the global commands list, all parsing and help text generation is done automatically.The Database SupportThe C++ MudBase supports sqlite through the sqlitewrapped C++ wrapper. That wrapper also exists for MySQL and ODBC. The sqlite and MySQL wrappers are cross-platform. Database access classes are generated by sql2class, a sql to C++ code generator. NetworkingAll socket communication is implemented using the C++ sockets library, which also is cross-platform.Requirements:· C++ Sockets· SQL C++ code generator· SQLite· sqlitewrapped Requirements: · C Sockets · SQL C code generator · SQLite · sqlitewrapped


C++ MudBase Related Software