cv47522 / js-color-game-webpack

See my final implemented js game: https://cv47522.github.io/js-color-game-webpack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure JavaScript Color Game (Webpack Modularized Structure)

Checkout My Final Implemented Game: https://cv47522.github.io/js-color-game-webpack/

This version is built and bundled by Webpack module.
Original non-modular version: https://github.com/cv47522/js-color-game

Features

1. Hard mode

  • Mode Button
    • Selected button can display another css form
      Mode button
    • Hoverable Buttons (5%)
      Mode button hover
    • Display inline
  • 3 cards => 6 cards Mode button hover
  • Can switch to easy mode and nightmare mode

2. Nightmare mode

  • Timer
    • Count time from 5 sec to 0 sec Count time
    • Time out
      Display correct background color and show "Time out". Time out
  • No New Color button when counting down
  • Can switch to easy mode and hard mode
  • Blink every 1 sec

Demo Gif

About

See my final implemented js game: https://cv47522.github.io/js-color-game-webpack/


Languages

Language:JavaScript 75.6%Language:CSS 24.4%