heyeep / Space-Force

A clone of Space Invaders done as a school project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motivation

Space Force is based on the classical game, Space Invaders, which is known virtually everywhere. The decision to choose this game among other projects was that everyone is familiar with some version of it. The game mechanics is widely universal and easy to comprehend, this made it a clear choice to finish the skeleton of the game in such a short time span.

Background

This was a school project done in the summer of 2018. The goal of the project was to work with a team to understand the software development life cycle. The project was done with 3 other members and was never meant to be a complete project.

Build

Repository Set up

git clone git@github.com:yzmism/Space-Force.git

Compile

cd Space-Force
./compile

Run

./run

About

A clone of Space Invaders done as a school project


Languages

Language:Java 99.4%Language:Shell 0.6%