@flex

amateur shitposter, certified pineapple
Wall

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

its crazy how chromebooks can be exploited tbh

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

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

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)

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

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
7 0 2

day three of procrastinating

Nov 24, 2023, 3:46 PM
8 0 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)

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

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

finishing school work is so satisfying…

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

this feels scummy

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