Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.08 KB

Cycle.js Shooter Build Status codecov Waffle.io Standard - JavaScript Style Guide

A hide-and-shoot two-player browser game experiment, built with Cycle.js.

Play it!

Play the game with a friend, over here.

Start a Local Development Server

  1. Clone the repository.
  2. $ npm install
  3. $ npm run dev
  4. A URL was printed. Open it in a browser.

Credits