
Roll20
Foundry Virtual Tabletop
D&D Beyond
Astral Tabletop
MapTool
Fantasy Grounds
Beyond Tabletop
Inkarnate
GitHub
GitLab
BitBucket
VS Code
Git
Treehouse
Pantheon
CodePen
Roll20
GitHubAs a DM for homebrew games, I used Roll20 for 2+ years. When it works, its OK. When it doesn't, its frustrating. I use a lot of custom rules and they are simply not supported due to a lack of modularity within the system. A simple variant of Proficiency Dice in 5e is outlined in the rules, and even it is hacky and not well supported on Roll20.
The format feels like it was made two decades ago, and the web console spits out warnings and errors left and right. There has even been some conspiracies / drama with some of the higher-ups at Roll20, showing a lack of leadership.
Please, let's let Roll20 die. Support another system.
Not easy to learn, not friendly controls
Based on our record, GitHub should be more popular than Roll20. It has been mentiond 2466 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
There are other options: https://roll20.net/. Source: over 2 years ago
I've used roll20.net up until now. They have a find group feature and a virtual table top with character sheets and dice roller included, so everything you need to play virtually is all on the one site. Source: over 2 years ago
1 Year Roll20 Pro Subscription ($109 value!) โ use it yourself or give it to your GM! Source: over 2 years ago
There are plenty of D&D software programs out there that are free and paid versions. Many of them with the ability to have friends join and interact with the table. As basic as Tabletop Simulator to Fantasy Grounds (both on steam that I have experience with, not an endorsement). roll20.net being a popular browser based version. Source: over 2 years ago
I have made a character on roll20.net that maybe border line iffy/OP, so I may have to make one that's not. My free time can be a bit unusual at times(it's 12:24AM as I write this)so someone who has similar free times as I do(if your interested let me know and we can talk times), basicly I've been listening to a DnD podcast and I think it sounds fun and I want to try it out Edit: I'm in PST timezone in... Source: over 2 years ago
// ==UserScript== // @name GitHub -> Obsidian Task // @namespace obsidian // @version 1.0 // @match https://github.com/*/*/issues/* // @match https://github.com/*/*/pull/* // @grant GM_setClipboard // ==/UserScript== (function () { 'use strict'; function getTitle() { return document.querySelector("bdi")?.textContent.trim(); } function copyTask() { ... - Source: dev.to / about 17 hours ago
Import requests From bs4 import BeautifulSoup From datetime import datetime Def fetch_github_trending(): url = "https://github.com/trending?since=daily" response = requests.get(url) soup = BeautifulSoup(response.text, 'html.parser') repos = [] for article in soup.select('article.Box-row'): repo_link = article.select_one('h2 a')['href'] stars_today =... - Source: dev.to / 1 day ago
Git clone https://github.com//.git /opt/app Cd /opt/app Docker build -t app . Docker run -d --name app --restart unless-stopped -p 8080:8080 app. - Source: dev.to / 5 days ago
The core of the ecosystem is the official open-source server hosted on GitHub. It is written in TypeScript and implements the full MCP specification. - Source: dev.to / 10 days ago
This is why the gate needs a trace it can trust, and why AgentLens is the other half of this workflow. agent-eval scores and gates the output; AgentLens captures the trace of how the agent got there โ every model call and tool step, the resolved inputs (not the templated ones), the raw outputs. That trace is exactly the unforgeable, agent-didn't-author substrate that Tier 1+2 need to score against. Without it,... - Source: dev.to / 10 days ago
Foundry Virtual Tabletop - A self-hosted, modern, and developer-friendly roleplaying platform.
GitLab - Create, review and deploy code together with GitLab open source git repo management software | GitLab
D&D Beyond - Official online toolset for Dungeons & Dragons tabletop gaming
BitBucket - Bitbucket is a free code hosting site for Mercurial and Git. Manage your development with a hosted wiki, issue tracker and source code.
Astral Tabletop - Create, host, and manage your tabletop role-playing games โ online or in person
VS Code - Build and debug modern web and cloud applications, by Microsoft