toolbox: adds devtoolbox to easily manage debug components
This commit is contained in:
18
md/home.md
18
md/home.md
@@ -2,7 +2,7 @@
|
||||
|
||||
Tabletop Commander (TTC) is a rules-and-tools app for tabletop games - board, card, war, role-playing, you name it! It is the spiritual successor of Chapter Master by Emmaline Autumn, a Warhammer 40,000 9th Edition rules reference and game helper.
|
||||
|
||||
Emma decided to move on from Chapter Master as her interest in 40k was supplanted by the greater wargaming hobby after the release of 10th edition made clear that Chapter Master was too inflexible and tedious to work on.
|
||||
Emma decided to move on from Chapter Master as her interest in Warhammer 40k waned, replaced by a broader enthusiasm for the wargaming hobby. The release of the 10th edition highlighted Chapter Master's inflexibility and tediousness, prompting her to seek new avenues.
|
||||
|
||||
See, Emma had a vision that anyone could contribute to making rules corrections so that anyone could have all of the rules as they currently exist. This ballooned into the idea that you could have all the rules as they existed at *any point in time.* As soon as she realized that every code change either needed to keep that backward compatibility in mind or would cause the data to no longer be usable, she decided to drop Chapter Master entirely.
|
||||
|
||||
@@ -16,7 +16,7 @@ It didn't sit right with her. A big project no longer being worked on and a dead
|
||||
|
||||
### Game Systems
|
||||
|
||||
The basis of TTC is called a Game System Package. This package
|
||||
The basis of TTC is called a Game System. This package
|
||||
includes everything needed for a game system, including schemas,
|
||||
publications, and tools. Players can follow a Game System to get
|
||||
consistently updated content publications, or fork it to
|
||||
@@ -81,12 +81,20 @@ Publications use an enhanced markdown syntax (ttcMD) that
|
||||
implements ttcQuery, and adds a bit of custom syntax for things
|
||||
like pop-overs and styling hints for rendering.
|
||||
|
||||
The styling aspect is similar to a very trimmed down CSS, but
|
||||
can accomplish quite a lot. For example, this page is actually
|
||||
built using ttcMD!
|
||||
Though it uses markdown as its base syntax, ttcMD could more accurately be called a templating language as it contains a lot of custom elements to handle different layouts
|
||||
|
||||
[~~cta Learn More](/help/Publications.md)
|
||||
|
||||
]]
|
||||
|
||||
[[2
|
||||
|
||||
Want to keep up with TTC? Join us over at the CyborgGrizzly Games Discord server! Come discuss tabletop gaming, stay updated on the latest developments with Tabletop Commander, and collaborate with fellow gamers to create and update game systems. It's the perfect spot to connect with like-minded enthusiasts and be part of shaping the future of tabletop gaming. Don't miss out – hop on the Discord server today!
|
||||
|
||||
Disclaimer: *I'm so sorry, I had ChatGPT write that last paragraph. I tried to save it, but it's just so... corporate*
|
||||
|
||||
[~~cta Join the Discord](https://discord.gg/bePt7MQHQA)
|
||||
|
||||
]]
|
||||
/[]
|
||||
|
||||
|
Reference in New Issue
Block a user