Skip to content

Commit

Permalink
Revert "Update start of project"
Browse files Browse the repository at this point in the history
This reverts commit 92d942c.
  • Loading branch information
lawsie committed Oct 25, 2024
1 parent 92d942c commit 1ba8211
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 44 deletions.
4 changes: 2 additions & 2 deletions en/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ listed: true
copyedit: true
last_tested: "2021-10-06"
steps:
- title: What you will mAKE
- title: Set the scene
- title: You will make
- title: Set the theme
- title: Create obstacles
completion:
- engaged
Expand Down
21 changes: 21 additions & 0 deletions en/step_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,27 @@

Build a scrolling endless runner game where your character has to avoid obstacles.

<p style="border-left: solid; border-width:10px; border-color: #0faeb0; background-color: aliceblue; padding: 10px;">
<span style="color: #0faeb0">**Endless runners**</span> are a type of game where you have to avoid obstacles and the game only ends when you hit an obstacle. You score points by staying alive for as long as you can.</p>

You will:
+ Use game **conditions** to control what happens
+ Learn about procedural generation and collision detection
+ Personalise a game to your interests

![Images of different project examples.](images/showcase_projects.png)

### Get ideas 💭

You are going to make some design decisions about the kind of game you will make and how you will use code to get the effects you want.

--- no-print ---

--- task ---

Run these examples. Think about how the players and obstacles have been made.

What happens if you hit an obstacle? Does it get harder as you play?

**Skiing cat**:
<iframe src="https://editor.raspberrypi.org/en/embed/viewer/skiing-cat-example" width="600" height="700" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen>
Expand All @@ -32,10 +49,14 @@ You can find the Clean car project [here](https://editor.raspberrypi.org/en/proj
</iframe>
You can find the Dodge asteroids project [here](https://editor.raspberrypi.org/en/projects/dodge-asteroids-example){:target="_blank"}

--- /task ---

--- /no-print ---

--- print-only ---

You are going to make some design decisions about the kind of game you will make and how you will use code to get the effects you want.

![Skiing cat project example](images/example2.png){:width="300px"}
You can find the Skiing cat project here https://editor.raspberrypi.org/en/projects/repeated-patterns-example
![Don't pop project example](images/example4.png){:width="300px"}
Expand Down
Loading

0 comments on commit 1ba8211

Please sign in to comment.