Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new game/tool: IWAS #720

Merged
merged 3 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion site/docs/guides/audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,11 @@ fn tone_flags(channel: u32, mode: u32, pan: u32) -> u32 {

## Sound Tool

The sound demo and sound test are a great way to quickly experiment with different sounds and
The sound demo, sound test and IWAS are a great way to quickly experiment with different sounds and
find values to plug into your game:

<div className="row margin-bottom--lg">
<PlayButton slug="sound-demo" title="Sound Demo" author="Bruno Garcia" github="aduros" colWidth="3"/>
<PlayButton slug="sound-test" title="Sound Test" author="Mr.Rafael" github="MrRafael-dev" colWidth="3"/>
<PlayButton slug="iwas" title="IWAS" author="Mr.Rafael" github="MrRafael-dev" colWidth="3"/>
</div>
26 changes: 26 additions & 0 deletions site/static/carts/iwas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
author: Mr.Rafael
github: MrRafael-dev
date: 2024-05-19 17:00:00 GMT
---

# IWAS

A sound tool for WASM-4.

**[Check out it's page on itch.io!](https://mrrafael.itch.io/iwas)**

## Quick overview

This is a very simple sound tool designed around the limitations of this fantasy console. There aren't many sound tools available for it, so I thought about making one.

Due to the 1KB save game limitations of this fantasy console, it can only store one song. However, you can save/load other songs by pressing **Enter** to open the main menu, then selecting *Disk Options* to import/export the save file.
Controls

**Everything in the editor can be used with a mouse.** Just click and play around!

## About

Developed entirely by me, using the **[AssemblyScript](https://www.assemblyscript.org/)** programming language. It took me a few weeks to make it, but I really liked the way it is now.

Play around with it, and have fun! :D
Binary file added site/static/carts/iwas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/static/carts/iwas.wasm
Binary file not shown.
Binary file modified site/static/carts/sound-test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading