Spelchan.com Logo

From Scratch Web Games: A Beginners Guide to Game Development using HTML, CSS, and JavaScript

Table of Contents

Chapter 1 - Introduction

Chapter 2 - HTML Basics

Chapter 3 - CSS Basics

Chapter 4 - JavaScript Basics

Chapter 5 - HTML Forms

Chapter 6 - CSS Layout

  • 6.1 Cheat Sheets
  • 6.2 The Layout problem
  • 6.3 Display blocks
  • 6.4 Flexible Boxes
  • 6.5 Grid - Coming February 23rd
  • 6.6 Grid Templates - Coming March 2nd
  • 6.7 Multiple columns - Coming March 9th
  • 6.8 Floating - Coming March 16th
  • 6.9 Position - Coming March 23rd
  • 6.10 Media Queries - Coming March 30th
  • 6.11 Project: Tic-Tac-Toe - Coming April 6th
  • 6.12 Project Solution - Coming April 13th

About this book

This web edition of From Scratch Web Games is the first draft version of the book with sections being released on a weekly basis (with some interruptions). The goal is to teach the reader how to create games using HTML, CSS, and JavaScript from scratch. By from scratch, I mean being able to take a text editor or IDE and create a game using no third-party libraries. While this may not necessarily be the approach you would use for a commercial product, having the knowledge to do this makes working on any web-based project easier as you will understand the underlying work even if you are using third-party materials.

Most of the chapters will have a game-related project that builds on your current knowledge. My version of the game will be posted on Spelchan.com with the repository being TBD. It is urged you attempt the projects on your own before looking at my code or solution sections as the best way of learning is by doing.