From d18487c30605dd8794f47cfacfd65b3ee10fadb3 Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Sat, 13 Jul 2019 17:06:32 -0400 Subject: [PATCH] Initial commit. --- .gitignore | 2 ++ readme.md | 0 todo.txt | 7 +++++++ 3 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 readme.md create mode 100644 todo.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c897686 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +tictactoecss.sublime-project +tictactoecss.sublime-workspace diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e69de29 diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..cf52121 --- /dev/null +++ b/todo.txt @@ -0,0 +1,7 @@ +(B) Create HTML for Tic-Tac-Toe field. +tictactoecss +(B) Research how to do multiple layers in CSS. +tictactoecss +(C) Create manual prove of concept that shows how multiple rounds can be played. +tictactoecss +(D) Add message that indicates draw or loss. +tictactoecss +(D) Create Python script that creates full CSS for bot +tictactoecss +(E) Publish on homepage. +tictactoecss +(E) Write readme. +tictactoecss \ No newline at end of file