Skip to content

borlak/acmud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acmud

This is A C MUD (acmud) codebase created by myself and Jason "Pip" Wallace for the purpose of learning (especially MySQL) and to act as a barebones template for other developers.

Development began April 2001 and the MUD was worked on sporadically for several years.

Features:

  • Programmed in C
  • Barebones -- no combat/magic system
  • Everything stored in a MySQL database
  • Objects are still in memory
  • OLC (On Line Creation)

See the /doc directory for comments on how the source code works, more information on features, and thoughts for future development.