Buttons Experiment banner

Buttons Experiment

2 devlogs
118h 58m 31s

A cool game, a bit similar to Death Penalty. Has minigames with buttons, you gotta read the text and then do the challenge that appears on the button. Like repeat the sequence, simon says, voting, duel, etc. The main idea that it is an experiment …

A cool game, a bit similar to Death Penalty. Has minigames with buttons, you gotta read the text and then do the challenge that appears on the button. Like repeat the sequence, simon says, voting, duel, etc. The main idea that it is an experiment where you get tested on different challenges to see how good you perform compared to other people (social experiment).

Demo Repository

Loading README...

Koeqaife

1.Improved lobby so it doesn’t look that boring (will have even more things later, I’m still thinking…)

  1. Started sending how many players join, so roblox has time to join before first round start, as I saw many situations where it was taking more than 10 seconds for people to join…

  2. Rounding numbers in UI of arena

Attachment
0
Koeqaife

Shipped this project!

It took me a lot, when I started I didn’t know about flavortown so sorry for one big devlog, next ships will have better and detailed devlogs!!

Koeqaife

So I wanted to make something that will not take me much time and it will get players. (I think I wasn’t succeed…)

Let’s start from the beginning, first what I made was lobby.

After that as I remember I started doing simple architecture so modules like: ArenaModule, GameLoopModule, GameStateModule. (don’t judge the names much, it’s my first game on roblox). Wanted to add sideeffects to buttons but couldn’t get any ideas for them it was supposed to be something like “on the next round red and blue buttons will be swapped”, so there are still modules for that but it doesn’t really do much now.

I added simple minigames and the first one I added was ColorEvent, where you remember color in the beginning of the game and then in the end of the game choose what you’ve chosen in the beginning, very simple I think.

Also the game used to be gray and with small terminal in the center, I’ve improved it later.
So what I did later was client-side AmbienceModule that is just playing random sounds I have in ReplicatedStorage.Ambience folder and it checks different attributes of how to play the sound (like in the random direction or in the center).

Then I released the game as “early alpha” and invited my friends to play it, it didn’t have anything at all in the beginning. Only lobby and the game, with no leaderboard or whatever. Later I added leaderboards in the lobby and added different death animation that you can buy with money you earn from the game.

And very recently I added daily quests that give cookies and with cookies you can buy even more things. The game makes me stress so much cause omg, so much stuff to do… Like I need more customization but also somehow make people return to the game. Someone was saying I should improve the atmosphere of the game, add something to the map, etc. I will try something.

0