diff --git a/.gitignore b/.gitignore index ac85849..672d4a0 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,9 @@ source/*.o source/main.c.old -*.lst \ No newline at end of file +*.lst + +#MAC OS +.DS_Store +.AppleDouble +.LSOverride diff --git a/README.md b/README.md index c44c8f7..68088b9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # XO-game -Hombrew Tic-tac-toe for 3ds \ No newline at end of file +Hombrew Tic-tac-toe for 3ds + +## TO DO: +1. Change drawing to image +1. Sound effects +1. Save statistics +1. Multiplayer \ No newline at end of file