# Coding your own game Below are flow charts for different steps in coding your own game. ## Create Room ![create room flowchart](./assets/img/flow_chart_create_room.png) ## Create Object ![create object flowchart](./assets/img/flow_chart_create_object.png) ## Move Object with Keys ![move with keys flowchart](./assets/img/flow_chart_move_with_keys.png) ## Detect Collision ![detect collision flowchart](./assets/img/flow_chart_detect_collision.png)