summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pawns_move.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/pawns_move.js b/pawns_move.js
deleted file mode 100644
index f304608..0000000
--- a/pawns_move.js
+++ /dev/null
@@ -1,7 +0,0 @@
-function pawn_move(board, y, x){
- let moves =[];
- // * if pawn at row 1 or at row 6 it has to choice
- if(x<board.length && x >-1 && y<board.length && y>-1){
- moves.push()
- }
-} \ No newline at end of file