1
0
Fork 0
A simple web based die roller I made to learn Ruby, and emulate the defunct Invisible Castle.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
Silverwizard 8530e01fec Added license file vor 5 Jahren
LICENSE Added license file vor 5 Jahren
README Initial setup - the test command is for command line use and shouldn't really be in production vor 9 Jahren
config.rb Let's add an ID field so we can more effectively query! vor 9 Jahren
die.rb Initial setup - the test command is for command line use and shouldn't really be in production vor 9 Jahren
dieroller.html Initial setup - the test command is for command line use and shouldn't really be in production vor 9 Jahren
display.rb ok - Now just cleaning up a lot of possible issues, all the little edge case cleaning vor 9 Jahren
roller.rb Let's add an ID field so we can more effectively query! vor 9 Jahren
test.rb Initial setup - the test command is for command line use and shouldn't really be in production vor 9 Jahren

README

Basically, it's a slightly lower tech version of InvisibleCastle.com

You use the dieroller.html to roll some dice, and then, use display.rb to view the resutls. Longterm goal is to emulate most of the functionality of Invisible castle.

Currently uses the format:
NdM for a roll of N dice with M sides.
If you add a ! to the end of the roll line, dice will reroll if they roll the largest number

If you add a > sign followed by a number, it will assume that you want to roll successes, and will only roll dice and count the number that come up higher than the number after the > sign