LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Random Numbers In A Box

Root / Submissions / [.]

MinxrodCreated:
Download:CA5VS3RJ
Version:Size:
Basically draws a grid and puts numbers in it. Also adds special characters into the grid randomly for bonus stuffs. Eventually might make it so the grid can be drawn elsewhere on the screen.

Instructions:

Run it. It will create a grid of numbers. If you go into the code you can change the size of the grid and numbers :) Press A to randomize the numbers. Press X to exit.

I feel like this could be used as part of a game.

Replying to:ahavasandwich
I feel like this could be used as part of a game.
Yeah, I agree. Could be a randomly generated maze/ raycast map engine eventually?

The font seems to flip if you set wide to20 and high to 30

Other than that I gave it 10/10

Replying to:ahavasandwich
I feel like this could be used as part of a game.
I don't really have any plans for this, maybe work it in as a minigame somewhere. I don't think this could generate anything very useful as a map, though.

Replying to:PixelStudio
The font seems to flip if you set wide to20 and high to 30
Ok... Yeah it gives you an out of range due to the size of the board being too big. I used ATTR to rotate sides, but when it crashes it never resets it to 0, it just uses the current rotation. :D Made it difficult to read the error codes when making this XD

"Also adds special characters into the grid randomly." It's not a bug, its a FEATURE.

Replying to:PixelStudio
The font seems to flip if you set wide to20 and high to 30
Yup but its still cool XD

Replying to:12Me21
"Also adds special characters into the grid randomly." It's not a bug, its a FEATURE.
I never said it was a bug...