Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Oct 5, 2023
1 parent 8da16f8 commit 189b69f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Webzen is a Go Game Engine that targets WebAssembly, enabling you to build web a
> **Please note that Webzen is currently under high maintenance and is not production-ready.** The project is actively being developed and improved, which is why there is only a `dev` branch available.
## Building

### Prerequisites
Webzen doesnt need anything except Go version that is higher that 1.18. There is no C compiler or anything needed, but we recommend wasmserve to quickly run your code.

### Getting the Go package
Wenzen is an ordinary go package, so you can get it using this command:
```bash
go get https://github.com/dimkauzh/webzen@latest
```

### How to Run the Example

To run the example provided in this repository, follow these steps:
Expand Down

0 comments on commit 189b69f

Please sign in to comment.