An open API service indexing awesome lists of open source software.

https://github.com/zfletch/swell-foop-js

A game similar to Gnome Games' Swell Foop written in HTML and JavaScript
https://github.com/zfletch/swell-foop-js

Last synced: about 1 year ago
JSON representation

A game similar to Gnome Games' Swell Foop written in HTML and JavaScript

Awesome Lists containing this project

README

          

Felp Swool
==========

A game similar to Gnome Games' Swell Foop written in HTML and JavaScript.

Description
-----------

Gameplay consists of clicking on blocks. When a block is clicked, if that block is part of a contiguous
group of blocks of the same color, then all the blocks in the group disappear.

When a block disappears, if there are any blocks above it, they fall down
and occupy the space previously occupied by the block that disappeared.
If an entire column disappears, then the column to the right moves to take
its place.

The goal is to cause as many blocks to disappear as possible.

How to use
----------

* Open blocks.html in a web browser and enjoy.
* Try it out [here](https://zfletch.github.io/swell-foop-js/)