Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.7 KB

README.md

File metadata and controls

58 lines (34 loc) · 1.7 KB

Minesweeper

screenshot

Minesweeper written in go.

You can play it on itch!

How to build

Dependencies

On Windows, you only need go compiler.

On Linux, you'll need dependencies for Ebitengine.

You can learn how to compile Ebitengine applications here.

Building Desktop Version

go run build.go

Building Web Version

go run build.go web

I have included simple a static server.

Do

go run run_web.go

But if you don't like mine, you can just serve web_build directory with whatever static server you like.

Credits

Used sound effects

Interface Sounds Starter Pack by p0ss - License : CC BY-SA 3.0

Pop!.wav by kwahmah_02 - License : CC BY 3.0

Fabric flaps by PelicanPolice - License : CC0 1.0

Cloth Flaps by Sauron974 - License : CC BY 4.0

Swish - bamboo stick weapon swhoshes by qubodup - License : CC0 1.0

51 UI sound effects (buttons, switches and clicks) by Kenney - License : CC0 1.0

License

This project is under MIT License.

Sound effects in assets_sound directory are under CC BY-SA 4.0.