https://github.com/andyatkinson/math_night
https://github.com/andyatkinson/math_night
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andyatkinson/math_night
- Owner: andyatkinson
- Created: 2021-04-13T17:58:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T16:00:38.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T08:45:56.301Z (4 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Math night
[Slide Deck Link](https://speakerdeck.com/andyatkinson/family-math-careers-night)
This presentation was about 10 minutes long, presented to elementary school students at a STEM elementary school (and their parents), on careers in Math.
I introduced Software Engineering concepts and we played some small demo text games!
## Demos
Putting together some programming demos for kids grades K-5
### Average
Let's write a function to calculate an average
### Rock paper scissors
Let's make a little text program to play rock paper scissors with :)
### Simon Says
### Game Store
Let's make a database and store some games, who owns them.
Maybe the kids can trade games?