Skip to content

K0Si-003/cube-puzzle-3d

Repository files navigation

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