Email or username:

Password:

Forgot your password?
vacuumbeef

Snake in #Orca is fun, but what about Arkanoid?

If you don't catch the "ball", the score is reset to zero and destroyed blocks are put back in place

Honestly, it was tough to record, I kept losing at the start.

#Sunvox

12 comments
Devine Lu Linvega

@vacuumbeef oh my goodness, you're a menace with that thing. You've grown too powerful.

vacuumbeef

@neauoire haha yeah I feel it. Last night I suddenly realized I could do it and my brain exploded.

Devine Lu Linvega

@vacuumbeef that's super smart, I wonder what I could add to help push this further, any request?

vacuumbeef

@neauoire I don't know I think at that point I still finding ways. If I'll see something is not possible but would be cool to have, I'll tell you

vacuumbeef

@neauoire you know actually, there is probably only one thing I really wish to be possible from time to time - K operand but like.. reversed. We can output values of multiple variables in one line with K, but we can't assign values in the same style. But all the characters are already taken, so I don't know

Devine Lu Linvega

@vacuumbeef Mhmm that's a good idea, but yeah, I'm not sure if changing the behavior of K would be wise at this point. You could add a special operator using a non-alphanumeric character that does that behavior, who knows, maybe others will adopt it too?

vacuumbeef

@neauoire changing existing operands is not a good idea overall, it will definitely break some of already made people's patches. The only safe way is some special character yeah

vacuumbeef

@neauoire but how it should look and work? First thing comes in mind is something like G, where you will be able to choose the number of variables, it's names and values, but we can't have names and values on different lines, because it will be writing it with a delay, right?

What if, left inputs are names, right inputs are values. But there is always one empty input on the left is added, or maybe always having empty inputs on both sides. Here is a pic of what I mean

Devine Lu Linvega

@vacuumbeef I would do it like K, but first row is value, second is variable name.

Go Up