top of page

Coding Project

Using the website Code.org, my friends and I created a small digital scene using commands and coding. This assignment was particularly challenging in the department of groupwork. Despite there being more hands working on a single project, this project still prompted some challenges like dividing the work equally amongst group members and communicating what we wanted as a final product. To solve these issues, my group began by creating a draft of what we were envisioning.

fill.jpg
Sketch scene.PNG
fill.jpg
scene.PNG

After examing the visual, I decided to separate the image into four parts: grass, road, trees, and sky. From there, my teamates chose the part they wanted to work on and I worked on the grass. My main goal was to make the grass look as realistic as possible without making the code a complete mess of commands. To do this, I set a parameter on the range of color greens then programmed the pen to draw a small curve based on the randomnly selected green. After one stroke was completed, I simple used a repeat command to draw in the bottom half of the screen. 

bottom of page