22 lines
972 B
Markdown
22 lines
972 B
Markdown
1-4-24 Dice Game (incomplete)
|
|
|
|
This is an exercise in duplicating a user interface written for Appjar. Duplicating another GUI has been a great way to compare and contract PySimpleGUI with other GUI packages. Something is always learned.
|
|
|
|
It's based on the program posted on Reddit:
|
|
|
|
https://www.reddit.com/r/learnpython/comments/ecykvx/more_help_with_1424/
|
|
|
|
This program is incomplete. I'm unsure of the rules of the game, so the game mechanics are there but it's incomplete as the scoring isn't right yet.
|
|
|
|
Based on this program
|
|
|
|
![SNAG-0606.jpg](/api/files/5dfc257c5c1e22583053fadd/snag-0606.jpeg "SNAG-0606.jpg")
|
|
|
|
On Windows the program below produces this window (change size of score to 14 for windows)
|
|
|
|
|
|
![SNAG-0610.jpg](/api/files/5dfc25dc5c1e22583053fb90/snag-0610.jpeg "SNAG-0610.jpg")
|
|
|
|
|
|
<iframe src='https://trinket.io/embed/pygame/5977ff4cfe?start=result' width='100%' height='600' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>
|