For-fun implementation of the shifting/matching game 2048
- Customizable game parameters (rows, columns, seeds)
- Easy to modify tile appearance (colors, values) and score keeping
- Fully unit tested, 100% code coverage
- XCTest for game logic
- KIF for UI interactions