-
Moving the raffle helped a bit, but I think we had too many items to give away and it was still very chaotic.
What if we did something along these lines:
A) Offer a max of 3 prizes per meet up
B) …
-
2nd review: If we're calling it a game, needs to be a game. Otherwise call it a "puzzle" or "trivia".
-
```
It would be cool to have mega CD suppot to play game like Dune, Road
Avenger... Maybe look at the code used by Notaz for his emulator Picodrive
http://notaz.gp2x.de/
Thanks for your hard work on…
-
https://github.com/siltastic/trivia-game/blob/master/js/main.js#L60-L75
I created a simple animation that slides in the trivia question from the right. It stops at the center of the browser screen an…
-
https://github.com/siltastic/trivia-game/blob/master/js/main.js
My Goal: In order to append my questions, choices, and answers, I needed to append them into my "trivia-container" div; which works, th…
-
https://github.com/siltastic/trivia-game/blob/master/js/main.js#L60-L97
After exploring with adding and removing classes through jQuery, I was able to achieve half of my goal. My goal was to have my …
-
I am doing a trivia game. The code: https://github.com/malissaromero/The-Office-Trivia-Game/blob/master/index.js
I created a input inside of my JS file because I need it to show after I click on a c…
-
Bailey Herms and I would like to make a trivia type game based on the game snake. The snake would be moved with the vim direction (h,j,k,l). A prompt would display at the top that would be a descripti…
-
I have a Manager and Database created on a background thread using the following:
```
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
…
-
I am working on my game.js and trying to get the gameplay to work. I type game.start() into the debugger, and I get the following error: Uncaught TypeError: Cannot read property 'createBoard' of undef…