Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 2.21 KB

README.md

File metadata and controls

43 lines (39 loc) · 2.21 KB

SUPERPOWERS TUTORIAL #1 SUPER PONG

Start to learn game development with a PONG game

Summary

  1. Introduction and Plan the game
  2. Preparing Superpowers
  3. Programming the game logic
  4. Polishing the game
  5. Complete Game Source Reference

What we will learn in this tutorial

  • To discover how easy it is to become a game developer (it is just about doing it)
  • How to setup a first game project
  • How to create a simple structure for a game and load assets
  • How to build a scene with Actors and add components (camera, sprite renderer, text renderer, behavior)
  • Code a game with the superpowers API and TypeScript
    • Sup.Actor
    • Sup.Input
    • Sup.ArcadePhysics2D.Body (Sup.ArcadeBody2D)
    • Sup.getActor( string ).getChild( string )
    • Sup.Math.Ray
    • Audio.playsound
    • Sup.loadScene
  • To discover than now, we are a game developer and than we can learn anything