All Projects → JakeLin → Savethedot

JakeLin / Savethedot

Licence: mit
A game developed using UIViewPropertyAnimator

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Savethedot

Invaderz
Space invaders, but the invaders evolve with genetic algorithm
Stars: ✭ 686 (-12.61%)
Mutual labels:  game
Effekseer
Stars: ✭ 728 (-7.26%)
Mutual labels:  game
Openspades
Compatible client of Ace of Spades 0.75
Stars: ✭ 769 (-2.04%)
Mutual labels:  game
Expo Crossy Road
🐥🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔
Stars: ✭ 701 (-10.7%)
Mutual labels:  game
Xingo
高性能golang网络库,游戏开发脚手架
Stars: ✭ 727 (-7.39%)
Mutual labels:  game
Opensage
OpenSAGE is a free, open source re-implementation of SAGE, the 3D real time strategy (RTS) engine used in Command & Conquer: Generals and other RTS titles from EA Pacific. Written in C#. Not affiliated with EA.
Stars: ✭ 735 (-6.37%)
Mutual labels:  game
Godot Make Pro 2d Games
A-RPG demo made with Godot, MIT-licensed, from our Godot course
Stars: ✭ 674 (-14.14%)
Mutual labels:  game
Colobot
Source code of open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
Stars: ✭ 777 (-1.02%)
Mutual labels:  game
Contained.af
A stupid game for learning about containers, capabilities, and syscalls.
Stars: ✭ 730 (-7.01%)
Mutual labels:  game
Blui
Rich HTML UI engine for UE4
Stars: ✭ 753 (-4.08%)
Mutual labels:  game
Nanoserver
DEMO: Mahjong server base on nano(https://github.com/lonng/nano)
Stars: ✭ 706 (-10.06%)
Mutual labels:  game
Casino Server
🔥 An online poker game server powered by Redis, node.js and socket.io
Stars: ✭ 721 (-8.15%)
Mutual labels:  game
Deeplearningflappybird
Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
Stars: ✭ 6,211 (+691.21%)
Mutual labels:  game
Open Source Ios Apps
📱 Collaborative List of Open-Source iOS Apps
Stars: ✭ 28,826 (+3572.1%)
Mutual labels:  game
Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (-1.78%)
Mutual labels:  game
Abstreet
Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
Stars: ✭ 6,355 (+709.55%)
Mutual labels:  game
Secret Hitler
A web adaptation of the social deduction board game Secret Hitler. https://secrethitler.io
Stars: ✭ 734 (-6.5%)
Mutual labels:  game
Korge
KorGE Game Engine. Multiplatform Kotlin Game Engine
Stars: ✭ 780 (-0.64%)
Mutual labels:  game
Term2048
🎉 2048 in your terminal
Stars: ✭ 777 (-1.02%)
Mutual labels:  game
Avg Core
A Future-oriented Adventure Game Framework based on React & Pixi.js. Docs: https://avgjs.github.io/docs/
Stars: ✭ 740 (-5.73%)
Mutual labels:  game

Save the Dot

Apple introduced UIViewPropertyAnimator for iOS 10. We can use this new API to control interactive animations. To experiment UIViewPropertyAnimator, we developed this game by using UIKit only 😉 (no Sprite Kit at all 😬). And you can see the animations are very smooth, looking forward to see more interactive animations in iOS 10.

SaveTheDot

BuddyBuild Language Platforms License

How to build

  • Clone the repository
$ git clone https://github.com/JakeLin/SaveTheDot.git
  • Open the project in Xcode 8
$ cd SaveTheDot
$ open "SaveTheDot.xcodeproj"

Requirements

  • Xcode 8.0 (8A218a)
  • iOS 10
  • Swift 3

License

Save the Dot is released under the MIT license. See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].