1 2 3 4 5 6 7 8 9 | /lib directory -------------- /lib contains library code, ie. code that has potentially general uses, and is not specific to any particular game paradigm. /lib code should ideally be non-persistent (but the code may read in constant information from save files of configuration files). |