https://github.com/metroxe/command-line-minesweeper
A barebones version of minesweeper used primarily for programming java based AIs
https://github.com/metroxe/command-line-minesweeper
Last synced: over 1 year ago
JSON representation
A barebones version of minesweeper used primarily for programming java based AIs
- Host: GitHub
- URL: https://github.com/metroxe/command-line-minesweeper
- Owner: Metroxe
- Created: 2016-11-03T17:36:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T20:32:01.000Z (over 9 years ago)
- Last Synced: 2025-01-25T17:33:11.818Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Command-Line-Minesweeper
This was a quick project to set up an easy interface to create minesweeper AIs. This barebones version of minesweeper allows java
based bots to access data easily without DLL injections.
Bots can be created along side the source code, and can call the field utils functions to receive data from the game, as well as
display data to the user.