#course/csci-i50
2 notes
-
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…