An open API service indexing awesome lists of open source software.

https://github.com/onecricketeer/lode-runner


https://github.com/onecricketeer/lode-runner

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Lode Runner
===

Lode Runner in native Java Swing. Written for a [Rose-Hulman Institute of Technology](https://rose-hulman.edu/) course final project.

> _DISCLAIMER_: Code was originally written with only ~1.5 years of Java knowledge, so most patterns are very poorly implemented in order to get working within a few weeks two people and other assignments.
>
> Code was later refactored (@OneCricketeer) to make more portable + readable and slightly more testable.

## Screenshots

![game][3]
![main-menu][1]
![level2][2]

[1]: ./doc/main-menu.png
[2]: ./doc/level2.png
[3]: ./doc/game.gif