This website requires JavaScript.
Explore
Help
Sign In
kg333
/
tenebrous-dicebot
forked from
projectmoon/tenebrous-dicebot
Watch
1
Star
0
Fork
You've already forked tenebrous-dicebot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7e15379c58
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
;