Inspiration is Tetris99, a “battle royale” like game in which players compete in a game of Tetris in which each time a row is cleared the the cleared row is sent to the bottom pile of another random player.
Our game will have 99 players competing with each other. At the beginning they will be presented a queue with 10 random tests inside of it; the first one gets out of the queue and the game begins.
Each test will have a short description and a piece of uncompleted code. The player has to tap the correct answer out of multiple choices to complete it.
If a player chooses the correct answer the solved test is sent to the queue of another random player. If a player fails to solve a test they are freezed for a certain amount of time after which they can try another answer.
If a player gets more than a certain amount of tests in his queue they are disqualified and fail the game.
The game ends when a player finishes all the tests inside his queue or if it’s the last player standing!