aalemayhu / snake

[S]uper [N]ot [A]wesome [K]nockout [E]agle - SNAKE - a Twitch snake overlay game
0 stars 1 forks source link

Add leaderboard to the game #15

Closed aalemayhu closed 6 years ago

aalemayhu commented 6 years ago

Should we divide the grid into game and leaderboard? This way we can avoid drawing text on top of the players.

aalemayhu commented 6 years ago

Related-to: #3

aalemayhu commented 6 years ago

For first draft, let's say we show only the top seven players and the top three teams.

Also the API needs to support letting the player know their position in the leaderboard.

aalemayhu commented 6 years ago

So when you pick a fruit or attack another player you get a point? When you get attacked do you lose a point?

@Mobilpadde @Nyasaki would appreciate your feedback on this, thanks.

aalemayhu commented 6 years ago

This is how it looks like right now

screenshot 2018-10-24 at 20 14 51

Hmm, we probably need to increase the grid size and bigger fonts. Otherwise the game get's blurred when in a small window.

aalemayhu commented 6 years ago

We still need to fix the scoring system but I am happy with the initial draft. So closing this issue in favour of waiting until the polish round this weekend.