-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,34 @@ | ||
# wasm4 {{lang.name}} template | ||
# {{name}} | ||
|
||
This is a [wasm4](https://wasm4.org/) project bootstrapped with [`wasm4 cli`](https://www.npmjs.com/package/wasm4). | ||
A game written in {{lang.name}} for the [WASM-4](https://wasm4.org) fantasy console. | ||
|
||
## Building | ||
|
||
## Getting Started | ||
{{#lang.setup}} | ||
First setup the project by running: | ||
|
||
- [Quick start guide](https://wasm4.org/docs/getting-started/setup?code-lang={{code-lang}}#quickstart) | ||
```shell | ||
{{{lang.setup}}} | ||
``` | ||
|
||
{{/lang.setup}} | ||
Build the cart by running: | ||
|
||
## Learn More | ||
```shell | ||
{{{lang.build}}} | ||
``` | ||
|
||
- [Documentation](https://wasm4.org/docs) - learn more about [wasm4](https://wasm4.org/) features and API. | ||
- [Snake Tutorial](https://wasm4.org/docs/tutorials/snake/goal) - an interactive tutorial. | ||
Then run it with: | ||
|
||
## Contributing | ||
```shell | ||
w4 run {{{lang.cart}}} | ||
``` | ||
|
||
You can check out [wasm4 GitHub repository](https://github.com/aduros/wasm4) - your feedback and contributions are welcome! | ||
For more info about setting up WASM-4, see the [quickstart guide](https://wasm4.org/docs/getting-started/setup?code-lang={{code-lang}}#quickstart). | ||
|
||
## Links | ||
|
||
- [Documentation](https://wasm4.org/docs): Learn more about WASM-4. | ||
- [Snake Tutorial](https://wasm4.org/docs/tutorials/snake/goal): Learn how to build a complete game | ||
with a step-by-step tutorial. | ||
- [GitHub](https://github.com/aduros/wasm4): Submit an issue or PR. Contributions are welcome! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters