Skip to content

oklemenz/MatchQube

Repository files navigation

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