Description
In this course, you will learn :
- Create a simple web page using HTML.
- CSS can be used to add important style to your page.
- Using JavaScript, learn the fundamentals of programming (variables, conditions, loops, branches, functions, and arrays).
- Create a basic interactive web page with JavaScript and the Document Object Model.
- Discover the free simpleGame.js game library and use the online practise tool to start creating your own online games!
Syllabus :
1. Building a basic page - and an epic adventure
- Overview of the adventure game
- Creating a basic HTML page
- Adding Pictures and Links
- Modifying a page with CSS
- Adding Audio and Building the Adventure Game
2. Talking to the Page
- Building a basic form
- Basic Input and Output
- Creating a good-looking form with CSS
- Building the word story game
3. Coding Like a Pro
- Managing Data Types
- Adding Branching Behavior
- Looping with the For Loop
- More flexible loops with While
- Enhancing functions with parameters and return values
- Using arrays
4. Building a text-based game
- Designing the number guesser
- Generating random numbers
- Building the number guesser
5. Introducing the Game Engine
- SimpleGame Overview
- Basic Keyboard Interaction
- Using the simpleGame Practice Tool