User Tools

Site Tools


notes:fall2024:projects:msi1

This is an old revision of the document!


msi1

The primary difference between the last and current project is that instead of using arrays, linked lists are to be employed instead. Essentially, all instances of arrays in msi0 must now be retired in favor of the singly linked list. This game will utilize new array attributes and functions to achieve this goal. The end product should feature ZERO arrays, and, if done correctly, one or more linked lists (pending designer preference).

malloc

pointer arithmetic

node struct

list struct

singly-linked list

space invaders

notes/fall2024/projects/msi1.1725678191.txt.gz · Last modified: 2024/09/07 03:03 by gsalce