From a14ef836e27b09cb165b7ea1e6eae5c270e8da1f Mon Sep 17 00:00:00 2001 From: h45-taylor <harvey.taylor3@live.uwe.ac.uk> Date: Fri, 8 Dec 2023 11:38:00 +0000 Subject: [PATCH] Added a little to the readme --- .gitignore | 0 README.md | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index e69de29..084c852 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# 2048 Game + +### In this Code I am going to be recreating [this game](https://play2048.co/) \ No newline at end of file -- GitLab