By Brittany Kerr e-mail me, Jacob Ruleaux e-mail me, Michelle Poterek e-mail me
This web app allows users to play the tamagotchi game. They can create a creature by inputting a name. This starts their 'life cycle', which is reduced by a timer and can increase by feeding, resting and playing with the tamagotchi. But watch out! The creature dies at zero and will disable. Sorry.
Users can enter their pet name and start the game.
Users can play, feed or rest their pet!
The game ends if their pet life finds zero.
You will need the following things properly installed on your computer:
- Node.js (with NPM)
- Open Github site in your browser and copy: https://github.com/kerrbrittany9/tamagotchi-react
- Open Terminal on your computer and follow these steps:
$ cd desktop
$ git clone <paste repository-url>
$ cd tamagotchi-react
$ npm install
Run npm start
for a dev server. Navigate to http://localhost:8080/
. The app will automatically reload if you change any of the source files.
Once a user hits zero the component will unmount, thus stopping the timer, but the user can still add points to their dead pet.
React.js, JavaScript, Babel, Moment, react-hot-loader, webpack, Node.js, CSS, HTML