An open API service indexing awesome lists of open source software.

https://github.com/maya-yagan/slide-game

The famous 2048 silde game
https://github.com/maya-yagan/slide-game

java java-8 simple-game

Last synced: about 1 month ago
JSON representation

The famous 2048 silde game

Awesome Lists containing this project

README

        

This project was a homework for a class I took in 2023.

How to play the game:


howtoplay

To win the game, you need to move the numbers horizontally or vertically so that they will add up to 2048.The game starts with 2 and with each move, another 2 will spawn on the board randomly. The goal is keep adding numbers until you reach 2048

To move the numbers upwards, click on the buttons with the red arrows shown in the picture

To move the numbers downwards, click on the buttons with the blue arrows shown in the picture

To move the numbers to the left or the right, click on the buttons with the black arrows shown in the picture