From 901bb07451113a1911d52a3392ac981ad6956eff Mon Sep 17 00:00:00 2001 From: Mat Sz Date: Wed, 6 Sep 2023 18:35:07 +0200 Subject: [PATCH] update demo URL --- LICENSE | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 71c87b9..ddbc358 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020-2021, Mat Sz +Copyright (c) 2020-2023, Mat Sz All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index ddbcdec..f7aa1df 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ 2048 -# 2048 • [Demo](https://demo.matsz.dev/2048/) - -workflow +# 2048 • [Demo](https://demo.mat.dev/2048/) This is a reimplementation of Gabriele Cirulli's excellent [2048](https://play2048.co) game, built with React, Redux and TypeScript. Unlike other React-based implementations, only functional components (with hooks) are used here. This project doesn't rely on canvas or element refs. This project was bootstrapped using the [mat-sz](https://github.com/mat-sz/cra-template-mat-sz) CRA template.