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
- Host: GitHub
- URL: https://github.com/zfletch/swell-foop-js
- Owner: zfletch
- License: gpl-3.0
- Created: 2013-08-02T23:52:41.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T21:56:30.000Z (over 10 years ago)
- Last Synced: 2025-02-16T20:20:55.966Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)