Closed mdewey closed 6 years ago
https://github.com/katerigney/geopardy
Issues:
When selecting a clue to display, my onclick functionality applies to all buttons on board despite the parameters passing through. In turn, can't disable or hide the selected clue containers bc it will happen to all.
Tried to reset the board without page reload but couldn't find a working solution. Reset button will appear after gameplay (3 times for testing) is over and the page will reload.
I was able to fix issue one after lecture. Still can't figure a solution around issue two but the page does reload. I tried to run repeat $http GET function within resetGame function but there is an error with pushing to thisGameCategories again."
Geopardy
Using this service for your data, http://jservice.io/, build a Jeopardy clone called Geopardy. First we will build the board and a one player game. After you get the basic mechanics, then worry about adding players
Objectives
Explorer Mode
Adventure Mode
Getting Started.
You either use
app-app --beta
like we have been doing, but if you want to use webpack, you can fork this repo (https://github.com/mdewey/angularjs-webpack) and , and use it as a starting point.Tips and Tricks
ng-show
andng-hide
are your friends