@_________________

About me

I am a wasteof.money user!

Statistics

Joined 3 years ago
Posts 832
Followers 113 [>]
Following 223 [>]
_________________ @_________________

I would translate wasteof to Chinese, but the issue with that is I don’t know Chinese.

Nov 29, 2023, 2:20 PM
0
_________________ @_________________

its crazy how chromebooks can be exploited tbh

Nov 28, 2023, 5:59 PM
0
_________________ @_________________

literally half the bag of jellybeans are just flavors that shouldn’t exist

Nov 25, 2023, 8:08 PM
0
_________________ @_________________

tfw you find out the code you’ve been trying to make work for 7 hours wasn’t working because you accidentally redefined every variable in a forever loop and everything kept resetting

Nov 25, 2023, 8:07 PM
4
_________________ @_________________

i might buy a 3ds to replace my switch

at least i can carry it in my pocket and not put it in a locker

(ofc i’ll mod it)

Nov 25, 2023, 3:47 PM
13
_________________ @_________________

you ever just hear a song and have dramatic flashbacks of your favorite memories, or is that just me?

Nov 25, 2023, 6:27 AM
0
_________________ @_________________

working on my makecode arcade rpg game!!

i’m currently writing the battle engine! similar to pokemon’s but with less choices because i’m lazy and only adding “Block” and “Attack”

i’d say 10% of the game is done and idk if i’ll ever “release” it (since i don’t think you can compile makecode arcade to an executable file)

edit: turns out i can embed it in a webpage or just upload the uf2 file to itch.io (you can load it on arcade.makecode.com or on your own makecode arcade system i think?)

Nov 25, 2023, 12:38 AM
2
_________________ @_________________

day three of procrastinating

Nov 24, 2023, 3:46 PM
0
_________________ @_________________

am i bad at math or am i bad at javascript

function control_loop() {
    if (controller.dx() > 0) {
        if (x_vel > 40) {
            x_vel = 40
        } else {
            x_vel += 10
        }
    } else if (!(controller.dx() < 0)) {
        if (x_vel < 0 && x_vel != 0) {
            x_vel -= 10
        }
    }
    
    if (controller.dx() < 0) {
        if (x_vel < -40) {
            x_vel = -40
        } else {
            x_vel -= 10
        }
    } else if (!(controller.dx() > 0)) {
        if (x_vel < 0 && x_vel != 0) {
            x_vel -= 10
        } 
    }
}

for context, this code just checks if you have an arrow key pressed and then it’ll change the x velocity to move the player, but the left movement isn’t working (player’s velocity won’t reset like normal)

Nov 23, 2023, 5:17 PM
3
_________________ @_________________

TIL that i can set a sprite’s velocity in makecode arcade right after i spent 3 hours implementing a physics engine from nothing!

Nov 23, 2023, 4:54 PM
0
_________________ @_________________

wasteof.money has something twitter doesn’t have — a ceo who isn’t tryharding to be relevant

Nov 23, 2023, 2:51 PM
0
_________________ @_________________

finishing school work is so satisfying…

i always found my multimedia class projects so boring but they’re actually very fun!

Nov 23, 2023, 1:44 AM
0
_________________ @_________________

this feels scummy

follow @follow

if you follow my main (@lolzify) i’ll also follow you on that account, so +2 follows for you whilst i only get 1

Feb 22, 2022, 4:34 PM
2
Nov 22, 2023, 11:01 PM
2
_________________ @_________________

Let’s be real, the best years were 2013 to 2018

Not saying 2019 to 2024 suck, but they’re just… different

Nov 22, 2023, 6:45 PM
6