Adventure Game Interpreter News
Status: Alpha
Brought to you by:
drzoltan
The com.sierra.agi.view package is completed. It does support every feature of AGI's view (resource side). View table features still remaining.
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.