Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 402 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 402 Bytes

i2048

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

2048