This website requires JavaScript.
Explore
Help
Sign In
projectmoon
/
tenebrous-dicebot
Watch
1
Star
0
Fork
You've already forked tenebrous-dicebot
1
Code
Issues
12
Pull Requests
1
Projects
Releases
10
Wiki
Activity
09278a80b5
tenebrous-dicebot
/
src
/
cthulhu.rs
3 lines
30 B
Rust
Raw
Normal View
History
Unescape
Escape
Basic implementation of CoC dice rolling. Not hooked up to parser or commands yet.
2020-10-23 20:23:13 +00:00
pub
mod
dice
;
Implement parsing of Cthulhu dice, only basic for now. Does not understand anything besides single numbers at the moment.
2020-10-31 14:03:18 +00:00
pub
mod
parser
;