mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-28 04:11:34 +01:00
Add 2048 Game
This commit is contained in:
@@ -10,6 +10,7 @@ Include Layout, UI, Animations, Gestures, Draw and Data. See projects files in `
|
||||
- [Creating And Combining Views](#creating-and-combining-views)
|
||||
- [Building Lists And Navigation](#building-lists-and-navigation)
|
||||
- [Handling User Input](#handling-user-input)
|
||||
- [2048 Game](#2048-game)
|
||||
- [Composing Complex Interfaces](#composing-complex-interfaces)
|
||||
- [Working With UIControls](#working-with-uicontrols)
|
||||
- [Example To-Do App](#example-to-do-app)
|
||||
@@ -36,6 +37,10 @@ Include Layout, UI, Animations, Gestures, Draw and Data. See projects files in `
|
||||
|
||||
<img src="Resources/HandlingUserInput.png" width="650">
|
||||
|
||||
#### 2048 Game
|
||||
|
||||
<img src="Resources/2048game.png" width="250">
|
||||
|
||||
#### Composing Complex Interfaces
|
||||
|
||||
<img src="Resources/ComposingComplexInterfaces.png" width="650">
|
||||
@@ -83,5 +88,5 @@ Include Layout, UI, Animations, Gestures, Draw and Data. See projects files in `
|
||||
|
||||
#### Authors
|
||||
|
||||
Thanks for [Jinxiansen](https://github.com/Jinxiansen), [ra1028](https://github.com/ra1028), [timdonnelly](https://github.com/timdonnelly), [TwoLivesLeft](https://github.com/TwoLivesLeft) & [devxoul](https://github.com/devxoul) for examples project.
|
||||
Thanks for [Jinxiansen](https://github.com/Jinxiansen), [ra1028](https://github.com/ra1028), [timdonnelly](https://github.com/timdonnelly), [TwoLivesLeft](https://github.com/TwoLivesLeft), [devxoul](https://github.com/devxoul), [cmtrounce](https://github.com/cmtrounce), [unixzii](https://github.com/unixzii) for examples project.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user