Cleanup
This commit is contained in:
parent
b46fabe7d7
commit
1549a63be4
|
@ -2906,16 +2906,14 @@
|
||||||
"title": "Snake Classic",
|
"title": "Snake Classic",
|
||||||
"category-ids": [
|
"category-ids": [
|
||||||
"spritekit",
|
"spritekit",
|
||||||
"clone",
|
"clone"
|
||||||
"apple-watch",
|
|
||||||
"apple-tv"
|
|
||||||
],
|
],
|
||||||
"description": "A snake engine written in SpriteKit for all Apple devices.",
|
"description": "A snake engine for all Apple devices",
|
||||||
"source": "https://github.com/PiXeL16/SnakeClassic",
|
"source": "https://github.com/PiXeL16/SnakeClassic",
|
||||||
"screenshots": [
|
"screenshots": [
|
||||||
"https://github.com/PiXeL16/SnakeClassic/blob/master/Art/SnakeWatch.png"
|
"https://raw.githubusercontent.com/PiXeL16/SnakeClassic/master/Art/SnakeWatch.png"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "mit",
|
||||||
"tags": [
|
"tags": [
|
||||||
"swift"
|
"swift"
|
||||||
],
|
],
|
||||||
|
@ -14167,10 +14165,12 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Crosses-n-Ous",
|
"title": "Crosses-n-Ous",
|
||||||
"category-ids": ["SpriteKit"],
|
"tags": ["swift", "gameplaykit"],
|
||||||
"description": "Class Tic Tac Toe reincarnation with AI and state machines. The app is ready-made, using Sprite and Gameplay Kits.",
|
"category-ids": ["spritekit"],
|
||||||
|
"description": "Class Tic Tac Toe reincarnation with AI and state machines",
|
||||||
"source": "https://github.com/jVirus/Crosses-n-Ous",
|
"source": "https://github.com/jVirus/Crosses-n-Ous",
|
||||||
"screenshots": ["https://user-images.githubusercontent.com/5098753/29486890-28e5c01a-84f9-11e7-8572-8b9f3b3d37a4.gif"],
|
"screenshots": ["https://user-images.githubusercontent.com/5098753/29486890-28e5c01a-84f9-11e7-8572-8b9f3b3d37a4.gif"],
|
||||||
|
"license": "apache-2.0",
|
||||||
"date_added": "Jul 2 2017",
|
"date_added": "Jul 2 2017",
|
||||||
"suggested_by": "@jVirus"
|
"suggested_by": "@jVirus"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue