diff --git a/aplc/TODO b/aplc/TODO deleted file mode 100644 index 2645b36..0000000 --- a/aplc/TODO +++ /dev/null @@ -1,4 +0,0 @@ -* Use argparse to create a menu and parse the arguments -* Let the user to choose the matrix length -* When the pattern is cracked, show the gesture for other matrix sizes (unless the user had specified one) -* Add the availables GPUs to the pool of cores to crack the pattern diff --git a/aplc/TODO.md b/aplc/TODO.md new file mode 100644 index 0000000..499311f --- /dev/null +++ b/aplc/TODO.md @@ -0,0 +1,4 @@ +- Use argparse to create a menu and parse the arguments +- Let the user to choose the matrix length +- When the pattern is cracked, show the gesture for other matrix sizes (unless the user had specified one) +- Add the availables GPUs to the pool of cores to crack the pattern