This is a small game I made to show off my Predator AI system. Press F or click to fire a laser, and move the mouse to aim your craft. You get points if you hit enemies. The round ends when any craft reaches 7 points.
xxxxxxxxxx
let cnst={
s:{
ts:10,
rs:0.75,
ms:0.25,
h:2,
rf:100
},
p:{
f:18
},
b:{
r:500,
p:1,
f:18
},
wl:7,
sp:0,
sb:0,
fr:15,
fr1:15,
v:0.5
}
/*
[
ship [
top speed
rotational speed
mouse control speed
heal time
wall repulsion force
]
player [
firing speed
]
bot [
firing range
ignore player
firing speed
]
win level
spectating
self bot
framerate
volume
]
*/