diff --git a/core/src/com/mygdx/game/view/HowToPlayView.java b/core/src/com/mygdx/game/view/HowToPlayView.java index 3c9c49c6dde1b0e0c615d091e1acf5c533d948d9..ae69ec47ad5d2673c0d9bbac511776d2caf0c04a 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!" };