And here I am again with another project I built for Arcade: A Sprig game!
The game is called Project Zero.
You're a robot in a laboratory. Why are you here? Who put you there? You don't know the answer do these questions, but you know a thing for sure: you need to escape...
Go check out the code on my repo (it's always up to date! Also don't read it if you don't wanna be spoiled!)
github.com/creeperlulu/projectzero
Or you can test it here! (this Sprig link is a snapshot of my code, meaning it will not be updated - I think)
sprig.hackclub.com/share/zT5sCuFy4U2NJ5B3TVB7
(The development is not over! I'm gonna add even more things in the future :D)
Hello everyone!
Today I'm gonna show you a Blot artwork I made during Arcade!
It's pretty nice looking AND is generated randomly!
Check it out in the repo:
github.com/creeperlulu/blotscrapers
Thanks :D
I improved my Oasis website!
Some days ago I made a website for my "brand" (or group) called Oasis, and I since added pretty nice stuff to make it even more cool!
You can see how it looks on creeperlulu.github.io/oasis
and see the source code on github.com/creeperlulu/oasis !
Here's a screenshot to show how amazing my website is:
I made a silly idea suggested by Orpheus on the Arcade website in only an hour, it's just a script that removes random letters from your message (and it has a funny Orpheus answering)
Here is the link for it in case you wanna check that out x)
github.com/creeperlulu/annoyingdeleter
I made a full UI concept on Figma for my operating system project called Oasis! You can check out the Figma file right on the Github repo!
github.com/creeperlulu/oasisos
Thanks for your support on my projects everyone <3
I think it's time I post this!
This is the first version of my brand's website (this brand is not entirely real for now but it's more of a group name for all my projects!)
You can see it for yourself with this link: creeperlulu.github.io/oasis
and see the source code right there: github.com/creeperlulu/oasis
Thanks <3
Nothin good, only errors...
I really need to know how to emulate that update mode!
I discovered where the update file ends in the update process, that means technically everything after that is related to putting the device in this "update mode". Some progress but not really much...
Tried making a script to copy every single packet sent but it doesn't work... No real progress this hour sadly :[ have some console errors though lol
I'm trying to hack a child toy by VTech (Kidizoom Twist Connect), and right now I'm making a packet sender to mimick the update process using USB (and hopefully find out how the firmware update system works!)
For now I only made a program to disconnect the device using a USB packet, but it's going somewhere I guess!