Get Started:
Using git from the command line:
-
- Clone Repository ``git clone https://github.com/airbr/webdev-jeopardy.git`
-
- Change into the directory
cd ./webdev-jeopardy
- Change into the directory
-
- Turn on your audio (Optional... but highly reccomended!)
-
- Open index.html in your web browser
open public/index.html
- Open index.html in your web browser
-
- Enjoy
Using Docker via Dockerhub:
docker run -d -P --name jeopardy airbr/webdev-jeopardy
docker port jeopardy
- Visit at the ports assigned!
--
This game started as one of my first ever web projects and was my first application of HTML, CSS, Javsacript and JQuery. This game has been simplified/ a lot of refactoring of my horrible earlier code but could be improved. The game now makes use of the new CSS Grid specification which is not fully supported yet.
In 2020, I have decided as a learning exercise to attempt to dockerize this project. This is now published at dockerhub at airbr/webdev-jeopardy
.
- Make the game competitive/two player
- Add a high-score table, or way of saving/sharing a score result
- HTML5
- CSS3
- Bootstrap 3.3.7
- JQuery
Resources referred to include: