chiark / gitweb /
some todos
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 01:30:14 +0000 (02:30 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 01:30:14 +0000 (02:30 +0100)
src/bin/server.rs

index 700a225e141f3460968067e746cb95fd3cdfe0e7..11bd3cb8827faf6d7d5dd547473344ef687f77e3 100644 (file)
@@ -1,6 +1,11 @@
 
 // xxx need button(s) to cause players to release grabs ?
 
+// xxx source download
+// xxx move dummy save out of git
+// xxx chess pieces & board
+// xxx way to stop board moving
+
 #![feature(proc_macro_hygiene, decl_macro)]
 
 use rocket::{get,routes};