Tasks i've made

This tab is for all the tasks i've been assigned. You can scroll down to see lists and information about each task, and direct links to the games etc.

Stickman

This is my stickman, i made it in p5js (A library with extra javascript functions). This was the first task i was assigned, and i enjoyed creating and drawing my own character a lot. He was made using multiple draw functions and if statements.

Bouncing Ball

This is my bouncingball, i made it in p5js (A library with extra javascript functions). This was the second task i was assigned, and i enjoyed creating and toying with its capabilities a lot. It was made using multiple if/else statements, and KeyCoded resizing.

Logical Operators

This is my logical operators. It's made using p5js (A library with extra javascript functions). This was my third assignment. I've recieved a lot of help bug fixing and minimizing the code. It was made using if/else shortenened to ?(if) and :(else). A huge step in my programming journey.

Calculus

Here i was assigned the task of making a program capable of 4 different actions. Counting down from 10, calculating 1+2+3+4+5+.... up to 20, calculating the tables from 2 to 10, and solving an equation. All the tasks had specific numeric values i needed to hard code. So the program can only do what it has been told.

Drawing Board

This time i was assigned the task of creating a (Budget) drawing program. It had to be capable of creating a line by pressing the left mouse button, and dragging it around while updating its current position. When you let go of left mouse button, the line disappears and when you click again it draws anew.