Courses

Game Development with JavaScript

course

Game Development with JavaScript

JavaScript (JS) is one of the core building blocks of the internet — and what better way to learn this useful language than by building your own interactive game? We’ll teach you different tools and methods you can use in the game development process, and we’ll coach you through building your own simple game from scratch. Sounds fun, right? This course is suitable for people with no previous coding experience, so if you’re looking for a course where you can have fun while you learn then dive on in!

What you'll learn

Foundational concepts
Master foundational concepts of HTML, CSS and JS so you can build and style interactive pages for your games.
Conditional operators
Use conditional operators to make decisions based on certain rules.
Events
Design games that react to events like a mouse click to trigger actions.
HTML canvas
Use HTML canvas to draw shapes. You’ll use these shapes to create animations and movement with JS.
Loops
Use loops to repeat part of your code and set conditions and limits for these repeated actions to take place.
Control movement
Control the movement of shapes and detect collisions.
illustration

Blog

blog
Backend And Multiplayer In Video Games
In recent years, online multiplayer has become a must-have feature for video games. Whether playing head-to-head or cooperatively with friends or just seeing where your scores stack up on a global leaderboard, nearly all modern games have some kind of online connectivity built in. How does online gaming work? What tools and programming languages are required to make it work? Find out by reading this article.
Continue reading on our blog
blog
Programming Languages Used To Make Video Games
It speaks to the universal appeal that as long as computers have existed in society, people have attempted to use them to build video games. In the 1970s and 1980s, well before the internet had become a household mainstay for average Americans, popular gaming systems like the Atari and Nintendo consoles and games like Pong and Space Invaders drew legions of fans around the world. By the end of the 1980s, many families had a gaming console under their TV at home.
Continue reading on our blog
blog
How To Create a Video Game: Choosing a Programming Language
Many software developers will tell you that the reason they got into programming in the first place was because they wanted to create video games. Even after being in the field for some time, many still want to use their skills to create a new and exciting game for others to enjoy.
Continue reading on our blog