Skip to content
/ sjg Public

Collection of Java Applet games made through the years 1996-2004.

Notifications You must be signed in to change notification settings

chvid/sjg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Applet Games by Christian Hvid 1996-2004

This is a collection of Java Applet games made 1996 to 2004 and published on my personal websites (diami.au.dk/~chvid and vredungmand.dk).

Due to changed security policies and later deprecation of Java Applets by Oracle, they are no longer available online.

The games are:

  • No Hats (1997)
  • Mr. Platfoot (1999)
  • Minor Bug (2000)
  • Taleban vs. Robot (2002)
  • Spacerace to Timbuktu (2002)
  • Erik vs. Erik (2002)
  • Mr. Hopwit and the mysterious maze (2004)
  • Mr. Hopwit hits the roof (2004)

This is a youtube playlist with recordings of each of the games:

Mr. Hopwit hits the roof

Building and running

The games build with Apache Ant and a Java Development Kit. They require Java version 1.1 and 1.2 for sound support (only available in the games "Mr. Hopwit and the mysterious maze" and "Mr. Hopwit hits the roof").

Assuming you have Apache Ant and a JDK in your path you build it by first building the framework, then the game and finally run it with the appletviewer i.e:

cd framework
ant
cd ../games/hopwit
ant
appletviewer index.html

About

Collection of Java Applet games made through the years 1996-2004.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages