You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
- https://www.looneylabs.com/rules/martian-chess
|
|
- [x] Movement
|
|
- [x] Pawn movement
|
|
- [x] Drone movement
|
|
- [x] Queen movement
|
|
- [x] No move reversal
|
|
- [ ] Scoring
|
|
- Queen: 3
|
|
- Drone: 2
|
|
- Pawn: 1
|
|
- [ ] Merging
|
|
- Pawn + Pawn = Drone (if no drones)
|
|
- Drone + Drone = Queen (if no queens)
|
|
- [ ] Game over
|
|
- When one half is empty
|
|
- [ ] Tie breaker
|
|
- Last player to move wins
|