Skip to content

AUD13ND - a js13kGames 2024 competition entry by @mhelgeson.

License

Notifications You must be signed in to change notification settings

js13kGames/aud13nd

 
 

Repository files navigation

AUD13ND

An entry for js13kgames 2024. An audio sequencer game using web audio to create sounds. As the beats are played from left to right, each row will create a different sound. You must change note selections to avoid particles that will attack each row from left and right. If you fail, the audio will end for that beat. Survive all 13 levels to unlock full audio sequencer.

Gloop

This game is built with a tiny game loop framework called "Gloop". Files are included directly here in the "src" for my convenience, but i wrote it too.

https://github.com/mhelgeson/gloop

Inspiration

The core idea for this game came from the amazing acid defender prototype.

https://cappel-nord.de/webaudio/acid-defender/

So many other projects and sites that have helped and inspired.