diff --git a/README.md b/README.md
index 87fa619..e69899d 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,18 @@
# Checkers
Simple Checkers game in Unity.
+
+## Authors
+
+* **Pawel Cembaluk** - everything except 3D models
+* **Szymon Józwicki** - 3D models
+
+## Built with
+
+* [Microsoft Visual Studio 2017](https://visualstudio.microsoft.com/pl/downloads/) - IDE
+* [Sourcetree](https://www.sourcetreeapp.com/) - version control
+* [Unity3D](https://unity3d.com/) - game engine
+
+## Screenshots
+| | |
+|:-------------------------:|:-------------------------:|
+| | |
\ No newline at end of file
diff --git a/Screenshots/BigBoard.png b/Screenshots/BigBoard.png
new file mode 100644
index 0000000..a845449
Binary files /dev/null and b/Screenshots/BigBoard.png differ
diff --git a/Screenshots/Board.png b/Screenshots/Board.png
new file mode 100644
index 0000000..6642dec
Binary files /dev/null and b/Screenshots/Board.png differ
diff --git a/Screenshots/Menu.png b/Screenshots/Menu.png
new file mode 100644
index 0000000..7ef01be
Binary files /dev/null and b/Screenshots/Menu.png differ
diff --git a/Screenshots/Promotion.png b/Screenshots/Promotion.png
new file mode 100644
index 0000000..3c89218
Binary files /dev/null and b/Screenshots/Promotion.png differ