All Projects → Unbound-Legends → RPG-Web-Character-Creator

Unbound-Legends / RPG-Web-Character-Creator

Licence: GPL-3.0 License
Character generator for Fantasy Flight Games' Genesys

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to RPG-Web-Character-Creator

rpg tools
rpg_tools is a toolbox for tabletop games and RPGs
Stars: ✭ 53 (+17.78%)
Mutual labels:  role-playing-game
EMF
Extended Mechanics & Flavor
Stars: ✭ 33 (-26.67%)
Mutual labels:  role-playing-game
cp2020
A character generator for the Cyberpunk 2020 Role Playing Game
Stars: ✭ 43 (-4.44%)
Mutual labels:  character-generator
imperial-assault-data
An easy-to-use collection of data and images from the Imperial Assault Game by Fantasy Flight Games.
Stars: ✭ 16 (-64.44%)
Mutual labels:  fantasy-flight-games
d20datascience
Data science investigations into the mechanics of the world's greatest role playing game
Stars: ✭ 50 (+11.11%)
Mutual labels:  role-playing-game
npc
Game master's tool to manage characters and other campaign files
Stars: ✭ 13 (-71.11%)
Mutual labels:  character-creation
vigilante
🦇 2D pixel-art side-scrolling single-player ARPG
Stars: ✭ 63 (+40%)
Mutual labels:  role-playing-game
shr5rcp
The shadowrun 5 rich client platfrom is a model driven project for managing shadowrun resources. A shadowrun 5 character generator for example ...
Stars: ✭ 50 (+11.11%)
Mutual labels:  character-generator
togetherness
A virtual and 🕊liberated🕊 tabletop. Make, play, and share your tabletop games with dice, cards, tokens, and more.
Stars: ✭ 32 (-28.89%)
Mutual labels:  role-playing-game
Endless Sky
Space exploration, trading, and combat game.
Stars: ✭ 3,357 (+7360%)
Mutual labels:  role-playing-game

Genesys Emporium

Current Production Build

The Genesys Emporium

Community

Support/Unbound Legends Discord
Genesys Community Discord

Misc

Genesys was created by Fantasy Flight Games, Genesys.

Genesys Emporium was originally created by SkyJedi. Go check him out, he's an awesome guy who has made many major contributions to the Genesys community.

Building & Running

  • create a firebase project with authentication (google) and firestore, configure firestore permissions with rules from firestore.rules

  • create packages/emporium/.env

NX_apiKey=<API_KEY>>
NX_authDomain=<PROJECT_ID>.firebaseapp.com
NX_databaseURL=https://<PROJECT_ID>.firebaseio.com
NX_projectId=<PROJECT_ID>
NX_storageBucket=<PROJECT_ID>.appspot.com
NX_messagingSenderId=SENDER_ID

install and run

npm install
npm run start

If you get an error message like Error: Cannot find module '@nrwl/workspace/src/utilities/output' go to node_modules/@nrwl/workspace/src and create a symlink utilities->utils

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].