Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/core23/java-picross
Java port of Mario's Picross
https://github.com/core23/java-picross
first-project game java picross
Last synced: 23 days ago
JSON representation
Java port of Mario's Picross
- Host: GitHub
- URL: https://github.com/core23/java-picross
- Owner: core23
- License: mit
- Created: 2019-03-25T20:39:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T06:27:10.000Z (almost 6 years ago)
- Last Synced: 2024-11-04T06:42:17.433Z (2 months ago)
- Topics: first-project, game, java, picross
- Language: Java
- Homepage: https://core23.de
- Size: 80.1 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 Picross
============## Disclaimer
This is one of my first Java projects I did around 2011, 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 simple Java port of *Mario's Picross*.
## 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).