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

rosandrox

@rosandrox

Joined June 6th, 2026

  • 31Devlogs
  • 11Projects
  • 7Ships
  • 60Votes
Just chilling!
Open comments for this post

3h 26m 23s logged

I changed most of the site. I added in the Javascript, 100 lines of Javascript. I basically created a more soul casing and flashy portfolio, if you will, that I certainly liked. Here is a small example. You can go see it. Everything is uploaded.

0
0
2
Open comments for this post

30m logged

I started designing the case.I will be watching more tutorials to make everything perfect.I had a small issue with getting the pcb in the cad but know I am ready to continue buiding after I have successfuly solved this problem

0
0
3
Open comments for this post

55m logged

I discovered some mistakes I had made in the making of the schematic and corrected them. Basically I had messed up the matrix. After that I added ground layers in both f.cu and b.cu as it was suggested to me in the #hackpad channel of slack.Now I am off to make the casing.

0
0
3
Open comments for this post

30m logged

So originally it would be 1 hour and 30 minutes. But the one hour didn’t get logged because of a mistake of mine so it’s just 30 minutes. I designed the PCB four times and uploaded it to Slack so I could get other users’ opinions and that’s what prompted me to change it. I have uploaded it one last time. I hope they accept it. Here is my final PCB. And here’s the 3D model. I had to choose another footprint so that the keypad fits better.

0
0
1
Open comments for this post

1h 15m 1s logged

I tried creating my own hug pad. I started off with the schematic and PCB. Although the schematic was correct, the PCB was very bad. It wasn’t made well so at least that’s what the hackpad slack told me and I had to redesign all the components on the PCB. That’s what I’m doing now. But the schematic is done yay!

0
0
1
Ship

So I added an index.html site to make it easier for the user to download the executable file. Pretty much all functions and the coding I did were fairly displayed on my previous devlogs. I formatted the text a bit better in the game over and start screen. But except from that everything else remains the same. Go to this site: https://prodevmod.github.io/MySnakeGame/ and click on the download button to download the game. This game is made with Pygame and all the graphics are made by me. I drew them in pixilart. It has three themes. It does keep track of the score. You can gain points by eating apples and lose points by eating poisoned ones. You lose the game if you collide with a part of your tail, with a wall, or with the borders of the screen. It's just like the classic retro game but with a twist. Please rate me well. I put a lot of effort and creativity into this.

  • 5 devlogs
  • 10h
  • 3.18x multiplier
  • 32 Stardust
Try project → See source code →
Open comments for this post

2h 28m 40s logged

I just finished the game for now and deployed the first exe file so anyone can download it and play it. It has three themes that were made in the last devlog. A one in a ten chance of the apple being poisonous if the apple is poisonous, you can wait it out until it re-renders and teleports to another place where it most likely will be an apple. I also have added in the start and quit screens:
a welcome prompt
a quick instructions prompt
a game over prompt
a quick instructions prompt
your final score

It’s displayed. To leave the game, you press Escape in the game over screen. I also added a full screen when you open the game that’s black so now you get more of that retro feel.

0
0
2
Open comments for this post

2h 29m 51s logged

I added three themes. The classic one the classic Corretto one and the blue one. I added graphics for the snake. I also added a game over screen and the start screen. I meditate to leave the game by pressing Escape. I put a start and restart function.

0
0
1
Open comments for this post

1h 37m 42s logged

So I fixed a bit the colors, added a start screen, a game over screen. I ended up using a state machine instead of a Boolean value, which I was planning at the start of the project. For the handling of playing start and game over that is. I added the score counter. And now I’m thinking and going on and adding themes and better graphics.

0
0
1
Open comments for this post

1h 55m 53s logged

So I made MY core concept work and started to add graphics.I will most certainly add a snake graphic later on.Now I ll work on the Start and GAME OVER screens.Ill add some sounds and make better graphics later on.I ll keep yall updated.Explanation abt my code you ll find once I upload it on github.

0
0
3
Open comments for this post

1h 39m 17s logged

So I just finished the core concept of the original snake game. Right now I have three classes. A Python main class that’s to have a more readable script, a Snake class, and a fruit class there is no checking for the snake to be inside the window. So I haven’t yet made borders that would end the game and nor can it collide with itself. But is this is the core concept of the working game. Now I will go on to add the barriers, the collision to itself, and maybe a score. See you in two hours.

0
0
1
Ship

So I used mostly CSS and JS but html too (embeded in the JS)Cosmic APOD Viewer
A sleek, purple-themed web application that displays NASA’s Astronomy Picture of the Day (APOD), featuring its official title, daily image, and background description fetched directly from the API.
Loading Screen: Displays dynamic status text with a smooth fade in/out animation, backed by a graceful error-handling system to prevent crashes.
Images : Include fixed image hyperlinks on both screens, instantly routing users to NASA’s official website and the Stardance program.
Aesthetics: Styled in a deep space-purple theme and paired with a custom glowing cursor for an extra futuristic touch.
More on my previous dev log!
I forgot to upload my answers to the tasks sometime I messed up big time so:
Task 1: the JS sends a request and asks the API. The API understands what it requires to return and returns it. This then must go through a response handler that knows how to properly display the response data.
Task 2:screenshot
Task 3: maybe there is some code that shows us why and where we are getting this response from so that extra info must be discarded and maybe we got to wait till info is fully fetched. (I did it mostly wrong here)
task 4,5+6:screenshot

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

3h 38m 51s logged

I made a loading screen that displays a fun tect in regard to the status of the image wich fades in and out while also catching errors and outputing a message instead of crashing. In the main screen APOD,there is the title of the image, the nasa’s “today’s” image and its description fetched by the API. On both screens there are two image hyperlnk that take you to NASA s official website and the Stardance program website.There is also a glowing cursor in the wbsite cuz y not.The theme is purple.

0
0
5
Ship

I used HTML, CSS and JS. The repo is public but I submited everything at once because of working on it localy and It has a readme with contents and what I learned plus a small description of the site.The site is fully deployed with github pages as the guide suggested.
I have in total 6 sections and 4 extra css and js features the guide didn't cover. My css is custom, you'll notice the stardance and hackclub words are in the color of the hackclub logo.Didn't use AI, I am part of the boycott chatgpt group.

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

7h 21m 26s logged

So I started off like the guide suggests by making a title for the page and a description of this site and its purpose. Subsequently, I made the Header (top navigation bar) and added only the About Me, Portfolio, and Contact Me links and sections.And then ADDED 3 EXTRA SECTIONS A STARDANCE ONE, A SITE DESCRIPTION ONE and A BLOGS SECTION. I ALSO MADE A CURSOR HIGHLIGHT with javascript and A LIVE TAB where anyone can see WHAT I AM ON CURRENTLY. ALSO I ADDED A DROPDOWN FOR BETTER APEARANCE ON THE NAV BAR.

0
0
3
Ship Pending review

I made a desk buddy that has simulated emotions. It can get angry curious, happy,bored and is somewhat of a nerd.It helps you code better as it is based on the talk to the rubber duck theory wher a passive listener helps you structure your thought. It s name is Axel. It is scared of the dark. It was a chalenging and rewarding process!It realy just started off as a chalenge between myself and I.Iw is costructed of:
HC-SRO4 Ultrasonic Sensor
Speaker/piezo
Servo 180 motor
LCD screen
Light Dependent Resistor
10kΩ potentiometer (for the lcd screen, you can just use an I2C)
Rgb ring (for a visual effect)
Breadboard Power Suply for more flexibility
2x9v batteries
It has many outputs! And multiple ways of interaction.The video has only some of them so I suggest you take a look at my code and readme from github! I am very proud of this little project. I believe you ll like it too.

  • 10 devlogs
  • 10h build
Video of Project → See source code →
Open comments for this post

1h 40m 1s logged

I finally coded it and it works I still have to make some last minute changes and it will be ready to ship!!!

0
0
1
Open comments for this post

52m 1s logged

So I officialy finished the hardware.I added a PIR sensor and an Ultrasonic sound sensor.I mapped all the pins and made a list of the components I used Arduino Uno R3
16x2 LCD Display HD44780
10k potentiometer
PIR Motion Sensor HC-SR501
Ultrasonic Sensor HC-SR04
SG90 Micro Servo Motor
Passive Piezo Buzzer
breadboard
jumper wires
220 ohm resistor
1000 ohm resistor
external 5V power supply…
Now I think I am ready for the code (I am NOT READY for this emotional roller coaster)I tested all the components so if anything goes wrpng I ’ll be sure it is a software problem. Also the Assistant might look cheap and too low quality. But it is all I can currently afford. Maybe, maybe if stardance gives me a 3d Printer all my projects will be professional (just kidding(not rly)).See you in the next dev log.

0
0
2
Loading more…

Followers

Loading…