LCD Game
Description
This was a small script made to try and make a game using Javascript! It uses a table as the "map" and the JQuery is used to tell and remember where the player currently is on the map. The projectiles are set to start at the player, and move to the opposite direction in a straight line, it has some basic hit detection in it checking for the opponent in the current cell.
It has a simple AI to move the other player around, which is just a random roll to select an action
Controls:
Use the arrow keys to move and the A key to attack.