Skip to content

mapuri/gominesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

gominesweeper is a fun project of mine that implements minesweeper using Golang + WASM

gomineseeper in action

Prerequisite

  • Golang 1.15
  • Depends on syscall/js package which is still in alpha and can have breaking changes across releases of Go

Compile and run

  • Clone the workspace
  • Compile the WASM
GOOS=js GOARCH=wasm go build -o resources/game.wasm
  • Run the webserver
go run ./server/server.go -listen=:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages