Skip to content

Udacity Project/Coursewrok for FEND / Based around Cow Clicker but with cats

Notifications You must be signed in to change notification settings

FoxyStoat/cat-clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Cat Clicker

Udacity Project/Coursework for FEND / Based around Cow Clicker but with cats.

Link to Project on live GitHub Page

Project Requirements for Cat Clicker

Requirements One

Visuals

  • The application should display a picture of a cat and a number of clicks.
  • The specifics of the layout do not matter, so style it however you'd like.

Interaction

  • The number of clicks should increment when the cat picture is clicked.

Requirements Two

Visuals

  • The application should display two cats. Each cat includes:
    • the cat's name
    • a picture of the cat
    • text showing the number of clicks
  • The specifics of the layout do not matter, so style it however you'd like.

Interaction

  • The number of clicks should increment when each cat picture is clicked.

Requirements Three

Visuals

  • The application should display
    • a list of at least 5 cats, listed by name
    • an area to display the selected cat
  • In the cat display area, the following should be displayed
    • the cat's name
    • a picture of the cat
    • text showing the number of clicks
  • The specifics of the layout do not matter, so style it however you'd like.

Interaction

  • When a cat name is clicked in the list, the cat display area should update to show the data for the selected cat.
  • The number of clicks in the cat area should be unique to each cat, and should increment when the cat's picture is clicked.

Cat Clicker Premium

Refactoring the previous three requirements for cat clicker with Separation of Concerns, using MVO to improve structure.

Visuals

  • The application should display:

    • a list of cats by name
    • an area to display the selected cat
    • In the cat display area, the following should be displayed
  • the cat's name

  • a picture of the cat

  • text showing the number of clicks

  • The specifics of the layout do not matter, so style it however you'd like.

Interaction

  • When a cat name is clicked in the list, the cat display area should update to show the data for the selected cat.
  • The number of clicks in the cat area should be unique to each cat, and should increment when the cat's picture is clicked.

About

Udacity Project/Coursewrok for FEND / Based around Cow Clicker but with cats

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages