Alignment Exercise – Thinking with Type
In this exercise, the goal was to take an excerpt from Walter Ong’s Orality and Literacy: The Technologizing of the Word and use text alignment to visually portray the text's…
In this exercise, the goal was to take an excerpt from Walter Ong’s Orality and Literacy: The Technologizing of the Word and use text alignment to visually portray the text's…
This is my first JavaScript project for The Odin Project. The first iteration was in the console, the second one had a basic UI, and this latest version has had…
In this assignment, we were tasked with arranging the letters in a way that helped portray the meaning of the word. The word I chose was "agathokokological" which refers to…
My first official design assignment was to create a bitmap font, using rectangular elements. This is what I have so far. It may turn into an actual font later down…
Experimenting With the 3n+1 Sequence Instructions In this lab my job was to take the initial code, graph the iterations and find the max number of iterations from one of…
I won't lie, this lesson's exercises were challenging. Some of them I actually needed to look at the answers for help. Nearly all of them required some extra research. The…
Approximating the Value of Pi In this lab, our task was to simulate throwing darts at a 2x2 board, count how many landed in the circle out of the total…
Problem 4 Modify the turtle bar chart program from the previous chapter so that the bar for any value of 200 or more is filled with red, values between #…
Problem 1 Use the drawsquare function we wrote in this chapter in a program to draw the image shown below. Assume each side is 20 units. (Hint: notice that the…