Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Pronto

screenshot

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