Skip to content

Commit

Permalink
Swap project list order
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-irt committed Jun 18, 2017
1 parent 26f0aa0 commit 948f2dd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/app/games-list/games-list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@ export class GamesListComponent implements OnInit {
link2: '', link2Title: ''
},
{
name: 'Slope Simulator',
subtitle: 'Simple android game',
description: `Slope simulator is a simple proof of concept where the player
draws the ski slope as a character and gets points by getting the character to do flips.`,
image: 'slope-sim.png',
name: 'Grapple',
subtitle: 'Android physics game',
description: 'A physics mobile game build in Unity (C#) where the player swings a hamster around hundreds of levels.',
image: 'grapple.gif',
chips: ['C#', 'Unity', 'Android'],
link: 'https://play.google.com/store/apps/details?id=com.alexstv.skislope&hl=en',
linkTitle: 'Google Play',
link: 'http://grapple.nfshost.com/',
linkTitle: 'Landing page',
link2: '', link2Title: ''
},
{
Expand All @@ -66,13 +65,14 @@ export class GamesListComponent implements OnInit {
link2Title: `Tutorial`
},
{
name: 'Grapple',
subtitle: 'Android physics game',
description: 'A physics mobile game build in Unity (C#) where the player swings a hamster around hundreds of levels.',
image: 'grapple.gif',
name: 'Slope Simulator',
subtitle: 'Simple android game',
description: `Slope simulator is a simple proof of concept where the player
draws the ski slope as a character and gets points by getting the character to do flips.`,
image: 'slope-sim.png',
chips: ['C#', 'Unity', 'Android'],
link: 'http://grapple.nfshost.com/',
linkTitle: 'Landing page',
link: 'https://play.google.com/store/apps/details?id=com.alexstv.skislope&hl=en',
linkTitle: 'Google Play',
link2: '', link2Title: ''
},
{
Expand Down

0 comments on commit 948f2dd

Please sign in to comment.