Hacker News new | ask | show | jobs
Show HN: C Pointer Game – Pointers, Arrays and Strings for Kids (punkx.org)
3 points by throwaway47292 1314 days ago
1 comments

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.