Some further cleanup of readmes.

This commit is contained in:
Griatch 2012-06-13 01:07:09 +02:00
parent 98a5f11159
commit dfa0ced4e5
2 changed files with 17 additions and 8 deletions

View file

@ -43,4 +43,8 @@ things you want from here into game/gamesrc and change them there.
* CharGen (Griatch 2011) - A simple Character creator and selector for
Evennia's ooc mode. Works well with the menu login contrib and
is intended as a starting point for building a more full-featured
character creation system.
character creation system.
* Evlang (Griatch 2012) - A heavily restricted version of Python for use
as a "softcode" language by Players in-game. Contains a complete
system with examples of objects and commands for coding.