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

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!

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).