Varg's Very Short Adventure

A demo for a simple game engine that i wrote as my senior graduation capstone project for college a few years ago. Requires java 8. Uses TinySound for sound

w-a-s-d: move
left mouse button: throw axe
right mouse button: use all potions to cast fire magic (more potions = bigger spell, like Golden Axe)
middle mouse button: use one potion to heal
space: interact with objects

Lemme know if there are any issues accessing the dropbox link

3 Likes

Welcome to JGO! This looks nice, I like your intent system.

Thank you! :grinning:
I’m refactoring the whole library to clean up the design. Looking back on it, I violated so many design principles that I wasn’t aware of back then. :laughing:

Welcome to JGO. It’s so nice game.

‘<’ key causes a problem and prints an exception in CMD.
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 153 at engine.Keyboard.keyPressed(Keyboard.java:74) at ...

Thank you! I will look into the error and see if I can reproduce it.