Language: Racket
This is a sub-version of the retro game more commonly known as "Space Invader", and has the main goal of shooting and defeating all the aliens on the screen, letting the player win, the game is over when the aliens are in the last row as the rocket.
Instructions for player:
Move left -> "Left arrow key"
Move right -> "Right arrow key"
Shoot -> "Spacebar"
Singular Player Code

Multiplayer Code (Player 1, Player 2, Server) using Distributed Programming
