https://github.com/brookr/highlowgame
Data structures assignment for Week 3 of Code Fellows Foundations I.
https://github.com/brookr/highlowgame
Last synced: 3 months ago
JSON representation
Data structures assignment for Week 3 of Code Fellows Foundations I.
- Host: GitHub
- URL: https://github.com/brookr/highlowgame
- Owner: brookr
- Created: 2014-06-30T19:32:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-30T20:02:59.000Z (about 12 years ago)
- Last Synced: 2025-02-26T20:14:23.968Z (over 1 year ago)
- Language: CSS
- Size: 252 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
High/Low Game
==============
Data structures assignment for Week 3 of Code Fellows Foundations I.
Assignment:
"Add data structures to your game.
Due Sunday by 5pm Points 10 Submitting a website url
Hopefully your game is coming along nicely. Ready to take it to the next level?
Review the data structures we discussed in class (slides here). Read up more on
any that interest you,or you are fuzzy on.
Integrate a data structure into your game. Maybe you can record user actions in
a queue, and then play them back to display at the end. Or maybe you want to
create a tree diagram of all possible card hands. Or maybe a binary search type
algorithm could provide hints in your guessing game?
You decide. If you are feeling behind at this point, take this week to catch up
on getting your game working well, and add this level of complexity after the
course has concluded. No penalty for late submissions."