YifuChen / StackIt

A web game built on THREE.JS and React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack.io

A WebGL game built on THREE.js and React

This was a small project (version 1.0) that I initiated for my computer graphics course. The inspiration comes from a mobil game that I played a lot when several years ago, and I wonder if I can create it with THREE.js. Version 1.0 is functional, but totally not maintainable. So for version 2.0, the project is completely rewritten, with modern web dev tools like webpack, node.js, React and Redux, etc. Hope you enjoy the game!:sunglasses:

  • ENTER GAME HERE(1.0)

  • Version 2.0 coming soon:

    Integration: React.js and redux

    Backend: Firebase - handle user login and data storage

menu

Game Rules

The goal is to stack up blocks as high as possible. Be careful! If the new brick is not landing perfectly on the top of stack, the excessive portion out of top brick's border will disappear! If you totally miss the top brick, game over.

Frameworks and Libraries

React

Redux

THREE.js & Physijs

This is the cornerstone for the game itself, and it's a powerful tool for desgining WebGL comtent with ease.

Firebase

Firebase offers clean and simple APIs to persist data, and deploy web apps. And it also offers other useful features like user login and authentication.

About

A web game built on THREE.JS and React.js

License:MIT License


Languages

Language:JavaScript 88.2%Language:CSS 11.5%Language:HTML 0.3%