Click Here To View Live Project
The primary goal of this project was to complete a challenge from The Complete JavaScript Course 2023: From Zero to Expert by Jonas Schmedtmann. The following flowchart was given which I used to complete the game, with starter HTML and CSS files given 
As an extra I created a modal which displays when page is loaded. This shows the rules of the game, along with allowing players to enter a name. If no name is entered a default "Player 1" or "Player 2" will be displayed.
This project was deployed to GitHub pages by executing the following steps:
- Open GitHub and find relevant repository.
- Navigate to the settings tab and scroll down to pages.
- Under Branch heading click the first dropdown and select main branch and save.
- When page refreshes the website is now live and found when you click settings > pages > Your site is live at link
To run project locally:
- Open GitHub and find relevant repository.
- Click the download code dropdown.
- Using the clone HTTPS option copy the link provided.
- Open Git Bash and change working directory to location where you want cloned directory to go.
- Type git clone command and paste the clone link you had copied.
- Project idea was taken from the Udemy course The Complete JavaScript Course 2023: From Zero to Expert