nicknovitski/tabletop

View on GitHub
lib/tabletop.rb

Summary

Maintainability
A
0 mins
Test Coverage
require_relative 'tabletop/randomizers'
require_relative 'tabletop/dice_pool'
require_relative 'tabletop/roll'
require_relative 'tabletop/token'
require_relative 'tabletop/condition'
require_relative 'tabletop/deck'
require_relative 'tabletop/table'