Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 807 Bytes

readme.md

File metadata and controls

24 lines (14 loc) · 807 Bytes

Pour Me More

A mobile-friendly roguelike-like / roguelite for the 2019 7DRL Challenge.

You play as a bartender in a small watering hole, serving patrons beer and other stuff. If you do your job well, you might get a promotion to a more respectable establishment.

You can play solo, or enlist a friend for cooperative online multiplayer experience!

Check out the in-game instruction screen for more hints on how to play.

Playing locally

Download the game sources and open index.html in your browser.

Running your own server

  1. Install node.js
  2. Run npm install ws in the game's folder
  3. Run node server
  4. Depending on your setup, you may need to modify the game's source to point to your server