Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

344 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Totally Original Game

(insert lore here)

You can earn coins by playing (insert name that is not chess). Each time you win, you get 3 coins. With these coins you can buy plants at the (insert shop name). (insert some more lore)

How to play (very original game thats not chess)

To play, download everything and run main method of the App.java file.

How to move the pieces

not King

The king is the most important piece, but is one of the weakest. The king can only move one square in any direction - up, down, to the sides, and diagonally. The king may never move himself into check (where he could be captured). When the king is attacked by another piece this is called "check".

not Queen

The Queen captures by jumping over a piece of the opposite color that is directly adjacent to it. It can move in any direction (horizontal, vertical, diagonal), but only if there's another piece of the same color in it's path. The Queen can then move to any of the squares beyond that piece, but not before. It can not move onto an occupied space. And, like with all pieces, if the queen captures an opponent's piece her move is over.

not Rook

The rook may move as far as it wants, but only forward, backward, and to the sides.

not Bishop

The bishop may move as far as it wants, but only diagonally. Each bishop starts on one color (light or dark) and must always stay on that color.

not Knight

Knights move in a very different way from the other pieces – going two squares in one direction, and then one more move at a 90-degree angle, just like the shape of an “L”. Knights are also the only pieces that can move over other pieces.

not Pawn

Pawns are unusual because they move and capture in different ways: they move forward but capture diagonally. Pawns can only move forward one square at a time, except for their very first move where they can move forward two squares. Pawns can only capture one square diagonally in front of them. They can never move or capture backward. If there is another piece directly in front of a pawn he cannot move past or capture that piece.

Special Rules

promoting a not pawn

Pawns have another special ability and that is that if a pawn reaches the other side of the board it can become any other chess piece (called promotion) excluding a king (or pawn, for that matter). A pawn may be promoted to a knight, bishop, rook, or queen. A common misconception is that pawns may only be exchanged for a piece that has been captured. That is NOT true. A pawn is usually promoted to a queen. Only pawns may be promoted.

not En Passant

If a pawn moves out two squares on its first move, and by doing so lands to the side of an opponent's pawn (effectively jumping past the other pawn's ability to capture it), that other pawn has the option of capturing the first pawn as it passes by. This special move must be done immediately after the first pawn has moved past, otherwise the option to capture it is no longer available.

not Castle

This move allows you to do two important things all in one move: get your king to safety (hopefully), and get your rook out of the corner and into the game. On a player's turn he may move his king two squares over to one side and then move the rook from that side's corner to right next to the king on the opposite side. However, in order to castle, the following conditions must be met:

  • it must be that king's very first move
  • it must be that rook's very first move
  • there cannot be any pieces between the king and rook to move
  • the king may not be in check or pass through check Notice that when you castle one direction the king is closer to the side of the board. That is called castling "kingside". Castling to the other side, through where the queen sat, is called castling "queenside". Regardless of which side, the king always moves only two squares when castling.

how to win

The purpose of the game is to checkmate the opponent's king. This happens when the king is put into check and cannot get out of check.If a king cannot escape checkmate then the game is over. Customarily the king is not captured or removed from the board, the game is simply declared over.

For more info visit: https://www.chess.com/learn-how-to-play-chess#chess-pieces-move (coincidentally similar game)

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages