https://github.com/cconsta1/tamagotchi
This is a modern take on the classic virtual pet, built with Three.js and JavaScript. Interact with a 3D Tamagotchi, manage its battery, and enjoy try the animations. Keep your pet alive!
https://github.com/cconsta1/tamagotchi
3d-animation javascript tamagotchi tamagotchi-game threejs virtual-pet webgl
Last synced: 8 months ago
JSON representation
This is a modern take on the classic virtual pet, built with Three.js and JavaScript. Interact with a 3D Tamagotchi, manage its battery, and enjoy try the animations. Keep your pet alive!
- Host: GitHub
- URL: https://github.com/cconsta1/tamagotchi
- Owner: cconsta1
- Created: 2025-02-11T09:10:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T07:07:28.000Z (8 months ago)
- Last Synced: 2025-03-01T08:19:04.238Z (8 months ago)
- Topics: 3d-animation, javascript, tamagotchi, tamagotchi-game, threejs, virtual-pet, webgl
- Language: JavaScript
- Homepage: https://tamagotchi-lake.vercel.app
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CyberPet
This project is a virtual pet game inspired by the classic Tamagotchi. The game is built using Three.js for rendering 3D graphics and provides an interactive experience for users to take care of their virtual pet.
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run these commands:`npm install` - Install dependencies (only the first time)
`npm run dev` - Run the local server at localhost:8080
`npm run build` - Build for production in the dist/ directory
## Credits
- Model by [Tomás Laulhé](https://www.patreon.com/quaternius), modifications by [Don McCurdy](https://donmccurdy.com/). CC0.
- Based on examples from [three.js](https://threejs.org).