-
Notifications
You must be signed in to change notification settings - Fork 0
/
AotV.html
67 lines (50 loc) · 1.48 KB
/
AotV.html
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
---
layout: pages
tagline: December 2016 - February 2017
title: Age of the Void
about-title: Dungeon Crawler
parallax-img: portfolio/deltamind03.png
header-img: portfolio/deltamind02.png
# Focus Button
header-focus-button:
title: Demo
url: https://drive.google.com/file/d/1nMXXo-1914Rfc5RwWQivIH7WPo9qSh-X/view?usp=sharing
# Secondary Button
header-secondary-button:
title: LinkedIn
url: https://www.linkedin.com/in/peter-jefferys/
# Tertiary Button
header-tertiary-button:
title: Github
url: https://github.com/PeterJeff/AoTV
core-focus-left:
# Feature
- name: Object Instantiation
description: Object Factory and component assembly
icon: pe-7s-light
# # Feature
- name: Assets
description: Layout structure and managment (joint work on C# tool)
icon: pe-7s-graph1
# Feature
- name: Communications
description: Observer pattern, deffered event listeners, messaging
icon: pe-7s-photo
#
# Core Features Right
#
core-focus-right:
# Feature
- name: GPU Particles
description: Basic emitter and colored quad particle
icon: pe-7s-cloud-upload
# Feature
- name: Animation Subsystem
description: Gameplay joint manipulation and overrides
icon: pe-7s-monitor
# Feature
- name: Type Deduction
description: Used templates to tie classes and strings to IDs at compile time
icon: pe-7s-users
---
Age of the Void: Reaper of Souls (I didn't pick the name) was part of a 3 month team project to introduce students to the Unity engine and Git source control in a team enviroment.