Navigate through the menu screen and games using the 'W', 'A', 'S', 'D' keys.
After a game ends, the user must press enter to exit gameover screen.
To exit the highscores menu, press any key.
After user inputs username, the game will display the top highscores and where the user ranked. To exit that screen, the user must enter 'x' and then enter.
## Known bugs
Visual bug involving the screen clear. The topline of the previous state flashes across the screen.
Visual bug where the screen is seperated. This bug happens in a single frame so snake is relatively unaffected but for 2048, the user must reset the screen by pressing a key.
#### 2048 issues
Spamming keys other than 'W', 'A', 'S', or 'D' in 2048 will cause a random number to appear on the board but it will not shift the board.
#### Snake issues
During Snake gameplay, minor visual bugs occur when playing for an extended period of time.
The Snake does not turn until one frame after the user input registers