-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy patharcade.json
37 lines (37 loc) · 1.07 KB
/
arcade.json
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
{
"name": "Nothingness",
"version": "v0.4.5",
"developers": [
{
"name": "Andrew McPherson",
"github": "arcym",
"utcid": "psn719"
},
{
"name": "Joey Shiraef",
"github": "jshiraef",
"utcid": "psx385"
},
{
"name": "Ericka Roberts",
"github": "eroberts13",
"utcid": "pvg639"
},
{
"name": "Caleb Moore",
"utcid": "bkm845"
},
{
"name": "Forrest Pruitt",
"github": "fpruitt",
"utcid": "vkb332"
}
],
"tools": [
"java",
"slick",
"lwjgl",
"tiled"
],
"blurb": "A top-down dungeon-crawling adventure game inspired by the Legend of Zelda from the NES. It features five procedurally generated dungeons with randomly distributed treasure and enemies. The game was developed by a team of six students in the course of eight weeks. Fight monsters, manage your resources, and escape from the nothingness!",
}