Train-A-Bot Lab

Mike Chaiban

TRAIN-A-BOT LAB

Make me a simple platformer game where I control a creature and try to reach the exit.

The creature is called "[YOUR CREATURE NAME]".

The creature moves and reacts based on this personality: [CAUTIOUS / RECKLESS / EXPLORER / EFFICIENT / RANDOM].

Use these observed behaviors to shape the game:

  • It [paste one behavior]
  • It [paste another behavior]

Add this twist to the level: [paste your challenge question and turn it into a game mechanic].

Include:

  • Arrow keys or WASD controls
  • Platforms, obstacles, and an exit
  • An episode or level number
  • The player’s score
  • A restart button
  • A simple win or game-over screen

Create everything in one file using HTML, CSS, and JavaScript only.