Section E (games)

Making games, a fun way to learn to code and put purpose into practice.

Section E: Unit #1 Lerp

A very simple game using the lerp() function

Section E: Unit #2 Pong

Creating the legendary game of pong, it may seem like a simple game but there is a lot to it.

Section E: Unit #3 Flappy Bird

Another wonderfully simple game concept but also ideal for learning

Section E: Unit #4 Space Invaders

A classic game of days gone by

Section E: Unit #5 Asteroids

A more challenging game to make and play

Section E: Unit #6 The Maze

Creating infinite number of mazes, shapes and sizes, then navigate them

Section E: Unit #7 Noughts and Crosses (Tic-Tac-Toe)

Creating a turn based game, playing against a computer and introducing an AI element (minimax)