Introduction to the COVID Fighter Game
Explore how to build the COVID Fighter game by applying JavaScript arrays and collision algorithms. Learn to control a player character with mouse input and detect collisions to avoid enemies. This lesson helps you understand game mechanics and object movement within a canvas.
We'll cover the following...
We'll cover the following...
What is the game about?
The game presented in this chapter is simple, but will help us to learn and practice new concepts. We'll apply logic to move objects ...