Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twant authored Jul 11, 2017
1 parent 6fd19ad commit 3929896
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
## Objectives

## Instructions
1. Make the tron bike on a grey canvas with dimensions 800x400. The wheels should be ellipses with dimensions 80x80, and the body of the bike should be a rectangle with dimensions 150x80. You will need to figure out how to round the corners using an additional argument.
**1.** Make the tron bike on a grey canvas with dimensions 800x400. The wheels should be ellipses with dimensions 80x80, and the body of the bike should be a rectangle with dimensions 150x80. You will need to figure out how to round the corners using an additional argument.
<center><img src="tron-bike.png"></center>
2. Make the tron bike start in the bottom left and move across the screen from left to right.
**2.** Make the tron bike start in the bottom left and move across the screen from left to right.

3. Make the tron bike
**3.** Make the tron bike move back and forth across the screen (bouncing off the edges of the canvas)

**4.**
## Bonus

0 comments on commit 3929896

Please sign in to comment.