Skip to content

A 2D platform game, remake of the 1993 Software Creattions' Jetpack DOS classic.

License

Notifications You must be signed in to change notification settings

cghislai/ihaterobots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I Hate Robots

A 2D platform game, remake of the 1993 Software Creattions' Jetpack DOS classic.

This was done in 2011 for a Slick2D (java 2D game library) competition. It was hosted on google code, but I neglected to export it while I had still time.

Gameplay video:

Gameplay video

Looking at the source, it used ant and was built on netbeans. I commit everything just in case.

Getting started

  • Download the release tarball
  • Create a .iHateRobots directory in your home (there is a bug, the game wont create it for you but rather throw an exception)
  • Run java -Djava.library.path="lib/native" -jar IHateRobots.jar from the extracted directory.

NOTES: Running with openjdk 11 can be difficult, at least on 64bit systems. Using openjdk 8, it works fine

How to play

  • Move around using arrows
  • Use left CTRL to trigger the digging tool. Some tiles may be dug, and will fold back after some time. You can try to capture enemies by making them move onto the dug tile right when it is about to refold.
  • Collect all green gems
  • Move to the escape door that will open.

All of that by avoiding ennemies of course.

And dont try to collect all the gold, you greedy capitalist, you will regret it.

Links

License

Original work was GPLv3 https://www.gnu.org/licenses/gpl-3.0.en.html. Im not sure I can relicense it to a more permissive one because of the libraries used.

Notice the excellent work on assets, sprites drawn using paint, and sound recordings of my own voice or some paper scratching :)

About

A 2D platform game, remake of the 1993 Software Creattions' Jetpack DOS classic.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages