Initial commit.

main
Felix Martin 2019-07-13 17:06:32 -04:00
commit d18487c306
3 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
tictactoecss.sublime-project
tictactoecss.sublime-workspace

0
readme.md Normal file
View File

7
todo.txt Normal file
View File

@ -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