C++ MudBase

Software Screenshot:
C++ MudBase
Software Details:
Version: 0.1
Upload Date: 3 Jun 15
Developer: -
Distribution Type: Freeware
Downloads: 25

Rating: 4.0/5 (Total Votes: 1)

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 Map

The 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 Character

The 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 parser

Each 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 Support

The 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.

Networking

All 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

Similar Software

Kmud
Kmud

3 Jun 15

Sparklet
Sparklet

11 May 15

ULL
ULL

3 Jun 15

SClient
SClient

2 Jun 15

Other Software of Developer -

genromfs
genromfs

3 Jun 15

pin 'em up
pin 'em up

2 Jun 15

Comments to C++ MudBase

Comments not found
Add Comment
Turn on images!