Simple 2048 game with GUI, customizable board size and utilities
- Game over screen / operation
In this game, you have a minimum of three stacks. Each stack contains a base value at the bottom, which is unique for each stack, and random elements above it. The objective is to manipulate the stacks by moving the top element of any stack to another non-full stack. You win the game when all stacks contain only the base value at.
Play by getting the GameNumberStack instance then invoke .start() (example in class Main).
- Working with a friend to develop a solver for this game