Skip to content
/ jagi Public
forked from lanceewing/jagi

A "fork" of Dr Zoltan's Java AGI engine, for the purpose of exploring AGI v1 data formats.

License

Notifications You must be signed in to change notification settings

vafada/jagi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jagi

History

JAGI is a virtual "fork" of Dr Zoltan's Java AGI engine that can be found on sourceforge here:

https://sourceforge.net/projects/agi/

The initial commit of the code to this github repo was taken from the above sourceforge CVS repo on the 29th October 2016. The code in that repo had not changed in many years, so in the most part this initial version of the code dates back to 2001-2002. Given that date range, it is likely that it was originally built under Java 1.3. As a result, there were a number of classes that didn't compile under Java 8, mainly due to the use of "enum" for variable and method names in a few places. So the second commit (the first to diverge from the original project's code base), changed these variable names to allow it to compile under Java 8.

With this repo now set-up, I am intending from this point onward to use this existing code base as a way to explore some of the earlier AGI v1 booter style games, on both the PC and Apple II platforms. I'm hoping that I can make use of the various interfaces that the Java AGI interpreter provides, and it's existing capability to plug in different implementations of those interfaces, to enable the debugging tools it has, such as the various resource viewers and the LOGIC decompiler, to work with AGI v1 data. It will start out mainly as an investigative phase at first but might eventually be useful.

Screenshots

About

A "fork" of Dr Zoltan's Java AGI engine, for the purpose of exploring AGI v1 data formats.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Java 100.0%