Update TODO
authorBenjamin Auder <benjamin.auder@somewhere>
Wed, 8 Apr 2020 21:20:27 +0000 (23:20 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Wed, 8 Apr 2020 21:20:27 +0000 (23:20 +0200)
TODO
client/src/components/BaseGame.vue

diff --git a/TODO b/TODO
index 411d113..b659552 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,7 @@
-Grasshopper problem: 8/8/8/8/8/8/5gPp/5K1k w 0 iiii - V. Onitiu, Die Schwalbe 1929.
-+ Wikipedia maybe https://en.wikipedia.org/wiki/Grasshopper_(chess)
+// https://vchess.club/#/game/46
+// Bug 35eme coup blanc Rx(P)e2, d2 et aussi 18eme coup blanc Rd7, Pxe6
+// --> peut-être lié à prise, ou lié à getFen(), ou inMultimove pas changé car concatène à coup précédent...
+// TODO: also fix moves played on smartphone, annoying shift...
 
 Shako, also known as UniEed Chess (Jean-Louis
 Cazaux, 1990). Board 10x10; extra pieces are
index 5e363b1..3d8e7eb 100644 (file)
@@ -61,12 +61,6 @@ div#baseGame
 </template>
 
 <script>
-
-// https://vchess.club/#/game/46
-// Bug 35eme coup blanc Rx(P)e2, d2 et aussi 18eme coup blanc Rd7, Pxe6
-// --> peut-être lié à prise, ou lié à getFen(), ou inMultimove pas changé car concatène à coup précédent...
-// TODO: also fix moves played on smartphone, annoying shift...
-
 import Board from "@/components/Board.vue";
 import MoveList from "@/components/MoveList.vue";
 import params from "@/parameters";