Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/griffio/sweeper

minesweeper
https://github.com/griffio/sweeper

Last synced: 8 days ago
JSON representation

minesweeper

Awesome Lists containing this project

README

        

#Sweeper test example

## code kata for minesweeper, transform input squares with mine adjacency hints in output format

example

Input format
~~~~
*...
....
0 0
~~~~

Output format
~~~~
Field #1:
*100
1100
~~~~

==============

basic gradle (2.3) build template for Java 8

Props
~~~
guava_version=18.0
junit_version=4.11
jsr305_version=1.3.9
logback_version=1.1.2
slf4j_api_version=1.7.10
testng_version=6.8.21
truth_version=0.25
~~~