From e8283f9dcde536d2642fc8a25cb686fa822c16ea Mon Sep 17 00:00:00 2001
From: Julian Ammouche Ottosen <julianao@stud.ntnu.no>
Date: Sun, 21 Apr 2024 16:17:23 +0200
Subject: [PATCH] Typo (!74)

---
 core/src/com/mygdx/game/view/HowToPlayView.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/src/com/mygdx/game/view/HowToPlayView.java b/core/src/com/mygdx/game/view/HowToPlayView.java
index 3c9c49c..ae69ec4 100644
--- a/core/src/com/mygdx/game/view/HowToPlayView.java
+++ b/core/src/com/mygdx/game/view/HowToPlayView.java
@@ -17,12 +17,12 @@ public class HowToPlayView extends ViewState {
     }
 
     private final String[] pages = {
-            "Welcome to Chess Evolution! This is a new chess game where you can choose between 3 different loadouts and 3 different mapsizes. You can start by clicking \"Create Game\"",
-            "Here you can choose between 3 loadouts: Standard, Medival and Modern. Where each loadout has there own pieces",
+            "Welcome to Chess Evolution! This is a new chess game where you can choose between 3 different loadouts and 3 different mapsizes. You can start by clicking \"Create Game\".",
+            "Here you can choose between 3 loadouts: Standard, Medival and Modern. Where each loadout has there own pieces.",
             "There are tree new pieces to the game: Snake, Phenoix and Thief.",
             "This is the piece Phenoix, as you can see it can only move like a box around it.",
-            "This is the piece Snake, this pice work like a bishop, but it jumps diagonaly instead",
-            "And last new piece is the Thief, this piece can move like a rook, but it jumps like the snake",
+            "This is the piece Snake, this piece work like a bishop, but it jumps diagonaly instead.",
+            "And last new piece is the Thief, this piece can move like a rook, but it jumps like the snake.",
             "After choosing loadout and mapsize, you can click \"Start Game\" to start the game.",
             "To win the game, you need to capture your opponent's king. Good luck!"
     };
-- 
GitLab