User prompt
only have enemy's shoot arrow when player Is in path
User prompt
have enemy's shoot arrow at random moment
User prompt
give the enemy's bows and arrows
Code edit (1 edits merged)
Please save this source code
User prompt
Gladiator Gauntlet: Endless Arena
Initial prompt
create the gladiator games. In this game you will have to defeat many opponents by killing them with swords and knifes. As you kill more opponents It will get harder and harder. This game is an endless runner so keep track of the score. watch out for men on horses and swords cause they can kill you.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});