Web-Dev-For-Beginners/6-space-game
Abril Ureña a8bce3465f
Merge pull request #988 from kant/patch-19
Fixed markup formatting (paragraph 30)
2023-07-11 13:57:37 -06:00
..
1-introduction Merge pull request #984 from kant/patch-15 2023-07-11 12:25:58 -06:00
2-drawing-to-canvas Semantic issue (paragraph 09) in Spanish translation 2022-11-24 22:08:12 -03:00
3-moving-elements-around Merge pull request #987 from kant/patch-18 2023-07-11 12:35:12 -06:00
4-collision-detection added new quiz app link 2022-07-18 13:36:41 +03:00
5-keeping-score Fixed markup formatting (paragraph 30) 2022-11-25 19:42:47 -03:00
6-end-condition Translation proposal (line 111) 2022-11-25 21:06:45 -03:00
images folder names 2020-11-09 22:51:04 -05:00
solution accessibility updates throughout lessons 2020-12-08 17:05:34 -08:00
translations Update README.pt-BR.md 2022-12-20 12:11:27 -03:00
README.md Adding credits for assets to space game 2020-11-16 13:53:55 +00:00

README.md

Build a Space Game

A space game to teach more advanced JavaScript fundamentals

In this lesson you will learn how to build your own space game. If you've ever played the game "Space Invaders", this game has the same idea: to steer a spaceship and fire on monsters that come down from above. Here's what the finished game will look like:

Finished game

In these six lessons you will learn the following:

  • Interact with the Canvas element to draw things on a screen
  • Understand the cartesian coordinate system
  • Learn the Pub-Sub pattern to create sound game architecture that's easier to maintain and extend
  • Leverage Async/Await to load game resources
  • Handle keyboard events

Overview

Credits

The assets used for this came from https://www.kenney.nl/. If you are into building games, these are some seriously good assets, a lot is free and some are paid.