Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 554 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 554 Bytes

Java FlyTheSquare

Disclaimer

This is one of my first Java projects I did around 2009, so it's far away from modern coding standards.

I'd like to open source some of my work, because I like these games and it could inspire young java developer trainees.

About the game

This is a Java port of the original Fly the Copter Flash game.

Development

Start the game

$ mvn exec:java

Build the project and create a runnable JAR

$ mvn package

License

This bundle is under the MIT license.