Skip to content

Mahiro-T/tenho-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy to Firebase

天和チャレンジ(tenho-challenge)

This project provides a web application that is developed using Go programming language. It allows users to randomly arrange Mahjong tiles for a Tenho(Blessing of Heaven) challenge which is a unique role in the Mahjong game. Additionally, the application gives the functionality for users to share their generated results on X (Twitter).

How to Run

  1. Move wasm_exec.js from the Go root directory.
    $ cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" public/.
  2. To compile the Go code to wasm.
    $ GOOS=js GOARCH=wasm go build -o public/main.wasm
  3. Start HTTP Server. this is python example.
    $ python3 -m http.server --directory public
  4. Open your web browser and navigate to localhost:8000.

Contributors

Made with contrib.rocks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published