Project1030 - [Hang Man] Create a Game using HTML, CSS, & JAVASCRIPT
Welcome to Teacher AJ's Coders Class! Today, you will learn how to code and create a game using HTML/CSS/Javascript. Specifically, we will be creating a clicker game. Don't worry about memorizing the code; the focus is on making sure the code works when you open it in your preferred browser, such as Google Chrome, Safari, or Firefox.
NOTE: (It's important to follow this naming convention so that Teacher AJ can easily check your work.)
Follow these steps to get started:
1. On the same folder you have created "<YourName_Projects>".
2. Inside the "<YourName_Projects>" folder, create another folder and name it "<hangman>".
3. Open Notepad++ (or any other text editor of your choice) and create a new blank file.
4. Copy the HTML code provided below and paste it into your Notepad++ file.
5. Go to File > Save As and rename the file "<index.html>". Navigate to your desktop, open the "<hangman>" folder, and click "Save".
6. Copy the CSS code provided below and paste it into your Notepad++ file.
7. Go to File > Save As and rename the file "<style.css>". Navigate to your desktop, open the "<hangman>" folder, and click "Save".
8. Copy the JavaScript code provided below and paste it into your Notepad++ file.
9. Go to File > Save As and rename the file "<script.js>". Navigate to your desktop, open the "<hangman>" folder, and click "Save".
10. Finally, navigate to your folder and test it. Open the "index.html" file in your preferred browser and check if your game is working properly.
This way, you'll be able to follow along and create your own clicker game using HTML, CSS, and JavaScript. Good luck, and have fun coding!