Skip to content

class project of building a jeopardy game from scratch

License

Notifications You must be signed in to change notification settings

bc-cisc3140/jeopardy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jeopardy

this is a class project of building the jeopardy game from scratch

1. Getting started

This project is maintained using Git version control system. To obtain a copy of files, or contribute to the project, use git commands. video demonstration

Once you have a copy, go into the src folder and install node dependencies to operate the server.

Because we are using GitHub to store this project, please note that you will need to fork a copy of this project to your account before you make pull requests. When you're ready to contribute your changes, create a pull request.

Starting localhost server

Start localhost

From the src folder, run node server.js

Then in the browser go to http://localhost:8000/app to view the gameboard

2. Project goals

The documentation outlining goals for the project can be found in the design_docs folder.

About

class project of building a jeopardy game from scratch

Resources

License

Stars

Watchers

Forks