IGDO Resources
Here is a collection of Resources you might need or be interested in.
Programming basics
For those new to programming, this repository contains basic programming concepts and examples to help you get started with coding. It covers fundamental topics such as variables, data types, control structures, functions, and object-oriented programming. Each concept is explained with clear examples and code snippets to facilitate learning.
Follow-along project (Spring 2024) by Miguel Williams.
Game Developer’s Library
The Game Developer’s Library (GDL) is a repository of articles which serve to educate readers on independent game development. Articles, guides, and tutorials about game development — be it engine-specific guides, general development strategies, or even lower-level concepts in computer graphics — find a home here.
With articles written by our very own Jake Rogers, Marceline Gallegos, and Chris Dejong.
Item Drop game
Follow-along project (Spring 2024) by Miguel Williams.
This was our first basic Game Jam project from Spring 2024.
Gamejam template spring 2024
This repository houses both the starter project for IGDO’s SP24 Game Jam Template, as well as some additional branches to catch up to various stages along the way.
Credit to Jake Rogers and Marceline Gallegos