I’m working on a puzzle game where the player can walk off the screen and wrap around to the other side. That effect is also see in arcade games like the classic Asteroids where the asteroids and space ship wrap around the screen. While my first try at writing that code worked, it turned out […]
Read MoreWrapping an Object to the Other Side
0