Following is a compilation of various LLM responses with or w/o human interventions/modifications.
Attempt to create a bowling game. Again, Copilot was way ahead other LLMs.
in javascript with index.html write a 2d game snake where user controls snake with arrow keys. Snake length starts as 2 elements and there is a random position of food square. Snake length increases after eating a food square. Show snake length at the top.
in javascript with index.html write a 3d game where user controls rotation of a sphere and fires bullets all around with a space key to enemies that vbrates around the sphere. If bullet hits enemy both dissapear.
in javascript with index.html write a pacman style game where user controls the pacman with arrow keys and ghosts movement is within grid.