Show HN: C Pointer Game – Pointers, Arrays and Strings for Kids

by throwaway47292on 11/17/2022, 5:07 PMwith 1 comments

by throwaway47292on 11/17/2022, 5:19 PM

I made this game so I can teach my daughter C, particularly thinking about how things exist in memory, while traveling and having dinner or waiting for the bus.

Just grabbing a few cards and looking for where they exist in memory is a fun challenge, but also helps to understand and not be scared of the very overloaded []()* syntax in C.