Programmed by Lukas Klärchen & Jan Klotz
- Full-featured 2048-game.
- Soundtrack & Sounds (can toggle)
- Darkmode
- Score & Saved Highscore
- Easily programmed to understand easily.
- Cheat- / Easy-Mode
Just download the archive, extract, open the main/main.pde with Processing and install the Sound library under "Add tools".
Download the latest software from the releases page corresponding to your OS and just run the executable.
Go into the Actions tab, go to the latest run and download your corresponding artifact (Linux/Windows).
The goal of 2048 is to merge same powers of 2 to higher and higher numbers until you are able to merge 2 numbers into 2048. You can move all numbers to how far they can go by using the arrow keys, WASD or just clicking the mouse at N E S W. The game is over when the 4*4 tile is full and no number can move any further.
The Cheat Mode is like an easy mode for just trying out the game. Your highscore won't be saved and you are able to click on specific tiles to delete the numbers in them for an always-ongoing game.
Sorted from top (important) to bottom (not/less important)
-
- Fix square values
- Fix value coords
- Fix Switch/Case
- Bug: Sometimes it's not doing anything and overwriting an existing tile. (rarely)
- Fix square values
-
- Add Merge Mechanics
- Fix old numbers not disappearing
- Fix numbers disappearing when using for example right at the complete right.
- Proper movement, checking for numbers in front
- Merging
- Bug: Number a skips to the last tile even though there are numbers in between.
- Bug: Sometimes the array is partially reset.
- Add Merge Mechanics
-
- Add Score
-
- Add reset and stop actions (press 'r' / press 's')
-
- Animations
-
- Startscreen
-
- "Game Completed" / Game Over Status
-
- Option for score to be continued (Endless mode)
-
- Easter Eggs?
-
- -> Dark Mode (game completed?)
-
- Game Sounds
