Skip to content

Commit 419de1f

Browse files
authored
Update README.md
1 parent 89874d9 commit 419de1f

1 file changed

Lines changed: 17 additions & 13 deletions

File tree

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
1-
# Mrs. Happy Chicken - Peppa Pig - A Game Built in React
1+
# Happy Mrs. Chicken - A Game Built in React
22

3-
<!-- ![Caish Chat Logo](./src/assets/images/logo_white_in_letters.png) -->
3+
<img src='./src/assets/images/chicken-mouth-closed.png' alt='Happy Mrs. Chicken' width='150px' height='auto' />
44

5-
This is a game that made an appearance on a children's show, Peppa Pig. I've
6-
re-made it as a web app game using React.
5+
This is a game that made an appearance on the children's show, Peppa Pig. I've
6+
re-made it as a web app game using React. I watch Peppa Pig daily - 24/7 - due
7+
to it being my toddler's favorite show so far 😅 So I just had to remake it and
8+
show off my React skills!
79

810
## Demo
911

10-
<!-- [https://caish-chat.netlify.app](https://caish-chat.netlify.app) -->
12+
[https://happy-mrs-chicken.netlify.app](https://happy-mrs-chicken.netlify.app)
1113

12-
### How To Play
14+
## How To Play
1315

14-
Click on the chicken to see it lay an egg and move around the screen. The
15-
whole point of the game is to witness the chicken lay as many eggs as you
16-
have the time for while it keeps track of how many eggs were laid.
16+
First, click the play button. Then, click anywhere in the browser window to see the chicken lay an egg
17+
and move around the screen. The whole point of the game is to watch the chicken lay as many eggs as you
18+
have the time for while it keeps track of how many eggs were laid. With every additional 50 eggs laid,
19+
you will be congratulated!
1720

18-
### Things I'd Like to Add/Update/Change
19-
20-
N/a
21+
## Things I'd Like to Add/Update/Change
22+
- Update the egg to show it hatching before disappearing rather than it just disappearing
23+
- Figure out a way to remove the baby chickens from the DOM without causing a crash
2124

2225
## Frameworks and Libraries
2326

@@ -34,7 +37,8 @@ SASS
3437
Animate.css - https://animate.style/<br/>
3538
Canvas Confetti - https://www.npmjs.com/package/canvas-confetti<br/>
3639
Party Confetti Font - https://www.fontspace.com/party-confetti-font-f69513<br/>
40+
Use Sound - https://www.npmjs.com/package/use-sound
3741

3842
### UI
3943

40-
No fancy UI frameworks were used! All custom-written SASS made by yours truly.
44+
No fancy UI frameworks were used! It was all custom-written code by yours truly 💙

0 commit comments

Comments
 (0)