-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|684|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Blogs Home -> Blogs


 
steve_ancell
Created : 08 January 2011
 
System : Android

Been having a go with Processing.



I've been having a play with Processing, for those who dont know what that is then go to processing.org.

Here's a simple Snake game I managed to kludge together. I've only been learning Processing for about a week so expect it to be crap and buggy.

Download: socoder.net/uploads/51/Snake_02.zip

If you want to play around with the source then you need to download the Processing editor from processing.org

 

Comments


Sunday, 09 January 2011, 05:15
Jayenkai
Nice enough, but my hated of separate classes is cropping up!
Sunday, 09 January 2011, 07:21
steve_ancell
I know that everything can be out into one file but I just find it easier if I break it up into separate ones.

One thing that I found with Processing, just like Java, it has bad keyboard handling and the keys doesn't always do what you want, so I had to write my own keyDown and keyHit methods.