-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.json
More file actions
76 lines (76 loc) · 3.59 KB
/
Copy pathportfolio.json
File metadata and controls
76 lines (76 loc) · 3.59 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
{
"projects": [
{
"title": "La Resistance",
"date": "March 2020",
"description": "Created for the University of Derby game jam in March 2020, La Resistance is a two player arcade game where you must collect as much stolen treasure as possible.",
"image": "le_resistance.png",
"portfolioPage": "#",
"externalPage": "#",
"featured": false
},
{
"title": "Escape to the Afterlife (UNITY)",
"date": "August 2020",
"description": "My first released Unity project as well as my first solo game jam, Escape to the Afterlife sees you as the spirit of the Pharaoh Necherophes platforming his way through his own tomb to get to the afterlife.",
"image": "etta.png",
"portfolioPage": "#",
"externalPage": "https://simpsongames.itch.io/escape-to-the-afterlife",
"featured": false
},
{
"title": "Stop-Distance Test VR Application",
"date": "April 2022",
"description": "Created for my final year project at university, this application is a VR implementation of the stop-distance test, an experiment designed to measure an individuals' personal space.",
"image": "dissertation_vr.png",
"portfolioPage": "#",
"externalPage": "#",
"featured": false
},
{
"title": "Cellborn",
"date": "June 2022",
"description": "Developed during my third year game development module at university, Cellborn is a top-down fantasy shooter where you play as an elf named Elvin, questing to escape the Evil Wizard's tower.",
"image": "cellborn.png",
"portfolioPage": "cellborn",
"externalPage": "https://github.com/Lyraedan/Cellborn",
"featured": true
},
{
"title": "VortexOS",
"date": "Started September 2022",
"description": "My first attempt at releasing a decently sized project, this horror game sees you going against strange entities to rid a hacker from your computer.",
"image": "vortexos.png",
"portfolioPage": "#",
"externalPage": "#",
"featured": true
},
{
"title": "The Patience Test",
"date": "April 2023",
"description": "The goal of The Patience Test is simple: Sit in a room for as long as possible!",
"image": "thepatiencetest.png",
"portfolioPage": "the_patience_test",
"externalPage": "https://simpsongames.itch.io/the-patience-test",
"featured": true
},
{
"title": "Escape to the Afterlife (GODOT)",
"date": "August 2024",
"description": "A Godot port of my 2020 Unity game jam game to learn Godot 4.",
"image": "etta_godot.png",
"portfolioPage": "#",
"externalPage": "#",
"featured": true
},
{
"title": "Neon Tower Ascension",
"date": "January 2025",
"description": "A simple platformer created in Unreal Engine 5.",
"image": "neontower.png",
"portfolioPage": "neon_tower_ascension",
"externalPage": "https://simpsongames.itch.io/neon-tower-ascension",
"featured": true
}
]
}