Stats

7
Projects
10
Devlogs
26
Votes
7
Ships

Coding Time

All Time: 45h 51m
Today: 0h 0m

Member Since

June 16, 2025

Badges

1
🚢
Maiden Voyage
you shipped your first project! the journey begins...

Projects

7
Burger Maker
1 devlog about 1 month ago
Fridge Conffsetion CSS Vanilla
1 devlog about 1 month ago
Fridge Conffsetion CSS Tailwind
1 devlog about 1 month ago
Museum Of Useless Stuff
1 devlog about 2 months ago
History of computers
2 devlogs 3 months ago
2048 Game

2048 Game

Shipped
2 devlogs 3 months ago
Inside a Hacker brain
2 devlogs 3 months ago

Activity

Set up a new Godot 4 project and created the main scene as a Node2D.

Designed the play area (background + plate/bottom bun sprite at the bottom).

Created an Ingredient scene (as RigidBody2D + Sprite2D + CollisionShape2D) to represent falling pieces.

Wrote a spawner script (Timer + RandomNumberGenerator) to drop random ingredients at the top of the screen.

Implemented stacking logic:

On collision with the stack/bottom bun, freeze the ingredient and snap it into position.

Add it as a child of a Stack node to keep track of height/order.

Implemented player controls: move plate/bottom bun left/right with arrow keys .

Update attachment
littleinventor7
littleinventor7 created a project
35d ago

Burger Maker

# 🍔 Burger Maker — Falling Ingredients Game *A tiny arcade-style game where burger ingredients fall from the top of the screen and you stack them to build the tallest (and tastiest) burger!* --- ## 🎮 Overview **Burger Stack** is a lightweight browser game: ingredients (bun, patty, cheese, lettuce, etc.) fall from the top, and your goal is to **catch and stack** them as neatly as possible. Keep the tower balanced, avoid dropping pieces, and chase a high score. --- ## 🕹️ Gameplay - Ingredients spawn at random x-positions and fall with increasing speed. - Move the **plate/bottom bun** horizontally to catch ingredients. - Each successful catch **adds height **; **Controls** - **← / →** : Move horizontally --- ## ✨ Features - Simple physics-like stacking (gravity & collision snap) - Combo & multiplier for precise catches - Cute ingredient sprites and subtle drop shadows - Responsive layout for desktop & mobile

Burger Maker
1 devlog 0 followers Shipped

I started by creating the basic page structure with HTML5 (header, main, footer).

Then I created an external CSS file and linked it to the page.

I built a section for the confessions and added the elements representing forgotten food and drinks.

I used Vanilla CSS to style colors, backgrounds, and layout.

I focused on making the design responsive using media queries so it works well on both mobile and desktop.

Finally, I refined the spacing and typography to keep the look clean and attractive.

Update attachment
littleinventor7
littleinventor7 created a project
35d ago

Fridge Conffsetion CSS Vanilla

🧃 FridgeConfessions FridgeConfessions is a humorous and creative website that showcases fictional "confessions" from forgotten or expired items in the fridge. It's a fun and light-hearted project built entirely with HTML and CSS. 🛠️ Technologies Used HTML5 CSS

Fridge Conffsetion CSS Vanilla
1 devlog 0 followers Shipped

I started by creating the basic page structure using HTML5, setting up the header, main, and footer sections.

Then I added Tailwind CSS to the project so I could use utility classes for fast and flexible styling.

I created a dedicated section for the confessions and added the elements representing forgotten food and drinks.

I used Tailwind to style the colors and backgrounds, making the design fun and playful.

I focused on building a responsive layout so the website works smoothly on both mobile and desktop.

Finally, I refined the spacing and typography to make the overall look clean and consistent.

Update attachment
littleinventor7
littleinventor7 created a project
35d ago

Fridge Conffsetion CSS Tailwind

🧃 FridgeConfessions FridgeConfessions is a humorous and creative website that showcases fictional "confessions" from forgotten or expired items in the fridge. It's a fun and light-hearted project built entirely with HTML and CSS Tailwind . 🛠️ Technologies Used - HTML5 - CSS Tailwind It's a static website the submit form is Just an aesthetic

Fridge Conffsetion CSS Tailwind
1 devlog 0 followers Shipped

This website was built entirely from scratch using plain HTML, CSS, and vanilla JavaScript, without any external libraries, frameworks, or backend server. The goal was to create something simple, weird, and intentionally pointless — but still functional and fun to explore.

  1. Home Page (index.html) I started by creating the homepage. The focus here was to set the tone of the project: playful, absurd, and slightly retro.

Added a dark/light theme toggle using localStorage to save the user's preference.

Integrated ambient background audio with a mute/unmute toggle. The sound plays automatically if enabled.

Included an image that spins when clicked — purely for fun and to add a touch of interactivity.

  1. Gallery Page (gallery.html) The next step was building the gallery — the core of the museum.

Displayed 10 static items, each with an image and a sarcastic or absurd description.

Used onmouseover and onmouseout events to enlarge the images, highlight them, and reveal captions.

Added a “Blur” button to apply or remove a blur effect from the images. This has no real purpose — it just fits the theme of uselessness.

All effects and interactions were handled manually with JavaScript, no libraries involved.

  1. Guestbook Page (guestbook.html) Finally, I created the guestbook page to let visitors leave their thoughts.

A simple HTML form lets users submit their name and message.

Submissions are sent to a Google Sheet using Google Apps Script as a lightweight backend.

Visitor messages are displayed on the page in real-time using the fetch API.

There’s basic status feedback for successful or failed submissions.

Technical Notes:
The entire site is static. All pages are .html files with inline JS and linked CSS.

Used localStorage to store preferences like theme, audio state, and blur toggle.

No JSON files or databases — all content is hardcoded.

The project prioritizes creative expression over utility, fully embracing the concept of digital absurdity.

Update attachment
littleinventor7
littleinventor7 created a project
55d ago

Museum Of Useless Stuff

# 🎪 Museum of Useless Stuff Welcome to the **Museum of Useless Stuff** — a fun, satirical website that showcases the most pointless objects ever imagined. Built entirely with **HTML, CSS, and JavaScript**, this project was created as part of the #waffles Hack Club challenge. --- ## 🧠 Idea The concept is simple but quirky: Display everyday objects that serve no real purpose, but present them as if they are treasured historical artifacts. --- ## 💻 Technologies Used - HTML5 - CSS3 - JavaScript --- ## 🎮 JavaScript Concepts Demonstrated Each page includes JavaScript functions covering: - **DOM manipulation** - **Styling via JS** - **Conditionals**

Museum Of Useless Stuff
1 devlog 0 followers Shipped

I worked on a 3D website project that showcases the evolution of computers through five virtual rooms, each representing a specific era: 1950, 1970, 1990, 2010, and the future. In the first hour, I focused on building the first room (1950), which featured massive early computers like the ENIAC, with simple design and dim lighting to reflect the era's atmosphere. Over the next nine hours, I completed the remaining four rooms, each with a distinct visual identity. The 1970s room included primitive computers like the Altair 8800, with mechanical elements and muted colors. The 1990s room highlighted the rise of the internet and personal computers, featuring CRT monitors, old Windows interfaces, and soft neon lighting. The 2010 room showcased modern laptops and smartphones in a clean, sleek environment with smooth lighting. The final room, representing the future, was designed as an entirely black, empty space—left intentionally blank to let the viewer imagine what the future of computing could be. This created a mysterious, open-ended experience that encourages thought and curiosity. Navigation between rooms is smooth, and each space is crafted to visually and emotionally transport the user to its respective time period.

Update attachment

I made the first room

Update attachment
littleinventor7
littleinventor7 created a project
89d ago

History of computers

# History-Of-Computers This is a 3D interactive website that showcases the history of computers through five virtual rooms. Each room represents a different time period and allows the user to explore how computers evolved across the decades. ## 🌐 Project Overview The experience is built using **A-Frame**, along with **HTML**, **CSS**, and **JavaScript**. Visitors can move through five rooms: - **1950** – The era of early massive computers. - **1970** – The rise of microcomputers. - **1990** – The spread of personal computers and the internet. - **2010** – The mobile and portable computing era. - **Future** – A dark, empty space left to the viewer’s imagination. Each room is styled and lit to match the look and feel of its era. ## 🛠️ Technologies Used - **HTML** - **CSS** - **JavaScript** - **A-Frame** (for creating 3D scenes) ## 🕒 Development Timeline - **Hour 1**: Built and designed the first room (1950s), including basic structure, camera, and lighting. - **Hours 2–10**: Completed the remaining four rooms. Each room includes different layouts and visual elements based on its time period. The final room (Future) was left entirely black to let users imagine the future of computing themselves.

History of computers
2 devlogs 0 followers Shipped

I finished the JavaScript code.

Update attachment

I finished the HTMl base code

Update attachment
littleinventor7
littleinventor7 created a project
95d ago

2048 Game

This is a 2048 Game. Join the numbers to get the 2048 title!

2048 Game
2 devlogs 0 followers Shipped

I rewrite the JavaScript code for some reasons

Update attachment

I started the project and finish it in just about 2 hours 😅.

Update attachment
littleinventor7
littleinventor7 created a project
98d ago

Inside a Hacker brain

This is a 3D website that comically depicts what's inside the mind of a hacker or programmer.

Inside a Hacker brain
2 devlogs 1 follower Shipped
littleinventor7
littleinventor7 joined Summer of Making
102d ago

This was widely regarded as a great move by everyone.