Desmos audio player finished!!!!!!!!!!!!!!!!!
https://www.desmos.com/calculator/yccglkqkej
ok so I’m sure you’ve seen people make a bunch of stuff on Desmos, bad apple, minecraft, but somehow playing audio was like the one thing that hadn’t been done (from what I saw), so I decided to make desmos audio
All it is is a single python script. desmos only allows you to make sound by choosing frequencies to play instead of how .wav files work with holding the actual air pressure data. I could’ve used mp3s, since they were in the same format as desmos uses with frequencies, but I didn’t feel like learning how to decompress all the data, so I just went with wavs.
It works by using the Fourier Transform every fraction of a second to find the loudest frequencies and their volumes (I don’t actually know how the Fourier transform works, I’m still a junior lol, I just imported using numpy). Desmos freaks out if you have more than like 500 frequencies (most sounds have thousands) so I had to only play the loudest frequencies to make it work, although this means it isn’t as accurate.
I made the script easy for users so that you can customize the quality settings and the audio that is being played. I also made a template at https://www.desmos.com/calculator/yccglkqkej to make it easier too
(Note: the audio and video in the video shown are spliced together for less lag)
gull game final update
Basically all I did was bug fixes for this one, there were some problems with inconsistent UI scaling with different screen resolutions, so I fixed that. I also made a github repo to put the game on, although I made it after making the game so unfortunately you can’t see the version history and stuff.
Gull game is out!!!!!!!
ok so a while back I started working on this tower defense-ish game where you have to protect your sandcastle from enemies. The whole point was that I had to add all the suggestions that commenters gave, and after over 60 suggestions, I finally finished.
There’s still a few bugs, so any playtesting would be appreciated :) https://dannium.itch.io/untitled-gull-game?secret=RCBhq5pTYKEbQkCBGfJDVuZ1zAI
Final suggestion! So this is a project I started a few months back, the whole premise was to make a game that I had to add every suggestion from comments on my yt channel to. I was supposed to finish it in a week or two but everything took a LOT longer than I anticipated, with over 60 suggestions, this is my final suggestion to be added though!
The idea for the suggestion was basically to have a clone of the player and to cut to a monolouge of the player beating the clone. I kinda saved this one for last cause I thought it would be the worst to implement, but I think it ended up going pretty well.
All I have left to do is some bug fixing and then I’ll have the game done and published on itch :)