Skip to content

Commit 573e2dc

Browse files
author
bot
committed
update readme
1 parent eadf33d commit 573e2dc

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,23 @@
1010

1111
* [https://mydicebot.com](https://mydicebot.com)
1212
* [MyDiceBot](https://mydicebot.com) is World #1 Cross-Platform Dicing Bot.
13-
* Multiple platforms are supported, including __Windows, Mac, Linux, Web, Terminal/Console__ and __Android__.
13+
* Multiple platforms are supported, including __Windows, Mac, Linux, Web, Terminal/Console, Android__ and __Raspberry Pi__.
1414
* Multiple blockchains are supported, including __STEEM__.
1515
* Multiple programming languages are supported such as __Lua, Javascript__ and __Python__.
1616
* [Open Source](https://github.com/mydicebot/mydicebot.github.io) and __Free Forever__.
1717

18+
### Desktop
1819
![](screenshot/mydicebot-1000-win.png)
1920

21+
### Terminal/Console
22+
![](screenshot/mydicebot-console.png)
23+
24+
### Mobile GUI
25+
![](screenshot/mydicebot-mobile.png)
26+
27+
### Raspberry Pi
28+
![](screenshot/mydicebot-raspberry-pi.png)
29+
2030
# Table Of Content
2131
* [Download](#download)
2232
* [Supporting Dice Sites (alphabet sequence)](#supporting-dice-sites-alphabet-sequence)
@@ -128,7 +138,7 @@ bash start.sh
128138
* Visit http://localhost:57432/login
129139

130140
# Features
131-
* Supported platforms: __Windows, Mac, Linux, Web, Terminal/Console__ and __Android__
141+
* Supported platforms: __Windows, Mac, Linux, Web, Terminal/Console, Android__ and __Raspberry Pi__
132142
* Supported programming languages: __Lua, Javascript__ and __Python__
133143
* Supported multiple dice-sites
134144
* Supported multiple strategies
@@ -170,6 +180,9 @@ bash start.sh
170180
|__bethigh__|bool|Read Write|Whether to bet high/over (true) or low/under(false). Defaults to true (bet high/bet over)|
171181
|__win__|bool|Read Only|Indicates whether the last bet you made was a winning bet (true) or a losing bet (false).|
172182
|__currentprofit__|double|Read Only|Shows the profit for the last bet made. This is not the amount returned. betting 1 unit at x2 payout, when winning, currentprofit will show 0.00000001 (returned =0.00000002), when losing, profit will show -0.00000001|
183+
|__currentstreak__|double|Read Only|Shows the current winning or losing streak. When positive (>0), it's a winning streak. When negative (<0) it's a losing streak. Can never be 0. Only set after first bet.|
184+
|__currentroll__|double|Read Only|Show current roll information|
185+
173186

174187
* __Current Session Info__
175188

@@ -180,8 +193,7 @@ bash start.sh
180193
|__wins__|int|Read Only|Shows the number of wins for the current session.|
181194
|__losses__|int|Read Only|Shows the number of losses for the current session.|
182195
|__profit__|double|Read Only|Shows your session profit. Session is defined as the time since opening the current instance of bot or the last time you reset your stats in the bot.|
183-
|__currentstreak__|double|Read Only|Shows the current winning or losing streak. When positive (>0), it's a winning streak. When negative (<0) it's a losing streak. Can never be 0. Only set after first bet.|
184-
|__currentroll__|double|Read Only|Show current roll information|
196+
185197

186198
## Internal Functions
187199

screenshot/mydicebot-console.png

117 KB
Loading

screenshot/mydicebot-mobile.png

82.1 KB
Loading

screenshot/mydicebot-raspberry-pi.png

413 KB
Loading

0 commit comments

Comments
 (0)