harshavb / piously-old-ver

Welcome to Piously! This is a hexagonal 1v1 board game.
2 stars 0 forks source link

Give buttons roles #32

Closed ben9583 closed 3 years ago

ben9583 commented 3 years ago

The next step for the game is to define what each button will do. We should map out a goal for every button when the user clicks it before we start work on the implementation

Issues for each button: Exit: #34

harshavb commented 3 years ago

Likely singleplayer, casual, ranked, settings, leaderboards, and exit, of which we implement in the order exit -> settings -> singleplayer -> casual -> leaderboards -> ranked

ben9583 commented 3 years ago

Leaderboards cuts casual and ranked? Maybe having single/casual/ranked on the top half, settings on bottom left, leaderboard on bottom right, and exit on bottom

harshavb commented 3 years ago

No that's the order of implementation, not the order of appearance

ben9583 commented 3 years ago

Oh I see, yea that's a good idea then. I'll create a new issue for the exit button functionality.

ben9583 commented 3 years ago

Just thought about it some more; @harshavb how about instead of doing casual/ranked, we do local/online multiplayer, with the online multiplayer having those casual/ranked options?

harshavb commented 3 years ago

Good idea

ben9583 commented 3 years ago

Decided upon; closing issue