Bio

--GAME MAKER 4 LIFE-- PROUD OWNER OF OKRIM -> https://n0o0b090lv.itch.io/okrim // updated okrim -> https://n0o0b090lv.itch.io/okrim-updated UNDERKILL -> https://n0o0b090lv.itch.io/underkill Also funny dude so be sure to dm (why not :D)

Stats

7
Projects
46
Devlogs
69
Votes
4
Ships

Coding Time

All Time: 301h 46m
Today: 2h 15m

Member Since

July 14, 2025

Badges

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

Projects

7
LLB_BOT

LLB_BOT

Shipped
6 devlogs • about 1 month ago
N-O-O-B
4 devlogs • about 2 months ago
N-O-O-B
0 devlogs • about 2 months ago
N-O-O-B
0 devlogs • about 2 months ago
The Best of All Possible Snowdrifts
13 devlogs • 2 months ago
MusicMix

MusicMix

Shipped
5 devlogs • 2 months ago
COOKIER

COOKIER

Shipped
9 devlogs • 3 months ago

Activity

Elliott
Elliott Shipwright gave you feedback
39d ago

LLB_BOT

You're demo needs to link to a GitHub release with all of the required files!

from Elliott
Elliott
Elliott Shipwright gave you feedback
39d ago

LLB_BOT

You're demo needs to link to a GitHub release with all of the required files!

from Elliott
Earned sticker

Compiled cpp library since py slow :))

Update attachment
Earned sticker

Found out that py autogui uses 0.3 SECONDS to process input ;-; + screenshot 0.07 secs
(it adds up as rest of code is like 0.0 or 0.005 so it's HUGE) so decided to add C and make it take screenshots and make inputs :DD
(hopefully it's faster XD)
[load img uses pygui screenshot]
[jump, movement uses pygui inputs]

Update attachment

Made him hit and then he beat lvl 3 bot 0-o
Also if you care you can click demo for yt video (12 min of my bot kicking ass, untill not)

Update attachment

Added jumps, they are held depending on how high the ball is
As well have timer when to do double jump if needed
(It looks unresponsive since i have 4years old laptop, and have made some optimizations ;-;)

Earned sticker

Added timers and what not :DD
Also bit changed internals on movement again (so i can add jump and other stuff later kek)

n0o0b090lv
n0o0b090lv worked on LLB_BOT
13h 26m • about 1 month ago

So i just got to know that this can be submited to som... SO here are the features i already made in 13hrs :DD
Ball:
- Tracks ball
- Detects if it is red ball
- Detects if it is blue ball
- Detects if there is no ball
- Calculates trajectory based on previous location
- Calculates bounces using stage
- Gets balls position
Stage:
- [r] - to reset stage
- automatically sets stage width and height based on balls position
- used in balls calculation
Hit:
- Detects when the ball is being hit, reads from boombox at bottom
- Freezes updates on ball
Player:
- Detect players position
- Moves player towards balls position (left, right for now)
Also q to quit and i made custom vector 2d with all the tribometry (god help my stupidity for deciding to make it myself XD)

n0o0b090lv
n0o0b090lv created a project
44d ago

LLB_BOT

0 AI USED, ALL CTRL + C + V THE HOME WAY (jk most of it written by hand, you can see that by my coding skills XD), All resources in GitHub :)) It is a py program that uses openCV in order to detect game objects, as ball, player and hitting time :DD As well custom dll since i'm tad insane XD q - quit 5 - Compact mode 6 - Vision enabled 7 - Bot following 8 - Bot hitting 9 - Simple ai 0 - Reset border '-' - Funny (for more detailed read githubs read me since markupp :DD) Made for #hackberry

LLB_BOT
6 devlogs 0 followers Shipped
Earned sticker

Added some grovvy text :DD

Irtaza
Irtaza Shipwright gave you feedback
47d ago

The Best of All Possible Snowdrifts

Great work! Amazing scene!!

from Irtaza
Earned sticker

Added goofie bg
added some wave text
Made logo funny

Earned sticker

NOOOB :)))

Earned sticker

Made just an element that is always on top of screen since it's gonna be fundamental for me >:))))

Update attachment
n0o0b090lv
n0o0b090lv created a project
48d ago

N-O-O-B

It's going to be a personal website (and project to get all the som stickers :DD)

N-O-O-B
4 devlogs 0 followers
n0o0b090lv
n0o0b090lv created a project
48d ago

N-O-O-B

It's going to be a personal website (and project to get all the som stickers :DD)

N-O-O-B
0 devlogs 0 followers
n0o0b090lv
n0o0b090lv created a project
48d ago

N-O-O-B

It's going to be a personal website (and project to get all the som stickers :DD)

N-O-O-B
0 devlogs 0 followers
Earned sticker

THE FINAL POST I ADDED MORE DIALOGUE, MORE CONTENT, (one)MORE PAGE OF CREDITS (mostly all the dev stuff that i really wanted to share since there is no time in hell i would make it till deadline (september))
HYPE as it is 12am and been pushing for 6hrs now ;-;

Earned sticker

Today was more of art day :DD
Made the shop keep and the guid :))
Tmr will update credits page and think of more dialogue (as it works with shopkeep but i haven't toght of any yet lol)

Earned sticker

I saw that i was out of my scope so i retought what i want in the game and mostly just removed alot ;-; (prob inventory won't make it as well since it has no purpose :hevy-sob:)

Earned sticker

Added snow pile and coins
(they just spin but it was pain in thee arse as i needed to make tile sheet animation from scratch using js and css ;-;)

Earned sticker

Made some dialogue, rn it is only short but it has all the foundation needed :DD

Earned sticker

Basic dialogue system is done, now time to write some branching paths ;))
As well gotta add some coins scatered around map, as well so mutch more map art :DD

Earned sticker

Added some buttons as well made the npc pressable in which case it brings up diologue :))

Earned sticker

ART DAY :DD
Added 2 new scenes, as well interactables and more yet to come :))
as there was many still files to scan in pc, as well it takes loong time ;?

Earned sticker

Added start screen
Made back button (that takes you back)
And just changed a bit of starting code :))

Earned sticker

Added music (intigrated this time ;))
Added object glow when hovering
Added interaction system
Added scene system
Added super not ready starting screen
Updated few systems
Next up:
Add some art
Add more interactions
Add more gameplay
Add npc system :DD

Earned sticker

I optimized the snow storm a lot and made it even cooler, quite literally.
Now i added door that MOVES WITH IMAGE (i swear to god it took me so long since it would just scale randomly, many iterations later IT STAYS SCALED AND IN THE SAME POSITION NO MATTER THE SCREEN SIZE LETS GOOOO!!!!!!!!!!!!!!!!!!!!!!!!) also the music playing is the music for game, more yet to come :DD

Earned sticker

Added my custom drawn assets as well colored
Added som complex math to get snow from spreadsheet of assets and draw it on screen
Played around with numbers alot :))

I have made some basics,
like the location popup, dialogue popup and backpack which detect when slot is clicked (it works but i got no items yet)
as well the background snow storm
TODO:
add hand drawn assets
add interactable scenes (you can click around)

Anirudh
Anirudh Shipwright gave you feedback
63d ago

MusicMix

awesome game, music music music:YAY:

from Anirudh
Anirudh
Anirudh Shipwright gave you feedback
63d ago

MusicMix

check prev cert for more feedback, also add more images in the readme

from Anirudh
Anirudh
Anirudh Shipwright gave you feedback
63d ago

MusicMix

check the prev cert for feedback

from Anirudh
Anirudh
Anirudh Shipwright gave you feedback
63d ago

MusicMix

please fix and resubmit

from Anirudh
n0o0b090lv
n0o0b090lv worked on MusicMix
1h 15m • 2 months ago

Just some bug fixes..
(mostly music not logging or not playing kek)
Also full gameplay if you're too lazy XD
https://youtu.be/4zfsvRqih2I

Update attachment
n0o0b090lv
n0o0b090lv worked on MusicMix
2h 48m • 2 months ago

ALL DONE, for now just more levels :DD
(fixed player bug that made him go spinn)
(added cool level)
(music manager system)
(some escape functionality)
(tutorial)
(added music)

n0o0b090lv
n0o0b090lv created a project
66d ago

The Best of All Possible Snowdrifts

Brrr it's chilling as the snow been snowing for several days but luckily you are at the shop in warmth as you can see the snow outside piling up (website for som finally :DD)

The Best of All Possible Snowdrifts
13 devlogs 0 followers Shipped

Still working with animation and one bug that makes player spin as well the animations ain't as exatured as i want so will work on that as well :DD

Just a small movement update :DD

+Made camera look script (detects ground)
+created model myself

n0o0b090lv
n0o0b090lv created a project
68d ago

MusicMix

It's a 3d platformer adventure game with music :DD Gameplay -> https://youtu.be/4zfsvRqih2I

MusicMix
5 devlogs 1 follower Shipped
Solar
Solar Shipwright gave you feedback
71d ago

COOKIER

Looks like you've put a lot of effort into it! I can see how this can be quite fun..

from Solar
Solar
Solar Shipwright gave you feedback
71d ago

COOKIER

Looks like you've put a lot of effort into it! I can see how this can be quite fun..

from Solar
n0o0b090lv
n0o0b090lv worked on COOKIER
50m • 3 months ago

COOKIER IS OUT, GO PLAY IT -> https://n0o0b090lv.itch.io/cookierhttps://n0o0b090lv.itch.io/cookier
(web version aswell :DD) ADDED MUSIC AND SFX

n0o0b090lv
n0o0b090lv worked on COOKIER
5h 55m • 3 months ago

I AM SIMPLY MORE COOKIER THAT YOU WILL EVER BEE XD - Relese sooon(tm) [gotta finish making music and add it to game :DD] this update i was SIMPLY COOKING WITH GENERATION (there are so many params that it simply couln't fit the menu XXD) aswell made some adjustments to movement and other boring ahh stuff [ENJOY ONE OF LAST UPDATES {BC SOON SHIP AND ITCH(Will probably need to download for better performance since it is such an unoptimized pice of thingamagijk that idk even know kek{aslong as i made the fun gameplay i am happy{as i don't care that much about optimization lol}})}]

n0o0b090lv
n0o0b090lv worked on COOKIER
1h 27m • 3 months ago

COOKIER.. LEVEL RESTART AND STARTED WORK ON PROCEDUAL GENERATION .. COOKIER [Started working on music in parallel, but that still in production]

n0o0b090lv
n0o0b090lv worked on COOKIER
2h 1m • 3 months ago

BUTTERIER MOVEMENT (now you get velocity even more from groundpunds, aswell can dig faster up with direction controlls) you can get -- !!!BAKED!!! -- wich means you can't get bigger score and have the final score :DD, you can get baked after some time orr you can get baked by going too far into the oven XDD (will add oven vissuals later [prob not since i want so mutch into this game kek])

n0o0b090lv
n0o0b090lv worked on COOKIER
2h 43m • 3 months ago

I'AM COOKIER -- I'AM COOKIER -- I'AM COOKIER --I'AM COOKIER
Made main menu and working on end screen when time runs out or player falls out of map (ALL ART BY ME, MY SELF AND I) [That's tasty and that's all, have COOKIER DAY XDDD]

n0o0b090lv
n0o0b090lv worked on COOKIER
2h 9m • 3 months ago

MORE COOKIER (MULTIPLIERS) MORE COOKIER (MENU [work in progress]) EVEN MORE COOKIER (PLANED FEATURES) MORE COOKIER (Next update = menu and tab) MOOOOOREEEEE COOOOOOOKIER (Oh god)

n0o0b090lv
n0o0b090lv worked on COOKIER
1h 22m • 3 months ago

I AM SIMPY COOKIER
(added particles, scores, camera shake 2.0, MORE SPEED, bg, and bigger lvl XD)
[will add score multipliers, MORE COOKIE MADNESS, options to turn off particles]

n0o0b090lv
n0o0b090lv worked on COOKIER
1h 53m • 3 months ago

MORE SATESFYING MOVEMENT (at the end of vid) THE VELOCITY IS REEEEEAAAAL
NEXT UP, STYLE MULTIPLIER, BLOCKS EATEN, TIME AND VELOCITY, so stay baked and stay here :DDD

n0o0b090lv
n0o0b090lv worked on COOKIER
1h 40m • 3 months ago

GUES WHAT FOLKS, new year new me (wait it ain't new year) so new game new me... ah whatsoever made some cool cookie sprites as well as tileset (all in this game will be hand made, hence more delicios) now talking cookies,, we got em cookie wall wich one litle brave cookie is conquring (concept :DD) now we will have destructable levels as this is gona be fast paced velocity platformer (not so mutch on combat but still maybe some) with DESTRUCTABLE TERRAIN (SHOCKER!!!!) so stay tuned :DD FOR THE NEXT COOKIE CRUNCH (devlog [will be COOKIER than this one ;)])

n0o0b090lv
n0o0b090lv created a project
94d ago

COOKIER

//I'M SIMPLY MORE COOKIER THAN YOU WILL EVER BEE XD\\ (Hand made dough ;) [0 ai, 0 assets, all by me with love <3]) [ART UPDATE STILL COMING SO ENJOY THE DOGH BANNER XD] whats <<<COOKIER>>>?? - well [2d platformer, destruction to MAX, Speedrun timer :0, velocity based platformer]* *Some claims yet to be fulfilled but fear not as i am proud owner of Okrim and Underkill ;) rewievs (might be paid or treathened actors): n0o0b090lv -- let it cook now *need more ;)*

COOKIER
9 devlogs 1 follower Shipped
n0o0b090lv
n0o0b090lv joined Summer of Making
121d ago

This was widely regarded as a great move by everyone.