Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magneticflux-/minesweeperj
An AI-oriented implementation of Minesweeper, using TDD
https://github.com/magneticflux-/minesweeperj
artificial-intelligence minesweeper tdd test-driven-development
Last synced: 15 days ago
JSON representation
An AI-oriented implementation of Minesweeper, using TDD
- Host: GitHub
- URL: https://github.com/magneticflux-/minesweeperj
- Owner: magneticflux-
- License: lgpl-3.0
- Created: 2017-03-09T16:15:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T23:31:55.000Z (over 7 years ago)
- Last Synced: 2024-11-29T02:14:34.722Z (2 months ago)
- Topics: artificial-intelligence, minesweeper, tdd, test-driven-development
- Language: Java
- Size: 177 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Stories in Ready](https://badge.waffle.io/magneticflux-/MinesweeperJ.png?label=ready&title=Ready)](http://waffle.io/magneticflux-/MinesweeperJ)
[![Build Status](https://travis-ci.org/magneticflux-/MinesweeperJ.svg?branch=master)](https://travis-ci.org/magneticflux-/MinesweeperJ)
[![Code Climate](https://lima.codeclimate.com/github/magneticflux-/MinesweeperJ/badges/gpa.svg)](https://lima.codeclimate.com/github/magneticflux-/MinesweeperJ)
[![Test Coverage](https://lima.codeclimate.com/github/magneticflux-/MinesweeperJ/badges/coverage.svg)](https://lima.codeclimate.com/github/magneticflux-/MinesweeperJ/coverage)
[![Issue Count](https://lima.codeclimate.com/github/magneticflux-/MinesweeperJ/badges/issue_count.svg)](https://lima.codeclimate.com/github/magneticflux-/MinesweeperJ)# MinesweeperJ
An AI-oriented implementation of Minesweeper, using TDD