Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ideas #2

Open
bskinny129 opened this issue Sep 9, 2013 · 1 comment
Open

Ideas #2

bskinny129 opened this issue Sep 9, 2013 · 1 comment

Comments

@bskinny129
Copy link
Contributor

What do you guys think about adding extensions or take home problems? Any ideas?

One would be to add a timer to the multiplication game:

import time, datetime, random
start_time = datetime.datetime.now()
typing = raw_input('>')
end_time = datetime.datetime.now()
difference = end_time - start_time
print difference.seconds

What about whole take home projects? The CoderDojoSF has a tic-tac-toe walk through: https://github.com/CoderDojoSF/tic-tac-toe. Maybe we could point them to this after Day 3?

@cartr
Copy link

cartr commented Sep 9, 2013

We could have one or two specific take home projects that are like Day 1's "count how many times the user gave a wrong answer", and also provide a few links/ideas at the end of the session for bigger take home projects for kids who want to go a bit further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants