All Projects → radix → pandt

radix / pandt

Licence: other
A tabletop role-playing game system

Programming Languages

typescript
32286 projects
rust
11053 projects

Projects that are alternatives of or similar to pandt

rollem-telegram-bot
🎲 An RPG dice rolling bot for Telegram.
Stars: ✭ 26 (+52.94%)
Mutual labels:  rpg, tabletop-gaming, tabletop
TTS-Codenames
A LUA script for Codenames on Tabletop Simulator for Steam.
Stars: ✭ 25 (+47.06%)
Mutual labels:  tabletop-gaming, tabletop
DiceRoller
Extensible and well-documented dice roller with a robust set of features. Excellent for play-by-post forums, virtual tabletops, or for integrating into character sheets or encounter managers.
Stars: ✭ 22 (+29.41%)
Mutual labels:  rpg, tabletop
vscode-dmbinder
Visual Studio Code extension for managing campaign documents.
Stars: ✭ 53 (+211.76%)
Mutual labels:  rpg, tabletop-gaming
rpg tools
rpg_tools is a toolbox for tabletop games and RPGs
Stars: ✭ 53 (+211.76%)
Mutual labels:  rpg, tabletop-gaming
micro-rpg-catalog
A bunch of resources for micro-mini RPG systems
Stars: ✭ 98 (+476.47%)
Mutual labels:  rpg, tabletop
the-black-hack
The Black Hack RPG text and tables, ready to be translated into your language
Stars: ✭ 56 (+229.41%)
Mutual labels:  rpg, tabletop
AsLib
🎨: RPG map maker (paint tool)
Stars: ✭ 82 (+382.35%)
Mutual labels:  rpg
msx-rpg
A Dungeon Crawler for the MSX2
Stars: ✭ 40 (+135.29%)
Mutual labels:  rpg
GWRP-0.3
Игровой режим для San Andreas Multiplayer
Stars: ✭ 22 (+29.41%)
Mutual labels:  rpg
vigilante
🦇 2D pixel-art side-scrolling single-player ARPG
Stars: ✭ 63 (+270.59%)
Mutual labels:  rpg
d20
A fast, powerful, and extensible dice engine for D&D, d20 systems, and any other system that needs dice!
Stars: ✭ 78 (+358.82%)
Mutual labels:  tabletop
VXA-OS
Most complete and secure free 2D online game creation tool from RPG Maker.
Stars: ✭ 14 (-17.65%)
Mutual labels:  rpg
AvalonMudClient
A Windows MUD client written in C#/WPF for .NET 6.
Stars: ✭ 20 (+17.65%)
Mutual labels:  rpg
mega-rpg
A discord bot where you can build an empire, recruit a devastating army and level up your epic hero. All of this so you can explore and conquer the world!
Stars: ✭ 31 (+82.35%)
Mutual labels:  rpg
uncharted-waters-2
Browser-based remake of Uncharted Waters: New Horizons (大航海時代II)
Stars: ✭ 56 (+229.41%)
Mutual labels:  rpg
JB2A DnD5e
Templates of spells from the DnD5e ruleset (SRD and PHB), to use on FoundryVTT
Stars: ✭ 28 (+64.71%)
Mutual labels:  tabletop
TTTTRPG
Timeline Tree of Tabletop Role-Playing Games, celebrating more than 40 years game design innovations
Stars: ✭ 34 (+100%)
Mutual labels:  rpg
dungeons-of-noudar
A first person dungeon-crawler for DOS, written in C++, using software rendering and fixed point math
Stars: ✭ 36 (+111.76%)
Mutual labels:  rpg
texbrew
An attempt to make good-looking homebrew documents for various roleplaying systems using XeTeX for typesetting.
Stars: ✭ 50 (+194.12%)
Mutual labels:  rpg

P&T

P&T is a table-top role-playing game. Think of a RPG like Dungeons & Dragons, but instead of needing books and character sheets, the app takes care of everything for you. It provides a tactical combat map and makes it easy for players and the Game Master to use their abilities and skills.

Status: Early development. Not a game yet.

License

MIT-licensed: http://opensource.org/licenses/MIT

Building/running (for dev/test)

To start the backend (this defaults to serving on all network interfaces on port 1337):

WARNING: the "--saved-games" argument specifies a directory that users of the web endpoint will be able to write arbitrary files to.

cd ptrpi; cargo run -- --saved-games sample_games --init testgame.yaml

This will start an RPI server which will load & save games to the sample_games directory, and automatically load up the testgame.yaml file as the initial state.

To build the UI, you must have npm installed (ideally npm 5).

cd ptui;
npm install;
./node_modules/.bin/webpack --config ./webpack.vendor.js
./node_modules/.bin/webpack --env.rpi_url=http://localhost:1337 # NOTE: do NOT put a / at the end of this URL

That will generate the UI in the ptui/build directory -- now host that on a static web server and hit the "GM.html" or "Player.html" files in it.

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].