A 2048 game clone built in SwiftUI 2.0 by Alex Luna. It's meant to work in devices with iOS 14 and up.
It uses the new @App architecture, it's localized to Portuguese, stores the rankings in UserDefaults and allows to customize the boardsize.
The original game is from Gabriele Ciruli and the playable javascript repo can be found here
Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.
2048 is licensed under the MIT license.