Skip to content

Commit 0190277

Browse files
committed
first pass edits
1 parent 61b1a6f commit 0190277

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ steps:
2222
- type: respond
2323
with: 01-running.md
2424
issue: 1
25+
data:
26+
game: '%payload.comment.body%'
2527

2628
- title: Running a Python program
2729
description: Run a python program with a main method
@@ -35,7 +37,7 @@ steps:
3537
issue: 1
3638
- type: createIssue
3739
title: Using Variables
38-
body: 02-model.md
40+
body: 02-variables.md
3941

4042
- title: Using Variables
4143
description: Define variables with random input to simulate a die-roll

responses/01-running.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{{ game }}! Wow that's a classic! You might be able to make a version of {{ game }} when we are done!
2+
13
## Running a Python file
24

35
Let's look at our Python file. Inside we see a function `main` that will contain all of your commands as you create the dice roller:

responses/01-setup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ Inside the repo you'll see two files:
2323
- `README.md`: a markdown file that details some info about the project
2424
- `dice-roller.py`: a Python file containing the code you'll be building off of
2525

26-
Now that we have everything we need, we can actually begin writing our dice roller! Let's begin!
26+
Now that we have everything we need, we can actually begin writing our dice roller! Let's begin!
27+
28+
Leave a comment with *your favorite dice-rolling game* to continue.

0 commit comments

Comments
 (0)