Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 459 Bytes

96_creating.md

File metadata and controls

19 lines (10 loc) · 459 Bytes

Coding your own game

Below are flow charts for different steps in coding your own game.

Create Room

create room flowchart

Create Object

create object flowchart

Move Object with Keys

move with keys flowchart

Detect Collision

detect collision flowchart