Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 552 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 552 Bytes

Game developement with JavaScript

This course is organized for high-school students as a part of EU Code Week 2019 event.

Week 1

  • Web development basics
  • HTML
  • CSS
  • JavaScript

Week 2

  • Canvas element
  • Drawing surface
  • 2d context
  • Drawing rectangle and circle
  • Drawing path
    • moveTo() i lineTo()
  • Transformation

Week 3

  • Animate canvas objects (requestAnimationFrame)
  • Collision detection (rectangle and circle)
  • Simple harmonic oscillation

Week 4

  • Block-breaker game

Week 5

  • Group exercises
    • Snake
    • Ping pong