Coder Social home page Coder Social logo

thechangelog / quiz-game Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 3.0 33.42 MB

Changelog's don’t-call-it-jeopardy game show where 3 contestants put their dev knowledge to the test

Home Page: https://changelog.com/podcasts

License: MIT License

CSS 16.64% TypeScript 80.45% HTML 1.21% JavaScript 1.70%

quiz-game's People

Contributors

codyjames avatar jerodsanto avatar nicknisi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

quiz-game's Issues

Remove game board fixed width constraint

Turns out we didn't need that after all. Would prefer the game board to cover more of the browser window and we can manage video feed placements in post production.

Introduce image-based question clues

I believe we will want some hybrid clues where you have some text + an image, but there will be times when just an image will do. So perhaps it's:

{
  "clue": "optional for questions with images",
  "image": "a url pointing to an image on the web (or local?)"
}

Or similar.

Introduce question countdown timer

A 30 second (configurable per round) countdown timer that begins when the question is focused and has a visual indicator when it reaches 0.

Introduce a way to declare a winner

Perhaps this is just a button somewhere or tied to a keyboard shortcut when on the 'contestants only' interstitial view? Open to discuss how to implement this, but it'd be cool to have a visual way of showing the winner at the end of the game.

Runtime errors

Interested in seeing this repo in action. I ran the following commands:

git clone https://github.com/thechangelog/quiz-game.git
cd quiz-game
npm install
npm run dev -w quiz-game-react

That seems to go ok. But when I go to http://localhost:3000/ I get alot of red text in the console:

Screen Shot 2022-04-29 at 2 41 23 PM

same outcome if I cd apps/react and npm install; npm run dev

Am I missing a step?

node -v
v16.14.0

npm -v
8.3.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.