Game Coding

The classic issue with gaming is how to make a level. How to do that in processing? One way is to use images as base for levels. Important here is to use png's and not a lossy format (e.g. jpg). The idea here is to make a small image (light in bytes) that can be used as a "map editor", then processing checks each pixel and draws a square corresponding to the image, but with a rectangle that can be used as a boundary in the game.

Several interesting code snippets can be found at workshop.evolutionzone.com.
  • Line Intersection
  • Box Collision
  • Smooth Moving with cursors
Is some of the topics covered.

Kommentarer

Populære innlegg fra denne bloggen

The SunCat Batteries - DIY prototypes

Energy Dashboards in the Wild

Connection Proxy on Windows 7 x64