Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.75 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.75 KB

Blackguard

Blackguard is an adventure game built with Phaser and React. It communicates with Conjurer via Haversack to allow multiple players to collaborate on a single game session.

This project was built for my Activate 2019 workshop, Let’s Go On an Adventure: Building a Realtime, Collaborative Game with Web Tech. One of the central ideas behind that workshop was that this project—and its related projects—should serve as but an MVP for a game, so PRs are welcome!

Table of contents

Getting started

First, clone the repo:

git clone https://github.com/activate-game/blackguard.git

Now hop on into the project and install its dependencies:

npm install

That’s it! You’re started!

Development

To load the game in development mode, just:

npm start

This will launch the game as an Electron app and automatically open the developer tools.

Contributing

If you submit a PR, please adhere to the Code of Conduct.

Licenses