katerigney / assignments

0 stars 0 forks source link

Week 4 - Day 4 - Geopardy - #15

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

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

katerigney commented 6 years ago

https://github.com/katerigney/geopardy

Issues:

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

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

katerigney commented 6 years ago

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

mdewey commented 6 years ago

Awesome Work!