Skip to content

Commit 4a616bd

Browse files
committed
Improve instructions
1 parent 781d96d commit 4a616bd

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<div></div>

bootcamp_content/projects/snake/exercises/slithery-snake/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ This exercise has self-completion. I'd strongly encourage you to try and get you
1111

1212
## Instructions
1313

14-
Your job is to create a square game area that takes up 80% of the screen and to add a snake that moves around.
14+
Your job is to create a square game area that takes up 80% of the screen and to add a snake that moves around. For now, you should just get the snake starting in the center moving around the edges.
1515

1616
If you do everything correctly, you should be able to overlay your solution onto mine and it should look and work identically!
1717

18-
You can choose whatever colors your like. Each snake segment in my example solution is `5%` of the game area.
18+
You can choose whatever colors your like. Each snake segment in my example solution is `5%` of the game area, and it keeps `5%` from the edge of the board.
1919

2020
As long as you don't keep creating unlimited elements, you can safely let the snake move indefinitely.
2121

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<div></div>

bootcamp_content/projects/space-invaders/exercises/aliens-evolved/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Some points of clarity:
4444

4545
- Every time you move left or right, you move one "position" forward or backwards. That position equates to the places the aliens can be.
4646
- You cannot shoot twice in a row without moving.
47+
- The aliens do not move.
4748
- The aliens do not respawn.
4849

4950
## Reusing Alien Detector (Coding Fundamentals students)

0 commit comments

Comments
 (0)