Skip to content

Oksitaine/3D-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Game - THREE.JS and REACT THREE FIBER

With ThreeJS Journey course, i made this 3D game with React Three Fiber.
You can play with thid DEMO

Picture of GAME

How to play

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

Gif of gameplay

How to install

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