Craps Python Github

Posted onby admin
Craps Python Github Average ratng: 5,0/5 9089 reviews
Github

GitHub is where the world builds software. Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world. I'm trying to make my code smaller and less verbose. The pass in the if statement are there because I need to check specifics on the dice roll. The code is running a game of craps where on the first roll if I get a 7 or 11 I win, or if I get a 2,3,12 I lose.

Latest version

Released:

Encodes and decodes files in .crap format. This allows one to execute the file in any languge, immediately upon import.

Project description

Craps python github tutorial

Project details

Craps Python Github Tutorial


Release historyRelease notifications RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Files for crap, version 1.5
Filename, sizeFile typePython versionUpload dateHashes
Filename, size crap-1.5-py3-none-any.whl (2.2 kB) File type Wheel Python version py3 Upload dateHashes
Filename, size crap-1.5.tar.gz (1.0 kB) File type Source Python version None Upload dateHashes
Close

Hashes for crap-1.5-py3-none-any.whl

Hashes for crap-1.5-py3-none-any.whl
AlgorithmHash digest
SHA256f8b1d4d2dc7686c0434a89e27be1a3665395791dcc6da10170efc296d7daabe7
MD556d0fbaa54119feddec650332848931c
BLAKE2-25641c719717b2eef1c787608607f6a142dc79a2c705142cd4ef9407c3f9b660d8b
Close

Hashes for crap-1.5.tar.gz

Hashes for crap-1.5.tar.gz
AlgorithmHash digest
SHA256a3c38934ddf2e1a03d89091b043c6ccc95c6db16e7511e01f97818ced8719042
MD5b076e9a893eccb2cecbd96becffd27ef
BLAKE2-256b690c3f2d6e99c5d7c4ed81c3231938ac5b81a1d5d84896b7187e03ffc712821

I'm new to Python and I'm working on a craps game. I got the basic code down, but I need to simulate a total of 200 games and track the number of wins. I need a counter in my program, but I can't figure out how to do this. Here's what I have so far:

Editedby Dani because:Formatting fixed
  • 2 Contributors
  • forum2 Replies
  • 944 Views
  • 1 Day Discussion Span
  • commentLatest PostLatest Postby CFrances

Recommended Answers

First, the usual rejoinder: use the ' and '[/code ]' tags to make your posts look pretty.

Now for the code: why not turn main() into a function called game() that returns True for a win and False for a loss. Then you can run a for loop and add …

Jump to Post

All 2 Replies

Craps python github tutorial

First, the usual rejoinder: use the ' and '[/code ]' tags to make your posts look pretty.

Now for the code: why not turn main() into a function called game() that returns True for a win and False for a loss. Then you can run a for loop and add up the True's (which have a value of 1).

Craps Python Github Cheat

Jeff[code=Python ]' and '[/code ]' tags to make your posts look pretty.

Craps Python Github Games

Now for the code: why not turn main() into a function called game() that returns True for a win and False for a loss. Then you can run a for loop and add up the True's (which have a value of 1).

Craps Python Github Game

Jeff