Playing with the dot operator Admin tháng 7 22, 2012Normally the “ [] ” operator is used for extracting an element out of a sequence. Sequence[Index] turns into *(Sequence+Index) in C. And s... Read More
2d Visibility Admin tháng 7 05, 2012For one of my projects I wanted to calculate the areas that are visible from the player. In a 2d top-down game or an isometric game you can ... Read More