Skip to content

Files

Latest commit

18a8627 · Dec 2, 2023

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 2, 2023
Dec 2, 2023
May 31, 2023

2048

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

2048 is a sliding number puzzle game. Slide all the tiles on the board in one direction: up, down, left, or right. If two like numbers collide, they will combine into a higher value tile. The goal is to get a "2048" value tile on the board, but you can even keep playing after that to try to get a high score.

2048

╔════════════════════════════════╗
║                                ║
║    16       2      32       4  ║
║                                ║
║     4      32       8       2  ║
║                                ║
║     8       4               4  ║
║                                ║
║     4                          ║
║                                ║
╚════════════════════════════════╝
Score: 774

Input

  • , , , : slide the tiles on the board
  • end: end the current game and start a new one
  • enter: play again
  • escape: exit game

Downloads

win-x64

linux-x64

osx-x64