The C Pointer Game

    Pointers, Arrays and Strings for Kids

    Featured
    5 Votes
    The C Pointer Game media 1
    The C Pointer Game media 2
    The C Pointer Game media 3
    The C Pointer Game media 4
    The C Pointer Game media 5
    The C Pointer Game media 6
    The C Pointer Game media 7

    Description

    I made few card games to help me teach my 11 yo daughter programming. This game is specifically about pointers and memory, to help kids understand what the equal sign means and the difference between value and reference. x=5 y=x x=6 print(y) and a=[] b=a a.push(1) print(b)

    Categories

    Recommended Products