- Clone the repository
- Join to the correct path of the clone
- Execute:
yarn install
ornpm install
- Execute:
yarn dev
ornpm dev
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.
- Typescript
- CSS3
- NodeJS
"@types/jest": "^29.5.14"
"@types/cannon": "^0.1.12"
"@types/three": "^0.161.2"
"cannon": "^0.6.2"
"three": "^0.148.0"
"@testing-library/dom": "^10.4.0"
"@testing-library/jest-dom": "^6.6.3"
"@testing-library/user-event": "^14.5.2"
"jest": "^29.7.0"
"jest-environment-jsdom": "^29.7.0"
"ts-jest": "^29.2.5"
"typescript": "^5.3.3"
"vite": "^4.0.4"
https://www.diegolibonati.com.ar/#/project/Stack-Game-3D
2023-12-15.21-51-07.mp4
https://stack-game-3-d-page.vercel.app/
- Join to the correct path of the clone
- Execute:
yarn test
ornpm test