Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lochungtin authored Jun 1, 2021
1 parent 4dd704d commit 3c22a15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**)
Expand Down

0 comments on commit 3c22a15

Please sign in to comment.