-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
87 lines (83 loc) · 3.08 KB
/
Copy pathdata.js
File metadata and controls
87 lines (83 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
var data = [
{
name:"Facebook fan page",description:"Funnel",link:"https://www.facebook.com/flatshotgame"
},
{
name:"Blog",description:"Flatshot's blog",link:"http://flatshot.rosalilastudio.com/"
},
{
name:"Youtube",description:"Flatshot's youtube chanel",link:"https://www.youtube.com/channel/UC3l-BSOiy8IaHQo6tFca0cQ"
},
{
name:"System 11",description:"Forum where the sickest shmup players hang out",link:"http://shmups.system11.org/viewtopic.php?f=9&t=57896"
},
{
name:"IndieDB",description:"A website to showcast indie games",link:"http://www.indiedb.com/games/flatshot"
},
{
name:"Shmups",description:"Shmups facebook group",link:"https://www.facebook.com/groups/shmups/permalink/10154160124670820/"
},
{
name:"Comunidad de desarrolladores de videojuegos",description:"Latin american indie game dev group",link:"https://www.facebook.com/groups/comunidad.duval/permalink/1218288131539083/"
},
{
name:"Indie game developers",description:"Worldwide indie game dev group",link:"https://www.facebook.com/groups/IndieGameDevs/permalink/10153598529391573/"
},
{
name:"Game Jolt",description:"Worldwide indie game dev group",link:"http://gamejolt.com/games/flatshot/166778"
},
{
name:"Greenlight",description:"Campaign needed to enter in Steam",link:"http://steamcommunity.com/sharedfiles/filedetails/?id=597403824"
},
{
name:"How to greenlight first step",description:"Greenlight tutorial",link:"https://playerheartstudio.wordpress.com/2015/12/13/como-dar-tu-primer-paso-en-steam-greenlight/"
},
{
name:"Press kit maker",description:"Press kit template",link:"http://www.vlambeer.com/press/"
},
{
name:"Rock Paper Shotgun",description:"PC game reviews, sent an email, they haven't answered",link:"https://www.rockpapershotgun.com/"
},
{
name:"Indie Royale",description:"TODO",link:"http://www.indieroyale.com/"
},
{
name:"Indie Game Reviewer",description:"Indie game reviews, sent an email, they haven't answered",link:"http://indiegamereviewer.com/contact-indie-game-reviewer/"
},
{
name:"Indie Gala",description:"TODO",link:"https://www.indiegala.com/"
},
{
name:"PC Gamer",description:"PC game reviews, sent an email, they haven't answered",link:"http://www.pcgamer.com/"
},
{
name:"Libre Game Wiki",description:"TODO",link:"https://libregamewiki.org/Main_Page"
},
{
name:"Free Gamer Blog",description:"TODO",link:"http://freegamer.blogspot.com/search?updated-max=2016-03-17T15:06:00Z&max-results=5"
},
{
name:"Free GameDev Forum",description:"TODO",link:"http://forum.freegamedev.net/"
},
{
name:"Free GameDev Wiki",description:"TODO",link:"http://freegamedev.net/wiki/Main_Page"
},
{
name:"Free GameDev Planet",description:"TODO",link:"http://planet.freegamedev.net/"
},
{
name:"Open Game Art",description:"TODO",link:"http://opengameart.org/content/flatshot-complete-pack"
},
{
name:"Open Game Art Forum",description:"TODO",link:"http://opengameart.org/forumtopic/flatshot-a-bullet-hell-with-minimal-aesthetics-now-on-greenlight"
},
{
name:"Open Source Games Subreddit",description:"TODO",link:"https://www.reddit.com/r/opensourcegames"
},
];
/*
Special keys:
* name value
* text x y
* lat lng
*/