Skip to content

Latest commit

 

History

History
124 lines (89 loc) · 2.53 KB

tutorials.md

File metadata and controls

124 lines (89 loc) · 2.53 KB

Tutorials

Tutorial 1

Introduction to basic movement -> move[Forward/Backward....]
Moving on predefined path check "Highlight way to goal"

Introduction to the robot ide

  • "Highlighting" of features
  • Explanation of the currently highlighted feature

Small game field -> e.g. 5 * 5

  1. Understanding move (rotate and move separately)
  • Move Forward
  • Rotate Left
  • Rotate Right
  1. "Real" move (moving automatically handles rotation)
  • Move Forward
  • Move Right
  • Move Left
  • Move Backward

Tutorial 2

Introduction to loops -> x times / forever / while

  1. Same task as in Tutorial 1 only with loops
  • Move within repeat loop
  1. While / Loop forever
  • Walk in circles
  • Patrol

Tutorial 3

Introduction to actions -> collect / build / find and attack

  1. Collect resource
  • go to resource mine
  • collect resource
  • return to base with resource
  1. Build walls
  • walk around base
  • build wall
  1. Find and attack enemy
  • find nearest enemy
  • go to enemy
  • attack enemy
  1. Destroy enemy buildings
  • destory walls
  • destroy base

Tutorial 4

Combine the till now learned skills

  1. Survive for x minutes
  • Build wall to protect base from incoming enemies
  • Patrol around
  • Find and attack the incoming enemies

Tutorial 5

Introduction to events -> marker / enemy

  1. Marker
  • Place marker
  • React to marker event and go to position
  1. Enemy
  • React to enemy event
  • Go to enemy
  • Attack enemy

Tutorial 6

Final "real" fight against computer enemy

- Combine all learned skills to defeat your enemy!

What do others have ?

code.org / codecombat.com

Level Goals

detailed_desc

Level Quests

level_quests

A bit of Story

Still a better story than twilight

story

Fix your Code info

fix_code

Unused Code is highlighted

unused_code

Help video

help_video

Highlight way to "goal"

way_to_goal

Method description

method_desc

Start over current run

restart_current

Start over and show Code

start_over_show

Show Code

show_code

Winning Stats

stats_won

"Items" on Victory

items_won

Level up

level_up