From 5d7c2d554ac55bf60e16bcdc3dec7bb54727b147 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sun, 23 Aug 2020 09:15:35 +0000 Subject: [PATCH] Update README --- README | 3 --- README.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index d613130..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -GENERAL NOTE: - -http://games.kde.org/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..08efbf3 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# KFourInLine + +KFourInLine is a board game for two players based on the Connect-Four game. The +players try to build up a row of four pieces using different strategies. + +## Screenshot + +![Playing KFourInLine](https://cdn.kde.org/screenshots/kfourinline/kfourinline.png) + +## License + +KFourInLine is licensed under the GPL-2.0-or-later license. \ No newline at end of file -- GitLab