Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T13:19:03.000Z (4 months ago)
- Last Synced: 2024-10-16T19:21:45.530Z (3 months 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