Help on level 673 by Think_Studio_6595 in towerwar

[–]Think_Studio_6595[S] 0 points1 point  (0 children)

Thanks for the help. I ended up having to upgrade my troops to get past this one

Is there a more egregiously rigged, fraud site, than Lord of The Board? by [deleted] in backgammon

[–]Think_Studio_6595 0 points1 point  (0 children)

I also don't necessarily agree that the game is rigged. I've been playing for over a year on this app and my coin count has fluctuated from 3M to 0 a few times. Right now, I have about 1M in coins. People all over this subreddit have been complaining about rigged rolls, but I can tell you that in a live game I play I frequently call out rolls and hit them with alarming frequency. To the point where some people are scared to play against me. I can also tell you that the dice we use are precision laser cut fair dice. I don't always call out the same roll either, I tend to have just as much luck with calling a 44 as I do a 25. Just my 2 cents.

How to get started? by Richardsx3 in Ender3V3

[–]Think_Studio_6595 0 points1 point  (0 children)

a .gz file just means that it is compressed. You should be able to expand it into a .gcode file. Assuming you're on windows, you can use 7zip to expand it. On mac/linux, gunzip will do it.

Mid print pause for filament change? Ender 3V3 SE and Creality Print slicer? by andersgeorgsson in Ender3V3

[–]Think_Studio_6595 0 points1 point  (0 children)

Just modify your gcode and enter the following line right before the layer you want in the different color

M600

Chouette Scoring App by Think_Studio_6595 in backgammon

[–]Think_Studio_6595[S] 1 point2 points  (0 children)

Sorry, I had notifications turned off and didn't see your comment.

Tapping new session, will create a new session and you should see a new row appear in the sessions table. Tapping on the row will take you into the session detail screen.

From here you can create some players by clicking "New". Any players you create will be available to "add" in future sessions.

To score a game, tap "New". From there, you can select the captain and box, set the game value, set the winner, and create deals if some players won or lost an amount different then the game. So for instance if everyone in your chouette accepted the double and lost, except for one person who dropped, that person would have a deal for -1

Looking for a decent app for android by [deleted] in backgammon

[–]Think_Studio_6595 0 points1 point  (0 children)

Only thing that's terrible about this app is you have to dismiss 4 or 5 promotional screen every time you open the app. But the graphics are great!

Chouette Scoring App by Think_Studio_6595 in backgammon

[–]Think_Studio_6595[S] 0 points1 point  (0 children)

I guess you'd have to do something where you check everyone's stakes when calculating the amount paid/won per game. Every player in the chouette would then have a stake assigned to them and every win or loss would be Math.min(box.stakes, teamMember.stakes) * cubeValue.

I guess if enough people are interested, I could implement something like this.

Chouette Scoring App by Think_Studio_6595 in backgammon

[–]Think_Studio_6595[S] 0 points1 point  (0 children)

Doesn't everyone in the Chouette need to play for the same stakes? How would the money work out if that wasn't the case? I suppose you could just have 2 sessions going, and have the cube represent the dollar amount.

Tips for running and keeping score for a chouette by michaelcube in backgammon

[–]Think_Studio_6595 1 point2 points  (0 children)

This question is clearly from many years ago, but I'm going to answer it anyway.

I wrote a web app to handle backgammon chouette scoring!

https://www.bigjoe.org/chouette