Connect-four

Software Engineering KI-B4 SS2022

Team mitglieder:

  • Saed Abed.
  • Roxana Buder.
  • Nick Thomas.
  • Mahmoud Mohamed.

Getting started

to start the game, you need first to run this command:

docker-compose up

then you can start the web app in the browser by typing the following url:


If you would like to run e2e tests locally you have to run following commands:

first define an environment variable:

export ENV=local

then start the tests using following command:

python3 -m behave features