dotnet / dotnet/dotnet-console-games

`Website` improve game button layouts

Open
#24 1 comment 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
C#
Stars
1k
Forks
171
PR merge metrics
No merged PRs in 30d

Description

https://zacharypatten.github.io/dotnet-console-games/Draw

The game buttons in the `Website` project are currently just slapped on without much thought. This makes the games pretty hard and annoying to play on mobile or any platform where the user can't use a keyboard. It would be nice to improve the button layout for every game to make it more sensible.

For example, in the `Draw` game from the screenshot above, the `end` key restarts the game with new random generation, but the `end` key is next to the `right arrow` key, making it easy to accidentally bump the `end` key when trying to draw to the right. Something like this might be better for the Draw game:
![image](https://user-images.githubusercontent.com/3385986/158508938-252c4b27-6489-4f83-bc83-a2588fdb695a.png)

I'm open to ideas. Each game has different buttons, so there they will all require slightly different button layouts, but it would be nice to keep the button layouts as consistent as possible between the games.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.