Skip to content

kennethongcs/word-bomb

Repository files navigation

word-bomb

Goals:

  • To have a quick game of guessing-the-word with up to 4 players.
  • To build a web application without a page refresh.

Frustrations:

  • Getting the layout of the game right to render all assets correctly.
  • Coding the flow of the game correctly as many elements (timers, button presses, word guesses) can happen quickly.

ERD: https://github.com/kennethongcs/word-bomb/blob/master/Word%20Bomb.pdf

Screenshots of the game:

Technologies used:

  • Javascript
  • Express JS
  • AJAX
  • HTML
  • CSS

Instructions to set-up:

  1. npm i
  2. start postgresql
  3. npx sequelize db:create
  4. npx sequelize db:migrate
  5. npx sequelize db:seed:all
  6. node index.mjs
  7. navigate to http://localhost:3004
  8. Log in using (user: [email protected]), (pass: hello1234) to play the game!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published