Hey, I'm a nOOb, and I'm trying to recreate a kind of basic Atari Centipede game in Java- any hints or suggestions? Or sample code I could check out? These Key Interactors are *killing* me!
I'd take a look at James McCabe's sweet game library and example game mentioned in this post.
Aida Evingtar
Greenhorn
Joined: Apr 25, 2005
Posts: 3
posted
0
ok, well I'm not entirely sure how to decipher this pacman code- i was just wondering how key interactors work. like public void keyPressed(){ //some code here?? } i have a class for left and right- but i have no idea how it all goes together. anyone? I think i'm using NGP - does that help at all?