-
-
Notifications
You must be signed in to change notification settings - Fork 32
Demonstration Features
A room has been created on VirtualTabletop.io to demonstrate requested, recurring, or interesting features. These are not complete games, yet are more than a tutorial on a single concept. You can access the room at https://virtualtabletop.io/DemoLibrary.
The room has the following demo files in its library:
Example of how to automatically increase and decrease the size of holders and hands based on the number of widgets in them.
A guide on how to add a chat feature to rooms. For more information about the chat system, see Chat.
A holder that copies any widget dropped into it.
Some JSON code that will create an effect like actually holding cards by spreading them out with a gentle curve.
An example of a pile menu system that pops up near the pile instead of opening an overlay.
Use this to deal all the cards in a deck into tight rows and columns. Useful for seeing changes across an entire deck when editing it.
Example of how to create boards or map images that extend beyond the visual boundaries of the room.
Example of how to use a reset button with custom properties on each widget to easily reset a room.
Demonstrates how to turn a set of cubes (acting as a deck) into the seat color of a player.
A sample automation routine for card trick taking games.
A tool to help build cards/tiles involving repeating patterns.
A system to add mouse-over tooltip information to display help or information about widgets. NOTE: you can also look at the CSS: Advanced tutorial for a much simpler way of doing about the same thing. This demo was created before the CSS customizations allowing the easier method.
A draggable and zoomable (down to street level) map of the world.
- Widgets
- Functions, automation, and routines
- Dynamic Expressions and using variables
- Math, string, array, color, JSON functions
- Cards and Decks
- Editing JSON
- Using CSS
- Fonts and Symbols
- Publicly available games
- Tutorials
- Available icons, card backs, button styles, and other images
- Demonstration Features
- Useful Code Snippets