Other Gaming Projects 

Following is a compilation of various LLM responses with or w/o human interventions/modifications.

Microsoft copilot - BRICKS

Classis game of bricks

Microsoft copilot - Bowling

Attempt to create a bowling game. Again, Copilot was way ahead other LLMs.

Microsoft copilot - SNAKE

Classic snake game.

Very little human intervention.

Qwen2.5Coder7B - BRICKS

Qwen Coder 2.5 7B response to bricks game request.

Qwen2.5Coder7B - SNAKE

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.

Qwen2.5Coder7B - 3d shooter

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.

LLAMA31-8B - Bricks

A bit awkward response from Meta LLama 3.1 8B model. 

LLAMA31-8B - pacman

in javascript with index.html write a pacman style game where user controls the pacman with arrow keys and ghosts movement is within grid.