Skip to content

theY4Kman/gosweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosweep

gosweep is a minesweeper game, written in Go using the pixel game library, with an automatic player built-in

(Originally, this project began as a hack day project at GopherCon 2015; an Android minesweeper clone using gomobile)

auto-gosweep

To have Minesweeper played for you, pass --director:

gosweep --director

There are pretty colours showing the actions the director took. Red is a left click (reveal), blue is a right click (flag), and yellow means the director guessed — it chose one of the yellow cells at random.

Director Example

Since the game and director are written in Go, it's FAST, and can handle large boards pretty well.

Director Example with Large Board

... and that speed is artificially limited. With the 25ms tickrate removed, games are near-instantaneous

Director Example with No Artificial Tick Rate