Skip to content

activate-game/conjurer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f451108 · Apr 12, 2019

History

10 Commits
Apr 4, 2019
Apr 4, 2019
Apr 4, 2019
Apr 12, 2019
Apr 12, 2019
Apr 12, 2019
Apr 4, 2019
Apr 4, 2019
Apr 4, 2019
Apr 4, 2019
Apr 4, 2019
Apr 4, 2019
Apr 4, 2019
Apr 4, 2019

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