Adventure Game Interpreter News
Status: Alpha
Brought to you by:
drzoltan
Welcome to the Adventure Game Interpreter project. My goal is to create a AGI compatible system that can play old games.
What's done:
- Sound System. Can play sound using sound card with Java 1.3 compatible VM.
- Resource System. Can load any unmodified resource of AGI version 2 games.
- Object System.
- Word System. (only word table loading, word analysis is in the Logic System.)
What's remaining:
- View System.
- Picture System.
- Logic System.