Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 682 Bytes

Bejeweled

An HTML5 JavaScript implementation of Bejeweled. To run it open up index.html in the browser. Because of secure file loading restrictions, you probably need to access the file from a local server, rather than your file system(i.e. file://). This is easy to do if you have Node.js and NPM installed (See here: http-server).

Current Features:

  • Core Gameplay (swap jewels, match-3, jewels spawn and drop from top, etc.)
  • Game score
  • Game Over

Upcoming Features:

  • High scores (personal and online)
  • Additional jewel colors
  • Multiple board sizes
  • Save game
  • Bonuses
  • Stages