https://github.com/nicklayb/kub
Kub is a block collapsing game
https://github.com/nicklayb/kub
cube elm game learning
Last synced: about 1 year ago
JSON representation
Kub is a block collapsing game
- Host: GitHub
- URL: https://github.com/nicklayb/kub
- Owner: nicklayb
- License: mit
- Created: 2019-05-06T02:27:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T19:27:19.000Z (over 2 years ago)
- Last Synced: 2024-04-15T03:51:53.635Z (about 2 years ago)
- Topics: cube, elm, game, learning
- Language: Elm
- Homepage: https://nicklayb.github.io/kub
- Size: 271 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# K U B
Demo: [https://nicklayb.github.io/kub](https://nicklayb.github.io/kub)

## What is KUB?
KUB is a block game. Your target is to be able to remove all cells from the grid. Select zones of the same color to remove the zone, unique cell cannot be removed. The first screen you see wants you to input a seed value.
## A seed?
In the world of the randomness, "seeds" are used to generate random values, for a given seed, the same value will be generated every time. This means that if you play on seed `1`, you will always have the same grid setup each time you start a game. Using `2` will generate a new grid.
## Purpose of the game
The main usage of KUB was learning purposes. I wanted a relaxing block falling game I could write on my own to get used to the Elm programming language.
## Try it!
Try it here [https://kub.sandbox.nboisvert.com](https://kub.sandbox.nboisvert.com), don't hesitate to tag me @_nboisvert on Twitter if complete a seed with you best combo!