This is a Game Off 2023 jam submission (GitHub repository).

Skle is a puzzle and strategy game about numbers on 3 different scales: 1s (numbers 1-9), 10s (numbers 10-99) and 100s (numbers 100-999).

How to play

The game starts with a table full of numbers and is played through rounds. Each round has 2 stages:

  1. Transform: You'll select one of the 3 available arithmetic operations (e.g. "+100", "/2", "x10"), which will be applied to every number on the table. This, in turn, will result in a new set of numbers. Some of them might go out of scale and will be removed. When the round ends, a new random operation will replace the one you chose.
  2. Clear: In this stage, you'll pick one of the 3 scales. All the numbers on that scale will be removed from the table and you'll get points from those. New random numbers will appear replacing them. You also have the option to skip this stage.


At the end of the round, your score will be increased by the number of points you get in the round. The round score is calculated using this formula:

round_score = # cleared_cards X points_per_card X multiplier

There are 2 multipliers:

  • x2: you'll get to double your round score if you clear the whole table + get some out-of-scale numbers.
  • x3: if you manage to clear the whole table with no out-of-scale numbers, your round score will be multiplied by 3!

Every now and then, some extra numbers will be spawned at the end of the round. Keep an eye on the spawn bar (brown line) to know when it'll happen.

The game ends when there are less than 5 numbers on the table.

Can you beat your own highscore?

Controls

  • Arrow keys: navigate.
  • X: select/confirm.

Credits

Code, art and music by Vicente Romero (@vteromero).

Download

Download NowName your own price

Click download now to get access to the following files:

skle_linux.zip 738 kB
skle_osx.zip 3 MB
skle_raspi.zip 2 MB
skle_windows.zip 978 kB

Leave a comment

Log in with itch.io to leave a comment.