Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markusfisch/pronto
Simple reaction game for js13kGames 2018
https://github.com/markusfisch/pronto
game javascript js13kgames webgl
Last synced: 3 months ago
JSON representation
Simple reaction game for js13kGames 2018
- Host: GitHub
- URL: https://github.com/markusfisch/pronto
- Owner: markusfisch
- License: unlicense
- Created: 2018-09-12T21:34:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T17:44:58.000Z (4 months ago)
- Last Synced: 2024-10-14T02:40:56.226Z (3 months ago)
- Topics: game, javascript, js13kgames, webgl
- Language: JavaScript
- Homepage: https://pronto.markusfisch.de/
- Size: 66.4 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pronto
Simple reaction game for [js13kGames][js13kgames] 2018.
Theme was "offline".Play it [here][play].
Tap, click or press space to change lanes when it's time.
## Build Requirements
[esbuild][esbuild] is used for minification. You can get it with `npm`:
$ npm install --global esbuild
[js13kgames]: http://js13kgames.com/entries/2018
[play]: https://pronto.markusfisch.de/
[esbuild]: https://github.com/evanw/esbuild