With ThreeJS Journey course, i made this 3D game with React Three Fiber.
You can play with thid DEMO
The goal of the game is to go to the end of the maze, touch the big hamburger and dodge the obstacles. For that :
- Use the arrow keys to move
- Use the space bar to jump
For play with this project and use it localy, you need to :
-
Clone this repository
-
Install dependencies with :
npm install
#or
yarn install
#or
pnpm install
- Run the project with
npm start
npm run dev
#or
yarn dev
#or
pnpm dev
- Go to
http://localhost:3000