Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 955 Bytes

File metadata and controls

33 lines (23 loc) · 955 Bytes
description
Do you pick the right horse to win?

🏇 BackRace

{% hint style="info" %} As of 0.1.0, this feature has been moved to the kernel addons. {% endhint %}

BackRace is a game that lets you choose which horse do you think it's going to the finish line first. It doesn't have points or anything; just a simple win and loss game.

Game Rules

The rules of this game are:

  • When you pick a horse and started the race, if the selected horse reached the finish line before all the other horses, you win the game.
  • However, if you pick a horse that didn't reach the finish line before its opponents, you lose the race.

Game Controls

Below controls are supported:

  • ENTER
    • Start the race with the chosen horse
  • Up
    • Selects the previous horse
  • Down
    • Selects the next horse
  • ESC
    • Exits the game