Skip to content

eren23/artificial_pet_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Pet

Remembered a childhood memory with these "virtual babies" (Tamagotchi clones were called that back in the day in Turkey), wanted to check if I can "vibe code" the whole thing in a few hours on a Sunday afternoon. Tested it on Macos and only designed for that actually, if it brings a bit joy to you, this project is a success.

How to run

npm install
npm run start

or if you want to develop

npm run dev

How to build

npm run build

then go to the dist directory and run the app.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

TODO

Add a basic local language model support so that the pet can talk to you, remind you of your tasks, etc.