madduccino / coding.space

The Coding Space Projects
12 stars 22 forks source link

memory game untutorial v1.0 #137

Closed truthgoddess closed 5 years ago

truthgoddess commented 5 years ago

@madduccino here's another one.

The intention of this game is to give our more advanced and older students experience with a lot of complex programmatic puzzles. The game is simple looking, but getting it to do the animation, the replays, and checking player input is complex.

I also intentionally had fewer steps so that students don't have too much hand holding and have a lot of room for experimentation.

truthgoddess commented 5 years ago

@madduccino Not that I have a ton of time to work on this this week, but wondering if you had or will have a chance to comment upon this one.

madduccino commented 5 years ago

Looks great @truthgoddess! Awesome work. A few small things:

  1. Title says Apple Catcher
  2. Step says "Next, create an animation that occurs when the computer presses a button," but it looks like this just happens when the page loads at this stage, also not sure if the computer is the one pressing a button!
  3. Seems like "restart the recheck" could be more cleary stated as "check again"
  4. I'm not sure if we've defined why the game ends, so in Step 6, I'd say something more like "Have the button return and board disappear when the player guesses incorrectly."
truthgoddess commented 5 years ago

To when you see this! Welcome back @madduccino. I've updated this pull request with your revision requests. Let me know if there is anything else.

madduccino commented 5 years ago

So good!! Very excited about this one.