Return to site

Craps Python Github

broken image


Craps in Python. GitHub Gist: instantly share code, notes, and snippets. A simple take on the casino game of craps. Written in Python.

Python

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

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).

Jeff[code=Python ]' 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).

Jeff

Latest version

Released:

Craps python github game

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

Project description

Project details


Release historyRelease notifications | RSS feed

Download files

Github

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

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).

Jeff[code=Python ]' 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).

Jeff

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

Project details


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

Craps Python Github Cheat

Close

Craps Python Github Games

Hashes for crap-1.5.tar.gz

Craps Python Github Game

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




broken image