Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 989 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 989 Bytes

Cube Puzzle 3D icon

Informations

This project is my first game developed with Three.js.

I make the models in Blender and the game with React.

I've used :

This project is inspired by INSIDE³ from Romain-Guirec Piotte.

Setup

Download Node.js if not installed.

Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server
npm run dev

# Build for production in the dist/ directory
npm run build