Space Invader Java is a Javascript coding challenge.
Created as part of Trinity College Interactive Digital Media Masters Degree.
2023
The result of the game is as follows:
1. Left Arrow and Right Arrow – Slide Left and Slide Right.
2. Space – Shoot Bullet.
The link of the Github to this project can be accessed below:
Space Invaders java is a JavaScript assignment for Trinity College IDM Masters course. The assignment was a way for us
to practice OOP to make a game. The game followed the following coding logic:
"There is a gamemaster which handles all interactions. All other classes are merely actors. This guarantees the game to be always Insync."
Figure 1: Initial Project Skecthes.
Figure 2: Final Sprites