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!
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!
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.
If you submit a PR, please adhere to the Code of Conduct.
- This project is GPL-3.0-or-later © Nicholas Scheurich.
- The remote assets used in this project are copyright Oryx Design Labs and Chevy Ray, licensed to @ngscheurich. Reuse or redistribution of these assets is strictly prohibited.