#source/harvard-online
5 notes
-
0.1 - Week 1
This course is designed for students seeking preparation for EXPO E25 and for others wanting to review such basics of academic argument as thesis, evidence, and structure. Short writing assignments help students…
-
Problem-Set Week 2
Deciphering using a substitution cipher. Requirements Key provided, possibly subtract the letter from the given key and rotate it several cycles.. Letters must follow the capitalization style of the plain text Key…
-
Project 0
First off, we'll want to draw shapes to the screen (e.g., paddles and ball) so that the user can see the game. Next, we’ll want to control the 2D position of the…
-
Week 0
Every game is just a infinite loop and is just constantly updated Lua Dynamic Scripting language Primarily a config and runtime language for codebases to make it faster to dynamically run Table…
-
Week 2 Arrays
Week 2 Arrays Arrays Fundamentally 3 different parameters: 1. One Type ( Int, String, etc) can be named too 2. Name Variable Name 3. Size How many boxes 4. Is also 0…