A Javascript library for building multiplayer turn-based games
You can find the Ravens documentation on ravens.dev.
Clone the repo, then yarn install
.
Run yarn run develop
to continuously build the library. To test your modifications, use either yarn test
to run the Jest tests, or use yarn link
to use the library in an other project.
Ravens is open-source, but closed to contributions. At the moment, while the project is working and can be used, I'm still a bit experimenting on the right structures & abstractions. Properly supporting external contributions takes time, and I'm not ready at the moment to do that.
Feel free to open issues or comments on the existing ones if you have feedback to give, but don't expect unsollicited pull requests to be merged. 🙂