Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 931 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 931 Bytes

ScoreKeeper

A app to keep records of two persons playing a game

Table of Contents

Description

I built a web app to keep recored of two persons playing a game

Process

The game has three buttons, Player one, Player two and the reset button First the gamers has to set the number they're player to, that starts the game afresh Then there point is recorder as the players click their respective buttons When the length the players set has been reached, the button are dissabled and the points indicates the winner The winner gets a green light on his point while the looser get a red light on his points Finally, when the reset button is clicked, the game starts over a again

Dependency

I used a starter code containing only the html and css files provided by udacity for the projects The js file[game.js] was built from scratch by me