https://github.com/sensorario/gioco-con-chatgpt
https://github.com/sensorario/gioco-con-chatgpt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sensorario/gioco-con-chatgpt
- Owner: sensorario
- Created: 2023-09-06T22:39:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T14:44:39.000Z (over 2 years ago)
- Last Synced: 2026-01-02T07:21:34.938Z (6 months ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LOTR chatGPT game X Three.js
This repo is a 3d of @sensorario GPT game.
It include a basic scene with a cube, perspective camera, orbit controls and GUI.

[Available video on YouTube](https://youtu.be/hGjkqWzD9sM)
## Installation
Install the dependencies
```bash
npm install
```
## Development
```bash
npm run dev
```
## Build
```bash
npm run build
```
## License
[MIT](https://choosealicense.com/licenses/mit/)