Skip to content

Commit 1415113

Browse files
author
acornie
committed
docs: update (#15)
* docs: update README.md * docs: update README.md * feat: update sales pitch
1 parent 14763e8 commit 1415113

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
[![CI][test-badge]][test-url]
66
[![TypeScript][typescript-badge]][typescript-url]
77

8+
This is a fully functional clone of the popular 2048 game, built using React and Next.js. Not only does it offer smooth animations and works on mobile devices, but it's also a fantastic learning resource for developers. Whether you're here to play, contribute, or learn, this project has something for everyone.
9+
10+
If you're interested in mastering React by building this game step-by-step, check out the course linked below!
11+
812
[![](.docs/demo.gif)](https://mateuszsokola.github.io/2048-in-react/)
913

1014
## [Play 2048 💥](https://mateuszsokola.github.io/2048-in-react/)
@@ -13,7 +17,7 @@
1317

1418
- Fully-functional 2048 clone
1519
- Animations
16-
- Supports **keyboard**, **mouse** and **touch** events
20+
- Supports **keyboard** and **touch** events
1721

1822
## Development
1923

@@ -29,8 +33,16 @@ Just start dev server on [localhost](http://localhost:3000):
2933

3034
## Build your own 2048 Game! 🚀
3135

36+
Want to learn how to build this game from scratch using React & Next.js? I've got you covered! This project is part of an online course where I guide you through the entire process, step-by-step.
37+
38+
Whether you're a beginner looking to enhance your skills or an experienced developer seeking a fun project, this course will take you through the core concepts of React while building a fully functional game.
39+
3240
[![Build 2048 Game in React](https://assets.mateu.sh/assets/github-2048-in-react-readme)](https://assets.mateu.sh/r/github-2048-in-react-readme)
3341

42+
## Support
43+
44+
If you encounter any issues or have suggestions, feel free to open an issue. Your feedback is always appreciated!
45+
3446
[lint-badge]: https://github.com/mateuszsokola/2048-in-react/actions/workflows/lint.yml/badge.svg
3547
[lint-url]: https://github.com/mateuszsokola/2048-in-react/actions/workflows/actions/workflows/lint.yml
3648
[test-badge]: https://github.com/mateuszsokola/2048-in-react/actions/workflows/test.yml/badge.svg

pages/index.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,17 @@ export default function Home() {
3131
<Board />
3232
</main>
3333
<div>
34-
<h2>
35-
🚀 <span>Learn React 18 & Next.js</span>
36-
</h2>
34+
<h2>🚀 Create your own game</h2>
3735
<p>
3836
Join my{" "}
3937
<a
40-
href="https://www.udemy.com/course/2048-in-react-and-nextjs/?couponCode=50DISCOUNT"
38+
href="https://assets.mateu.sh/r/github-2048-in-react-readme"
4139
target="_blank"
4240
rel="noopener"
4341
>
4442
Udemy course
4543
</a>{" "}
46-
and learn React & Next.js by creating your own 2048 game from scratch.
44+
and learn how to create the 2048 game from scratch.
4745
</p>
4846
</div>
4947
<footer>

0 commit comments

Comments
 (0)