Drops is a game we created to raise awareness about the disparities in access to clean drinking water within the United States. In this game you visit three cities with different water quality issues and management, and try to catch as much clean water as you can in your bucket.
It is written primarily in Javascript using the Phaser.IO game framework.
Play at www.drops.website! (desktop only)
Drops won 1st Place and Best User Experience at ByteHacks 2017.
- Install Python
- Clone this repo:
git clone https://github.com/liliapoteat/drops.git
cd
into repo- Run
python -m SimpleHTTPServer
(Python 2.7) orpython -m http.server
(Python 3) - Head to
localhost:8000