An open API service indexing awesome lists of open source software.

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.

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