views
50

samegame1k

Overview

samegame1k is a puzzle game entry for the JS1k 2017 JavaScript code golfing competition. The goal of the competition is to create a fancy JavaScript demo up to 1024 bytes.

Game Description

Clear the field by removing groups of more than one colored square; the larger the group you remove, the more points you get.

After a group is removed, the squares above it drop down to fill the empty space. When a column is empty, all columns right of it are shifted to the left. When there are no more groups of two or more squares left, the game is over.

The points of a marked group of squares are calculated by the formula (n - 2) ^ 2, where n is the number of squares. So try to remove as many squares at a time as possible to get a higher score.

Controls:

  • If you click a color group, it becomes marked.

  • If you click the marked group of more than one colored square, it will be removed.

  • To start a new game, click on [New].
    #puzzle



all-ages
Nothing has been posted to this project page yet. Check back later!