Craps
Developer
Joe Bologna
About
You are given 2,000 credits to start your game of craps. Select a bet, roll the dice (come out roll) to win or set the point. Only pass line bets are allowed. The complications of don't pass and other types of bets are not supported for simplicity. If your bank runs out, not to worry, it will be refreshed automatically. The bank is preserved across app updates.

Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/joebologna/craps@latest
Or you can download the code directly from git:
git clone https://github.com/joebologna/craps
