You are browsing as a guest. Sign up (or log in) to start making projects!

a-fun-gi

@a-fun-gi

Joined June 2nd, 2026

  • 10Devlogs
  • 3Projects
  • 2Ships
  • 11Votes
I like making robots and video games. I also love synth music!
Open comments for this post

4h 6m 35s logged

Devlog #2: Terrain, shaders, and a really annoying bug :avocado-spider:

Improvements: I made the terrain much more flexible by using seperate objects that I could just place wherever, instead of the tilemap, but that was really just for showing that the character worked. Also I made a moving element.

Additions: I added a title screen, a life counter (not implemented yet, but it’s there :smile-hole: ), and a shader that inverts colors. The shader will probably be involved in a gameplay thingy later, but for now, it’s just to look nice. Making the shader was really hard, actually :face_holding_back_tears-hole: even though it was really simple…

Bug Fixes: Sooo I was going to post this devlog yesterday, but then I realised that my whole scene loading everything was horrible and some really weird things happened. SO I spent another hour and a half fixing it :neofox_floof_sad: . HOWEVER I did also learn some valuable lessons, and made a GameManager, so I don’t think it was a complete waste

What’s Next

Next up will be making the title screen look more interesting, and I have some ideas for game mechanics and new characters that I will explore.

Stay tuned! (or not :sad-apple: )

0
0
84
Open comments for this post

5h 53m 16s logged

Devlog #1: Back With a New Project

What’s up folks! :haii: I am back with another project, having shipped the vent alien. This is a monochrome metroidvania involving light, shadows, and getting lost in the dark :godot: . (Clearly still need to figure out some lore)
However, I finished drawing, rigging, and animating the main character in this devlog. I also made some mediocre background graphics to show the character moving.

What’s Next

Mainly worldbuilding, which will take a while. I am also planning on making a neat banner for the project!

stay tuned!! :meow-party:

0
0
85
Ship

The Vent Alien

The Story

I was in Portland on a trip, and I was walking through the Rebuilding Center, looking for inspiration. I came upon a suspiciously cheap vent. I contemplated this vent and began to have visions of what it could be - if I pried apart the slats and had something that came out of it…. So I bought the vent and went happily back home. Later on I was searching for a 3D model to print for this mysterious creature.

After searching “alien” and scrolling through like 10 pages of aliens from Alien (the movie), I found it. The singing alien from Spaceballs! And then I knew that I had to make a singing vent alien.

How It’s Made

I designed and 3D printed quite a few clips and holders to hold the alien and an SG90 servo. I designed a mechanism that made the motion of the alien moving out of the vent in the way I envisioned it - kind of like jumping, kind of crawling. Because it’s what I had lying around, I used an Arduino Uno to control the whole thing. I added red LEDs for the eyes, and I used a DFRobot DFPlayer Mini to play the song that the alien sings in the movie. I wanted the alien to look like it was dancing instead of just moving statically. I achieved this effect by connecting one of the DFPlayer’s analog outputs to the analog input of the Arduino and mapping the signal to servo angles. To pull everything together, I built a shadow box around the back and added a button to trigger the movement.

What I Learned and What Was Challenging

I hadn’t used Arduino for a while before this project, so it was fun to relearn some of the syntax and quirks. I actually had never used an analog pin on an Arduino before this project, and I learned that it’s not great to connect something to one without a limiting circuit. I also learned that it’s always important to measure like 40 times before printing a part. I had to do a bit of drilling. ¯_(ツ)_/¯

Overall this was a super fun project, and I think the best lesson I learned from it is that a project doesn’t have to have a purpose; heck, it can be the absolute stupidest thing ever. The part that matters is that it brings us joy, and this project definitely did that for me.

  • 5 devlogs
  • 12h build
  • 5.00x multiplier
  • 61 Stardust
Video of Project → See source code →
Open comments for this post

3h 47m 59s logged

The final devlog…

Hardware:
I built a shadow box out of black poster board to put around the back of the alien, which I feel like gives it a sense of cohesiveness and gives it a nice background. I also wasted a heck of a lot of time caulking it to the vent for like no reason at all :sad-cat-thumbs-up: . I also added a button to trigger it so you don’t have to reset the board or plug it in every time you need to dazzle someone.

Software: :coding:
Only a bit of software this time. Just a few lines of code for the button and I also made a wiring diagram and made my README much better.

Time to ship!!! :shipitparrot:

3
0
68
Open comments for this post

2h 53m 12s logged

Devlog #4: it’s coming together…

Software:
The main coding thing in this devlog was figuring out how to make the alien actually look like it’s dancing instead of just moving in and out of the vent. I did this by routing the DFPlayer’s left DAC channel into the Arduino’s A0 pin and mapping those values to the servo motor. This worked better than I expected so now it can hit some moves :dance:
Hardware:
I reprinted the alien at finer quality and painted it. I also added LEDs for eyes which is wonderful :sparkles_mtnt_rmx:

What’s next

I feel like this project is almost ready to ship which is very exciting! The only things to do are to clean up the wiring so it’s one cohesive unit and I am thinking of building a shadow box around the back with some RGB lighting. All in all, one or two more devlogs till we ship!! :hype_hollow:
Until next time…

1
0
162
Open comments for this post

52m 30s logged

Devlog #3: We Have Action!! :yayayayayay:

Finally got down to writing some code and doing some wiring! I’m using a DFRobot DFPlayer Mini (long name ik) for the sound because it’s an alien, of course it has to sing. I went with the original song from the Spaceballs movie which I learned is actually from a really old cartoon. Fun stuff.
Anyway stay tuned folks! :bye:

P.S. watch this video with sound on!

2
0
80
Open comments for this post

1h 42m 7s logged

Devlog #2: A little more designing and putting some things together

I finished designing the parts and put everything together. I ended up using a sacrificed clipboard for the baseplate. Everything worked exactly how it did in the model which made me happy because my 3d modeling skills are not the best.

What’s next:

Next I need to get the code figured out, add LEDs to the eyes, and I think I will probably re print the alien at a higher quality and paint it. It would also be fun to add an ultrasonic sensor and have it trigger when someone walks past.

Too bad my parents won’t let me cut a hole in my wall for it :skulk:

4
0
207
Open comments for this post

3h 0m 45s logged

Devlog #1: Designing!

I basically designed the mechanism for moving the alien in and out of the vent. And I 3d printed the parts and weathered the vent :thumbs-up:

0
0
28
Ship

This is my personal website. I made it with HTML, CSS, and JavaScript using VScode. It has five sections:

  • About
    • Basically just information about me
  • Projects
    • Some of my main projects and a (very) brief description of them
  • WhatAmIDoingRN
    • My hackatime stats and a thing to tell whether I am sleeping or not
  • Say Hi!
    • My contact info
  • Stardance
    • A section describing what Stardance is with links to it and Hackclub’s website

I had never done web dev before this project so it was kind of a learning curve. I found that HTML and CSS are really fun, but JavaScript is really difficult. The most confusing part was how things aren’t placed absolutely only relatively. All in all, this was a really fun project that I plan to keep updated in the future.

Try project → See source code →
Open comments for this post

1h 38m 7s logged

Devlog #3: looking fine!! 🦋

Thing 1: I drew myself a logo!! :yay: I’m not great at drawing so this made me happy. So I made the logo the icon. which is great.

Thing 2: I rewrote my whole bio to make it more fun and such things.

More things: I made the line spacing taller. It just looks a little nicer now. I also used a tiny bit of JavaScript to make an animated kaomoji :thumbs-up:

0
0
10
Open comments for this post

2h 5m 39s logged

Devlog #2: Add more CSS and stuff

In this update I added wonderful fonts. I also made a notification system to learn a little about buttons. There is also now a section explaining what stardance is for the muggles ;). There is also an icon now! oh and lines that seperate sections.

0
0
9
Open comments for this post

2h 40m 37s logged

Devlog #1: Add Content and General Layout

Basically, I taught myself web dev in 2 hours, so at this point, it’s obviously not super polished. But I just made it look pretty and added some of the things I want it to say in the end. (Idk if we’re actually supposed to do devlogs for missions but here we are). You can visit the website at: a-fun-gi.github.io. I also wanted to add a little javascript so I made a thing that guesses what I’m doing at a particular time of day.

0
0
26

Followers

Loading…