vault backup: 2025-03-08 15:13:57
This commit is contained in:
5
Game Design/Studies/Chess/Entities/Board.md
Normal file
5
Game Design/Studies/Chess/Entities/Board.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
colors: two
|
||||
shape: square
|
||||
shapes_per_side: 8
|
||||
---
|
||||
3
Game Design/Studies/Chess/Entities/Game.md
Normal file
3
Game Design/Studies/Chess/Entities/Game.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
---
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
type:
|
||||
type: piece
|
||||
moves: [Diagonal]
|
||||
targets: [Diagonal]
|
||||
reach: [infinite]
|
||||
number: 2
|
||||
can_promote: False
|
||||
---
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: piece
|
||||
moves: [Row, File, Diagonal]
|
||||
targets: [Row, File, Diagonal]
|
||||
reach: [single]
|
||||
number: 1
|
||||
can_promote: False
|
||||
---
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: piece
|
||||
move: [LShape]
|
||||
targets: [LShape]
|
||||
reach: [single]
|
||||
number: 2
|
||||
can_promote: False
|
||||
---
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: piece
|
||||
moves: [File]
|
||||
targets: [Diagonal]
|
||||
reach: [single, forward]
|
||||
number: 8
|
||||
can_promote: True
|
||||
---
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: piece
|
||||
moves: [Row, File, Diagonal]
|
||||
targets: [Row, File, Diagonal]
|
||||
reach: infinite
|
||||
number: 1
|
||||
can_promote: False
|
||||
---
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
type: piece
|
||||
moves: [Row, File]
|
||||
targets: [Row, File]
|
||||
reach: infinite
|
||||
number: 2
|
||||
can_promote: False
|
||||
---
|
||||
|
||||
3
Game Design/Studies/Chess/Entities/Player.md
Normal file
3
Game Design/Studies/Chess/Entities/Player.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user