Udemy: Code Your First Game: Arcade Classic in JavaScript

This entry is part 60 of 248 in the series Developer Blog - Before 2020

Link to class:https://www.udemy.com/code-your-first-game/learn/v4/overview Start Date: 3/18/2019 Section 1: Setting Up the Code and Learning Essential Concepts Lesson 1: Introduction and First Code File Lesson 2: Drawing and Positions Lesson 3: Movement and Time Lesson 4: Clean up the code Section 2: Getting the core gameplay working Lesson 5: Bouncing the ball Lesson 6: Circle draw […]

Ping Pong? Arcade: Section 2 Lesson 8

This entry is part 76 of 248 in the series Developer Blog - Before 2020

Note to self: Looks like the word press built in javascript and themes are interferring with the javascript games ability to pick up the mouse position in relation to the games background canvas. Loading the code in it’s own page without wordpress it works correctly. Temporary solution to load the file up to the server […]