A Tamagotchi-style app written in Javascript with jQuery.
$ git clone git@github.com:mihobo/Tamamon.git
$ cd Tamamon
$ open SpecRunner.html
As a player
So that I know how my pet is doing
I want to be able to see my pet’s health
As a player
When my pet is hungry
I want to be able to feed my pet
As a player
So that I can have fun with my pet
I want to be able to play with my pet
Bonus user story features:
As a player
So that I can call my pet something
I want to be able to give my pet a name
As a player
When my pet is tired
I want to be able to let my pet sleep
As a player
So that I can nurse my pet when it gets sick
I want to be able to heal my pet
As a player
When my pet gets dirty
I want to be able to clean my pet
- You can feed Tamamon
- You can play with Tamamon
- Tamamon bounces by default with a happy face
- When fed, a feeding animation is shown
- When played with, a play animation is shown
- When full or tired, a shaking head animation is shown
- Energy messages change depending on Tamamon's energy levels
- Energy number changes in color depending on the number
- Every 10 minutes, Tamamon's energy goes down by 2 (state is saved on local drive)
Default energy for Tamamon is 10:
When Tamamon is full of energy and you try to feed it:
When Tamamon has no energy and you try to play with it:
v(1.1) - Tamamon has been updated with a pixelated/8bit retro style look - screenshots coming soon.
< website link to play Tamamon coming soon >
All Jasmine spec tests pass (100%)
Bonus features still to be incorporated into the app.
Watch this space!




