From bca008ac9025b05dc8b11f6d4a4649db2010bae8 Mon Sep 17 00:00:00 2001 From: William Gallagher Date: Fri, 4 Mar 2016 14:33:02 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 100b938..ff46fcc 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -README \ No newline at end of file +##CSE 2102 Project + +#####Things to do, roughly in order of importance: +* Graphics rendering +* Controls +* Level loading +* Menus + * Main menu + * Pausing +* Basic Obstacles/Traps/Enemies +* Basic Tiles/Walls + +####Things we would like to add eventually: +* Music +* Level editing +* Statistic tracking +* Options + * Change controls + * Change color of ball From ac4284a7a222715fa5fde3a453f3b82c75a778f3 Mon Sep 17 00:00:00 2001 From: William Gallagher Date: Fri, 4 Mar 2016 14:37:26 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index ff46fcc..063a3f9 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,21 @@ ##CSE 2102 Project #####Things to do, roughly in order of importance: -* Graphics rendering -* Controls -* Level loading -* Menus - * Main menu - * Pausing -* Basic Obstacles/Traps/Enemies -* Basic Tiles/Walls +* [ ] Graphics rendering +* [ ] Controls +* [ ] Level loading +* [ ] Menus + * [ ] Main menu + * [ ] Pausing +* [ ] Basic Obstacles/Traps/Enemies +* [ ] Basic Tiles/Walls -####Things we would like to add eventually: -* Music -* Level editing -* Statistic tracking -* Options - * Change controls - * Change color of ball +#####Things we would like to add eventually: +* [ ] Music +* [ ] Level editing +* [ ] Statistic tracking +* [ ] Options + * [ ] Change controls + * [ ] Change color of ball + +:poop: From ea579c3ac807dbe4ad588dbf0680fd0dbc7ebe76 Mon Sep 17 00:00:00 2001 From: William Gallagher Date: Sun, 27 Mar 2016 20:28:42 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 063a3f9..e9f732d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ##CSE 2102 Project #####Things to do, roughly in order of importance: -* [ ] Graphics rendering +* [ ] Graphics rendering - Billy * [ ] Controls * [ ] Level loading * [ ] Menus