Skip to content

Commit

Permalink
Merge pull request #720 from MrRafael-dev/main
Browse files Browse the repository at this point in the history
Added new game/tool: IWAS
  • Loading branch information
aduros committed May 23, 2024
2 parents 4de5555 + a9bead1 commit ff4d97f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
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.

0 comments on commit ff4d97f

Please sign in to comment.