You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/6-space-game/translations
minwook-shin 2ac4599d08
add 6-0 readme ko translation
4 years ago
..
README.es.md folder names 4 years ago
README.ko.md add 6-0 readme ko translation 4 years ago

README.ko.md

스페이스 게임 만들기

고급 JavaScript 기초를 가르치는 스페이스 게임

이 강의에서는 자신만의 스페이스 게임을 만드는 방법을 배웁니다. 만약 "Space Invaders" 게임을 해본 적이 있다면, 이 게임은 같은 아이디어를 가지고 있습니다: 우주선을 조종하고 위에서 내려오는 몬스터를 향해서 발사하는 것입니다. 완성된 게임의 모습은 다음과 같습니다.

Finished game

6개의 강의에서 다음을 학습합니다:

  • 상호 작용 Canvas 요소를 사용한 화면 그림
  • 이해 cartesian 좌표 시스템
  • 학습 유지 및 확장이 더 쉬운 건전한 게임 아키텍처를 만들기위한 Pub-Sub 패턴
  • 이점 게임 리소스를 불러오기 위한 Async/Await
  • 제어 키보드 이벤트

개요

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.