Add 2048 Game

This commit is contained in:
Ivan Vorobei
2019-06-06 22:28:01 +03:00
parent bcedea412a
commit 5eaf1fbc68
20 changed files with 1390 additions and 1 deletions

View File

@@ -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.