Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 673 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 673 Bytes

OLD OLD OLD Project export from Google Code. Aaaah dead old code.


A simple adventure engine created for a university project. At present the code is dependent on PTK (just for rapid devolpment). I still need to talk to the owner about liscences for GPL projects. I would like to stick with PTK but it should be easy to decouple onto say SDL for instance

Basic Design principles:

  • Lightweight
  • Fully Decoupled from API
  • Load XML (For ease of Use)
  • Save/Load DAT (Propeitry format for speed)
  • Use pixel Doubling

Designer principles:

  • Easy to create
  • XML and Easy to understand format

Player Principles:

  • Lightweight Games
  • Avoid 'word' confusion