Skip to content

activate-game/conjurer

Repository files navigation

Conjurer

Conjurer is a game content creation tool built with React. It communicates with Blackguard via Conjurer 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/conjurer.git

Now hop on into the project and install its dependencies:

npm install

That’s it! You’re started!

Development

To start the app in development mode, just:

npm start

Contributing

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

Licenses