From 8bffe62242c05c7bd646335a39ad32e11950fa6f Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Tue, 10 Oct 2017 15:14:23 +0530 Subject: [PATCH 1/2] Create requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a059bb7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +javascript From acd5cd80a06bed3fe21eae0d68e7aad766f33631 Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Tue, 10 Oct 2017 15:25:57 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d539b5..cfd21d1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# ChainReactionAutomata -A multiplayer chain reaction game developed using HTML, CSS, JS Framework. Additionally a Non Deterministic Finite Automata has been developed to facilitate future development of a heuristic. +# Chain Reaction Automata +A multiplayer chain reaction game developed using HTML, CSS, JS Framework. Additionally, a Non Deterministic Finite Automata has been developed to facilitate future development of a heuristic.