VueJS 3 App made for making it easy to play my simple RPG System.
Currently only Polish language available.
Explore the website »
Report Bug
·
Request Feature
Table of Contents
There are many RPG systems but I didn't find one that would withstand one-shot sessions that could be run without any preparation with non-abstract rules.
Example situations:
- You meet your friends at vacations and you want to play RPG session but you didn't prepare anything
- You want to introduce your friend to RPG Sessions but you don't want to scare them
- You want to create something lightweight without any preparation and just go with the flow 😄
That's why I created BOOST RPG which is a simple system for this kind of situations. Also that's why I created BOOST RPG website (this project) to simple it down even more.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/dudematthew/boost-rpg-tools.git
- Install NPM packages
npm install
- Run server
npm run serve
After build, the app will be available under dist
Build
npm run build
- Add Home Page
- BOOST Manual Page
- User Panel
- Game Master Panel
- Multi-language Support
- Polish
- English
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
@dudematthew - [email protected]
Project Link: https://github.com/dudematthew/boost-rpg-tools