Command Line Tamagotchi style digital pet game written for node.js
This is a node.js script that creates a CLI Game. The style of the game is digital petn management, with statuses that need to be managed through selecting varous actions. Status are displayed via bars, and the actions are selected from a generated menu.
To install, copy the files onto your local machine with node installed, run an npm install to get the packages, and open pet.js with node.
This scripts is build on NODE with the usage of the following libraires:
Inquirer
Figlet
Chalk
Clear
Clui
Afret installing the npm packages, and running pet.js with node, there will be a coupld of command line prompts to name and define the type of digital pet you wish to make. After that, the chart of status bars will be displayed along with interacion options. Select the options to manage the well being of the digital pet according to it's needs displayed in the chart.
Thanks to the U of U bootcamp instructures, students, and TAs for providing support and instruction during this project.
GNU GENERAL PUBLIC LICENSE