Skip to content

Commit

Permalink
Merge pull request #108 from raspberrypilearning/self-serve-restructure
Browse files Browse the repository at this point in the history
adding initial starter
  • Loading branch information
loiswells97 authored Sep 4, 2023
2 parents 10a6491 + 2bf4817 commit 26db889
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 0 deletions.
Binary file added en/code/dont-collide-starter/astronaut1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/dont-collide-starter/astronaut2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/dont-collide-starter/earth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/dont-collide-starter/flowers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/dont-collide-starter/iss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions en/code/dont-collide-starter/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/python3

from p5 import *
from random import randint, seed

# Include global variables here


def setup():
# Put code to run once here


def draw():
# Put code to run every frame here


# Keep this to run your code
run()
Binary file added en/code/dont-collide-starter/moon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/dont-collide-starter/planet1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/dont-collide-starter/planet2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions en/code/dont-collide-starter/project_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
NAME: "Don't Collide!"
IDENTIFIER: "dont-collide-starter"
TYPE: "python"
Binary file added en/code/dont-collide-starter/rocket1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/dont-collide-starter/rocket2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/dont-collide-starter/shark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/dont-collide-starter/tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/dont-collide-starter/treefeller.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/dont-collide-starter/turtle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26db889

Please sign in to comment.