Quantcast
Channel: 3D: Discrete Dogfighting Duel (Now open to non Java submissions) - Code Golf Stack Exchange
Viewing all articles
Browse latest Browse all 11

Answer by cjfaure for 3D: Discrete Dogfighting Duel (Now open to non Java submissions)

$
0
0

EmoFockeWulf

He's back. He's starved himself to 224 bytes. He doesn't know how he ended up like this.

package Planes;public class EmoFockeWulf extends PlaneControl{public EmoFockeWulf(int s, int r){super(s,r);}public Move[] act(){Move[] m=new Move[2];m[0]=new Move(myPlanes[0].getDirection(),false,false);m[1]=m[0];return m;}}

Viewing all articles
Browse latest Browse all 11

Trending Articles