https://github.com/dfirebaugh/gowasmgame
https://github.com/dfirebaugh/gowasmgame
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfirebaugh/gowasmgame
- Owner: dfirebaugh
- Created: 2021-02-28T18:05:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T18:06:10.000Z (over 5 years ago)
- Last Synced: 2024-12-27T19:30:03.725Z (over 1 year ago)
- Language: Go
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gowasmgame
This repo serves as research on how I might be able to make and deploy games easily with golang.
## Run
```
go run .
```
## wasmserve
```
sh buildandserve_wasm.sh
```