# Install Terraform sudo yum install -y yum-utils sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo sudo yum -y install ...
Tutorial given F2025 to Computing Club to support the Fall Game Jam. Intention of the tutorial is to demonstrate (1) how to use p5js to write a game from scratch and (2) show how the ECS design ...