https://github.com/rhildred/mb215lab2
https://github.com/rhildred/mb215lab2
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhildred/mb215lab2
- Owner: rhildred
- Created: 2021-01-26T16:27:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T19:08:51.000Z (over 5 years ago)
- Last Synced: 2024-12-26T11:14:28.542Z (over 1 year ago)
- Language: Python
- Size: 387 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an SMS BOT. I got the simulator user interface for the web from a student of mine, [Pat Wilken](https://patwilken.me/).
To Run the code here:
1. get your focus in the window with setup.py press ctrl-f5
2. get your focus in the files that start with a number - press ctrl-f5
## Lab Questions
1. Add counting the number of tries to the over and under game
2. Make a rock, paper scissors game using the pattern from last week's array question
3. Make an odds and evens game. You will need to research the rules.
See more [here](EventsAndObjects.pdf)