Skip to content

lavolpecheprogramma/catch-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CATCH ME

This is a little experiment using Threejs. The idea is to create a simple but also fun and challenging game where a 3D cube will move away if you try to get the mouse over it.

https://lavolpecheprogramma.github.io/catch-me/

Dependencies

  • Three.js
  • Tween.js

Usage

Run the following commands in your terminal to start the webpage. Check out the response in the terminal for the correct url and port.

npm install
npm run dev

Have fun!