Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 532 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 532 Bytes

Match Qube

Match Qube is a minimalistic 3D-based browser game. Place three spheres of the same color on top of each other for a match. Play against time before the qube is filled and game is over.

Play Online

Play GitHub Version

Play Locally

  • Install Node.js
  • Clone: https://github.com/oklemenz/MatchQube.git
  • Terminal:
    • npm install
    • npm start
  • Browser: localhost:8080