/di-workshop-08-adacat

A friendly cat

Primary LanguageJavaScript

AdaCat

AdaCat is a tamagotchi style game representing the pet cat of an Ada student. Run the game and try playing for a while. Read through the code - look at the index.js, AdaCat.js, and CommandLineApp.js files - try to understand what they’re doing and how they work. Do the same with the unit tests in AdaCat.test.js.

Get set up

Core tasks - most should be able to complete these

Complete the following tasks, using TDD throughout - writing unit tests first, then code, in a red/green/refactor cycle.

Challenges - try these if you finish the core tasks

// I can, but I won't - I have already done these things in different project, also gotta do next workshop.