mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-02-11 09:20:44 +01:00
SpriteKit category
This commit is contained in:
parent
1d5ae3f2bc
commit
320bec9404
@ -64,6 +64,11 @@
|
|||||||
"title": "Game",
|
"title": "Game",
|
||||||
"id": "game"
|
"id": "game"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "SpriteKit",
|
||||||
|
"id": "spritekit",
|
||||||
|
"parent": "game"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Health",
|
"title": "Health",
|
||||||
"id": "health"
|
"id": "health"
|
||||||
@ -1404,8 +1409,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Chess",
|
"title": "Chess",
|
||||||
"category": "game",
|
"category": "spritekit",
|
||||||
"description": "Uses SpriteKit",
|
|
||||||
"source": "https://github.com/mjcuva/Chess",
|
"source": "https://github.com/mjcuva/Chess",
|
||||||
"tags": [
|
"tags": [
|
||||||
"swift"
|
"swift"
|
||||||
@ -1471,8 +1475,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Five In A Row (五子棋)",
|
"title": "Five In A Row (五子棋)",
|
||||||
"category": "game",
|
"category": "spritekit",
|
||||||
"description": "Uses SpriteKit",
|
|
||||||
"lang": "zho",
|
"lang": "zho",
|
||||||
"license": "mit",
|
"license": "mit",
|
||||||
"source": "https://github.com/WelkinXie/FiveInARow",
|
"source": "https://github.com/WelkinXie/FiveInARow",
|
||||||
@ -1496,8 +1499,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Conway's Game of Life",
|
"title": "Conway's Game of Life",
|
||||||
"category": "game",
|
"category": "spritekit",
|
||||||
"description": "Uses SpriteKit",
|
|
||||||
"license": "mit",
|
"license": "mit",
|
||||||
"source": "https://github.com/yonbergman/swift-gameoflife",
|
"source": "https://github.com/yonbergman/swift-gameoflife",
|
||||||
"tags": [
|
"tags": [
|
||||||
@ -1530,7 +1532,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "GrubbyWorm",
|
"title": "GrubbyWorm",
|
||||||
"category": "game",
|
"category": "spritekit",
|
||||||
"description": "A simple digital worm game made with iOS 9, SpriteKit, GameplayKit & ReplayKit, written in Swift 2",
|
"description": "A simple digital worm game made with iOS 9, SpriteKit, GameplayKit & ReplayKit, written in Swift 2",
|
||||||
"source": "https://github.com/gamechina/GrubbyWorm",
|
"source": "https://github.com/gamechina/GrubbyWorm",
|
||||||
"tags": [
|
"tags": [
|
||||||
@ -1574,8 +1576,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Orbit7",
|
"title": "Orbit7",
|
||||||
"category": "game",
|
"category": "spritekit",
|
||||||
"description": "Uses SpriteKit",
|
|
||||||
"source": "https://github.com/Mav3r1ck/Orbit7",
|
"source": "https://github.com/Mav3r1ck/Orbit7",
|
||||||
"tags": [
|
"tags": [
|
||||||
"swift"
|
"swift"
|
||||||
@ -1586,9 +1587,8 @@
|
|||||||
"suggested_by": "@dkhamsing"
|
"suggested_by": "@dkhamsing"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Sakura Fly",
|
"title": "Sakura Fly action game",
|
||||||
"category": "game",
|
"category": "spritekit",
|
||||||
"description": "Action game, uses SpriteKit",
|
|
||||||
"source": "https://github.com/l800891/Sakura-Fly",
|
"source": "https://github.com/l800891/Sakura-Fly",
|
||||||
"itunes": "https://itunes.apple.com/app/sakura-fly/id1019023051",
|
"itunes": "https://itunes.apple.com/app/sakura-fly/id1019023051",
|
||||||
"stars": 19,
|
"stars": 19,
|
||||||
@ -1620,9 +1620,8 @@
|
|||||||
"suggested_by": "@dkhamsing"
|
"suggested_by": "@dkhamsing"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Stick-Hero-Swift",
|
"title": "Stick-Hero-Swift for iPhone/iPad",
|
||||||
"category": "game",
|
"category": "spritekit",
|
||||||
"description": "iPhone/iPad game, uses SpriteKit",
|
|
||||||
"license": "mit",
|
"license": "mit",
|
||||||
"source": "https://github.com/phpmaple/Stick-Hero-Swift",
|
"source": "https://github.com/phpmaple/Stick-Hero-Swift",
|
||||||
"stars": 326,
|
"stars": 326,
|
||||||
@ -6114,7 +6113,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "2048 in Objective-C using `SpriteKit`",
|
"title": "2048 in Objective-C using `SpriteKit`",
|
||||||
"category": "game",
|
"category": ["game", "spritekit"],
|
||||||
"license": "mit",
|
"license": "mit",
|
||||||
"source": "https://github.com/danqing/2048",
|
"source": "https://github.com/danqing/2048",
|
||||||
"stars": 812,
|
"stars": 812,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user