The Arcade 2.0 (Map help)

I am going to remake my arcade-type game, and add extra stuff that I learned from my time spent on the forums, like a pre-game lobby, RNG, and decor. However, I also wanted to get to ten games. What games should I add?

FYI: I am looking for things that can be played on an incredibly small scale, all 100% independent of each other, and can be constructed in a resonable amount of time. I do NOT want to spend ten years writing blockcode to make proceduarly generated terrain for Minesweeper to be hard!

I already have (ideas from the Arcade 1.0):

  • Dodge the lazers and sentries (Can be updated),
  • Knock down the trees (Doesn’t work that well),
  • Russian Roulette (SO BORING),
  • PVP (requires multiple people),
  • TTT
  • FIsh three fish (Literally just thought of it on the spot),

Any other ideas can and will be apreciated!

3 Likes

Contradicting Details…

I think you should work on Russian Roulette. Maybe something like players are stuck in a circle, and a random person gets a killing laser “time-out” them, everyone else gets tickets for more games. That would make more people want to play.

2 Likes

Do you want me to give you a rundown of how my Russian Roulete used to work?

1 Like

Uh, how did you “generate terrain”?

1 Like

It was just an idea I had, because I never finished Minesweeper.

Have every tile call RNG, between 1 and 20.

If RNG 20, then turn into a mine, and decrease the total number of mines by one, until you get to zero.

Then, I could run another function to check how many mines are near each non-mine tile, and label them accordingly.

3 Likes

Ooh ok nice

2 Likes

For your arcade, you should make lua in gimkit.

you just need to make functions, logical operators, arithmetic operators, and other stuff.
@blackhole927 you can make more if you want.

2 Likes

What’s LUA?

2 Likes

IT’S THE PROGRAMMING LANGUAGE THAT MADE ROBLOX AND ANGRY BIRDS AND STUFF

2 Likes

Read about it on the codeacademy forums, which just so happen to be made with discourse.

Every now and then, I look at forums and take a 50/50 if they were made with discourse or not. So far I’m at 3 for 3.

3 Likes

Two words:
Space
Invaders

2 Likes