An open API service indexing awesome lists of open source software.

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.

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!