added conditions when pawn can move
This commit is contained in:
@@ -15,6 +15,7 @@ var RoomSchema = new Schema({
|
||||
}],
|
||||
pawns: [{
|
||||
color: String,
|
||||
basePos: Number,
|
||||
position: Number,
|
||||
}],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user