Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.04 KB

Stack Game 3D

Getting Started

  1. Clone the repository on your computer using: git clone URL.
  2. Go to the APP directory.
  3. Install dependencies using yarn install.
  4. Use yarn run dev to run in develop this project

Description

In this page I replicated without gravity the famous mobile game "Stack Game", which consists of stacking blocks one on top of the other. In case of stacking with a block that is not perfectly superimposed to the one below, the block above will lose the part that was not stacked correctly. The game ends when a block is not stacked correctly. To stack you will have to click.

Technologies used

  1. Typescript
  2. CSS3
  3. NodeJS

Libraries used

  1. THREE JS

Portfolio Link

https://www.diegolibonati.com.ar/#/project/Stack-Game-3D

Video

2023-12-15.21-51-07.mp4

Web

https://stack-game-3-d-page.vercel.app/