https://github.com/core23/rodentsrevenge
Java port of Rodent's Revenge
https://github.com/core23/rodentsrevenge
first-project game java rodentsrevenge
Last synced: about 1 year ago
JSON representation
Java port of Rodent's Revenge
- Host: GitHub
- URL: https://github.com/core23/rodentsrevenge
- Owner: core23
- License: mit
- Created: 2019-03-25T20:37:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T20:37:23.000Z (about 7 years ago)
- Last Synced: 2025-02-14T04:48:41.581Z (over 1 year ago)
- Topics: first-project, game, java, rodentsrevenge
- Language: Java
- Homepage: https://core23.de
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Java Rodent's Revenge
=====================
## Disclaimer
This is one of my first Java projects I did around 2010, 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 *Rodent's Revenge*.
## 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](LICENSE.md).