https://github.com/lavolpecheprogramma/catch-me
Little experiment with Three.js.
https://github.com/lavolpecheprogramma/catch-me
javascript three-js tween
Last synced: about 2 months ago
JSON representation
Little experiment with Three.js.
- Host: GitHub
- URL: https://github.com/lavolpecheprogramma/catch-me
- Owner: lavolpecheprogramma
- Created: 2017-09-29T15:46:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T08:22:11.000Z (almost 9 years ago)
- Last Synced: 2025-04-08T10:53:36.307Z (about 1 year ago)
- Topics: javascript, three-js, tween
- Language: CSS
- Homepage: https://lavolpecheprogramma.github.io/catch-me/
- Size: 333 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!