Craps Python Github

Craps in Python. GitHub Gist: instantly share code, notes, and snippets. An introduction to using pseudocode to write a Craps program in Python. An introduction to using pseudocode to write a Craps program in Python. A simple take on the casino game of craps. Written in Python. 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.

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 …

Craps Python Github Tutorial

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

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
Craps Python Github

Craps Python Github Games

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

Github

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