From 3c22a15d6f47ec832e49f90761c76e4f1bd783a0 Mon Sep 17 00:00:00 2001 From: enigmaoffline Date: Tue, 1 Jun 2021 17:23:37 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d1d2ab..ef189f9 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,14 @@ This project took all 4 days, or effectively, 20 or so hours to complete. Days 1 ## Technical Details -This app consists of 2 pages, the main game page and a record page which displays all the games the user decides to save. +This app consists of 2 pages, the main game page and a record page which displays all the game records the user decides to save. Due to time concerns, animated movement for the tile on the grid have not been implemented. But this could be done with react-native-reanimated or other similar packages. +A back system has been implemented but it is coded to only be able to reverse one move. A undo stack is not desirable in this use case for the sake of the difficulty of the game. + +The app is originally set to dark mode, but a light mode option is also available. + ### Libraries Used Below is a list of all the node packages used for the project (React Native base packages **EXCLUDED**)