Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 533 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 533 Bytes

Table of contents

  1. About
  2. How to compile

About

A card game made in Scala by Jan Kaiser and Ralph Segi for the class Software Engineering at HTWG Konstanz.

How to compile

  1. Make sure you use at least Scala 2.11.8 (Minimum tested)
  2. This project is built using SBT.
  3. A build.sbt file is already delivered with the project
  4. Clone this repository and open it up with IntelliJ IDEA otherwise you need to load the neccessary dependencies via SBT using the build.sbt file.