Play 2048 Puzzle Game on Jekyll Blog
06/15/2022 Tags: JavaScript ProgrammingBrief
Sometimes, we would like to embed some JavaScript applications in our blog. In this post, I display one of popular JavaScript applications - 2048 in this post. Made just for fun. Play it here!
Let’s Play 2048 Puzzle Game
As we know, 2048 is challenging our brain to figure out solution to more and more complex situations. The game has brilliantly balanced mechanics thus offering challenge during every moment of the gameplay. Let’s playing it when you stop learning.
<NOTE> The strategy can be broken down into a few key steps:
- Use only two directions (as much as possible)
- Never move your tiles up
- Keep your tiles tidy
- Focus on your goal
- Aggressively combine downward and horizontally as needed
Thanks for reading! Feel free to leave the comments below or email to me. Any pieces of advice or discussions are always welcome. :)