ImSoCreepy / se-lab-2

MIT License
0 stars 0 forks source link

SE Spaceship

This is a sample application for the Software Engineering course at BME MIT.

The application is simplified and deliberately contains bugs.

Getting started

Clone the repository and execute Maven to build the application:

mvn compile

To compile and run tests also execute:

mvn test

(That will be enough to know for the current exercises. If you are more interested, see this short guide about Maven.)

As this is a really simple project, you can use the command-line build tools or a light-weight IDE like Visual Studio Code.

Overview

The project represents an alpha version of a spaceship.

The code can be built, but due to missing features one of the tests fails. The first exercise will be to fix this.