https://github.com/markusfisch/powersofdropping
Connect lines or columns of blocks to remove them or hit all catchers to win the game!
https://github.com/markusfisch/powersofdropping
javascript-game js13kgames
Last synced: 4 months ago
JSON representation
Connect lines or columns of blocks to remove them or hit all catchers to win the game!
- Host: GitHub
- URL: https://github.com/markusfisch/powersofdropping
- Owner: markusfisch
- License: unlicense
- Created: 2024-04-26T11:15:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T13:19:03.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T18:15:16.490Z (over 1 year ago)
- Topics: javascript-game, js13kgames
- Language: JavaScript
- Homepage: http://hhsw.de/sites/proto/gdjam2024/
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Powers of Dropping

In this game, you have the power to drop blocks!
Connect lines or columns of blocks to remove them.
Clear all blocks or hit all catchers to win!
For the [js13kGames][js13kGames] challenge of [Gamedev.js Jam 2024][gdjam].
The theme was "Power".
You can play the original submission [here][play] or the slightly improved
post-compo version [here][postplay].
Use the cursor keys (or hjkl) to move and SPACE to drop a block.
Works on your phone, too. There are on-screen controls.
## Build Requirements
[esbuild][esbuild] is used for minification. You can get it with `npm`:
$ npm install --global esbuild
[gdjam]: https://itch.io/jam/gamedevjs-2024
[js13kgames]: https://gamedevjs.com/jam/2024/#challenge-js13kgames
[play]: http://hhsw.de/sites/proto/gdjam2024/
[postplay]: http://hhsw.de/sites/PowersOfDropping
[esbuild]: https://github.com/evanw/esbuild