Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).