From db4ab14bd14fb134e88a4c7ee04d4190968df6da Mon Sep 17 00:00:00 2001
From: TheHresvelgian <sigrunhog@hotmail.com>
Date: Fri, 29 Apr 2022 04:33:54 +0200
Subject: [PATCH] added introduction

---
 src/kode/checkmate.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/kode/checkmate.cpp b/src/kode/checkmate.cpp
index ba7d717..23b5685 100644
--- a/src/kode/checkmate.cpp
+++ b/src/kode/checkmate.cpp
@@ -30,6 +30,11 @@ int main()
 
 //    readFromFile();
  //   readFromFileTournament();
+    cout << endl << "Welcome to checkmate, a program for organizing chess tournaments. "
+    << "Please use a single character as shown in the text when interacting with the program. "
+    << "If you encounter any issues, please take contact with either the leader of the team, "
+    << "Loke Svelland at lokens@stud.ntnu.no, "
+    << "or the lead programmer, Sigrun Hogstedt at sigruah@stud.ntnu.no" << endl;
 
     do
     {
-- 
GitLab