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.
Download Node.js. 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
- Model by Tomás Laulhé, modifications by Don McCurdy. CC0.
- Based on examples from three.js.