Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 80 additions & 19 deletions docs/skillmap/bug-arena.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Bug Arena
* name: Bug Arena
* description: Code your own bug to think for itself using Artificial Intelligence (AI) and challenge other AI bugs in the Arena!
* infoUrl: skillmap/educator-info/bug-arena-info
* bannerUrl: /static/skillmap/bug-arena/game.gif
* backgroundurl: /static/skillmap/bug-arena/bug-bg.gif
Expand All @@ -13,6 +11,14 @@
* allowcodecarryover: true
* tags: beginner, hour of ai, hour of code

```name
Bug Arena
```

```description
Code your own bug to think for itself using Artificial Intelligence (AI) and challenge other AI bugs in the Arena!
```

```intro
Welcome to the 👾 **Bug Arena** 👾 where the smartest AI bugs battle for glory!
Select one of the three paths to code an algorithm for your AI bug to follow:
Expand All @@ -24,32 +30,46 @@ Select one of the three paths to code an algorithm for your AI bug to follow:
```

## bug-arena-1
* name: Arena One
* layout: manual

```name
Arena One
```

### bug-arena-scribble
* name: Random Algorithm
* type: tutorial
* description: Create an AI algorithm that will make your bug walk in random patterns
* url: /skillmap/bug-arena/scribble
* imageUrl: /static/skillmap/bug-arena/random.gif
* tags: beginner, hour of ai, hour of code
* next: bug-arena-tower
* position: 1 0

```name
Random Algorithm
```

```description
Create an AI algorithm that will make your bug walk in random patterns
```

### bug-arena-tower
* name: Tower Battle
* type: tutorial
* description: Battle other AI bugs in the Tower and level up with every win!
* url: /skillmap/bug-arena/tower
* imageUrl: /static/skillmap/bug-arena/tower-battle.gif
* allowCodeCarryover: true
* tags: beginner, hour of ai, hour of code
* next: bug-cert
* position: 2 0

```name
Tower Battle
```

```description
Battle other AI bugs in the Tower and level up with every win!
```

### bug-cert
* name: Congrats!
* kind: completion
* type: certificate
* url: /static/skillmap/certificates/bug-cert.pdf
Expand All @@ -65,33 +85,52 @@ Select one of the three paths to code an algorithm for your AI bug to follow:
* image: /static/badges/badge-bug.png
* name: Bug Arena

```name
Congrats!
```

## bug-arena-2
* name: Arena Two
* layout: manual

```name
Arena Two
```

### bug-arena-squares
* name: Squares Algorithm
* type: tutorial
* description: Code your AI bug to draw squares around the screen
* url: /skillmap/bug-arena/squares
* imageUrl: /static/skillmap/bug-arena/squares.gif
* tags: beginner, hour of ai, hour of code
* next: bug-arena-tower
* position: 1 1

```name
Squares Algorithm
```

```description
Code your AI bug to draw squares around the screen
```

### bug-arena-tower
* name: Tower Battle
* type: tutorial
* description: Battle other AI bugs in the Tower and level up with every win!
* url: /skillmap/bug-arena/tower
* imageUrl: /static/skillmap/bug-arena/tower-battle.gif
* allowCodeCarryover: true
* tags: beginner, hour of ai, hour of code
* next: bug-cert
* position: 2 1

```name
Tower Battle
```

```description
Battle other AI bugs in the Tower and level up with every win!
```

### bug-cert
* name: Congrats!
* kind: completion
* type: certificate
* url: /static/skillmap/certificates/bug-cert.pdf
Expand All @@ -107,33 +146,51 @@ Select one of the three paths to code an algorithm for your AI bug to follow:
* image: /static/badges/badge-bug.png
* name: Bug Arena

```name
Congrats!
```

## bug-arena-3
* name: Arena Three
* layout: manual

```name
Arena Three
```

### bug-arena-backandforth
* name: Back and Forth Algorithm
* type: tutorial
* description: Code your bug's AI algorithm to move back and forth across the screen
* url: /skillmap/bug-arena/back-and-forth
* imageUrl: /static/skillmap/bug-arena/back-and-forth.gif
* tags: beginner, hour of ai, hour of code
* next: bug-arena-tower
* position: 1 1

```name
Back and Forth Algorithm
```

```description
Code your bug's AI algorithm to move back and forth across the screen
```

### bug-arena-tower
* name: Tower Battle
* type: tutorial
* description: Battle other AI bugs in the Tower and level up with every win!
* url: /skillmap/bug-arena/tower
* imageUrl: /static/skillmap/bug-arena/tower-battle.gif
* allowCodeCarryover: true
* tags: beginner, hour of ai, hour of code
* next: bug-cert
* position: 2 1

```name
Tower Battle
```

```description
Battle other AI bugs in the Tower and level up with every win!
```

### bug-cert
* name: Congrats!
* kind: completion
* type: certificate
* url: /static/skillmap/certificates/bug-cert.pdf
Expand All @@ -148,3 +205,7 @@ Select one of the three paths to code an algorithm for your AI bug to follow:
* completion-badge:
* image: /static/badges/badge-bug.png
* name: Bug Arena

```name
Congrats!
```
Loading