https://github.com/apostolique/aposchess
A chess variant that might or might not be fun.
https://github.com/apostolique/aposchess
chess variant
Last synced: 4 months ago
JSON representation
A chess variant that might or might not be fun.
- Host: GitHub
- URL: https://github.com/apostolique/aposchess
- Owner: Apostolique
- License: mit
- Created: 2019-06-27T01:33:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T05:53:16.000Z (over 5 years ago)
- Last Synced: 2025-03-02T21:34:31.688Z (over 1 year ago)
- Topics: chess, variant
- Homepage:
- Size: 3.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AposChess
A chess variant that might or might not be fun.
___
[](https://discord.gg/Wwdb9Cs)
To play this online, use the Lichess board editor and share the board URL back and forth with whomever you're playing with. For example, here is the URL after my first move: https://lichess.org/editor/rnbqkbnr/pppppppp/8/8/8/6P1/PPPPPPP1/RNBQKBNR_w_KQkq_-
Otherwise, you can play on [tabletopia](https://tabletopia.com/playground/chess/play-now).
## Index
* [Pawn](#pawn)
* [Bishop](#bishop)
* [Knight](#knight)
* [Rook](#rook)
* [Queen](#queen)
* [King](#king)
* [Example Start 01](#example-start-01)
## Piece Movements
### Pawn
The pawn can move diagonally. It takes forward. On the first move, it can move forward two spaces.

### Bishop
The bishop moves normally. Additionally, it can jump over a piece without taking it. It has to stop on the next square. It can take a piece on that next square if there is one.

### Knight
The knight can no longer jump over pieces. It moves like a rook then one to the side.

The following move is invalid since it is blocked by the pawn:

### Rook
The rook moves normally. Additionally, it can jump over a piece without taking it. It has to stop on the next square. It can take a piece on that next square if there is one.

### Queen
The queen moves normally. The queen also has a 3x3 zone around itself. A jumping piece cannot end up in that zone after a jump.


### King
The king moves normally. The king also has a 3x3 zone around itself. A jumping piece cannot end up in that zone after a jump. Like in normal chess, castling is allowed.


### Example Start 01
The following is an example attack on the black rook starting from the first move.

Black has four different defenses:



