-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
60 lines (42 loc) · 2.12 KB
/
portfolio.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
---
title: GurgCorp Home Page
layout: default
---
<div class="">
<h3> Portfolio Links</h3>
<ul>
<h4> Game Development </h4>
<li>
<a>Programmer on an Untitled Indepedent Fighting Game made in Unreal Engine. Work has included UI and Audio Programming </a>
</li>
<li>
<a href="https://github.com/GreigHuth/Unfinished-Playdate-Game-Excerpts"> Unreleased Playdate Game: Side Scrolling Shmup for the Playdate Handheld Console</a>
<a> I was the sole Programmer on this project for 3 months and wrote all the code for the game.</a>
</li>
<li>
<a href ="https://github.com/GreigHuth/nugam">Nugam: 2D Exploration Platformer made in Pico-8 (Work In Progress)</a>
<a> Independent Project with a focus on experimentation and prototyping. I wrote the code, drew the sprites and made sfx. </a>
</li>
<h4>University Work</h4>
<li>
<a href="https://github.com/GreigHuth/os-coursework"> Operating Systems Coursework</a>
<a>- Programming 3 parts of an OS: CPU Scheduler, Dynamic Memory allocator and a Real Time Clock</a>
</li>
<li>
<a href ="https://sdpgroup16.wixsite.com/bookbot">System Design Project - BookBot's Website</a>
<a> Project Manager and Web Developer on a large team project in which we built a robot. </a>
</li>
<li>
<a href="https://github.com/GreigHuth/powergrab"> Powergrab - University Project
<a> Large solo software engineering project in which I wrote a drone pathing simulator. Written in Java.</a>
</li>
<li>
<a href="https://github.com/GreigHuth/DiscordGameTracker">Discord Game Tracker Bot</a>
<a> For fun project to help track the games people in the Edinburgh Gamesoc were playing.</a>
</li>
<li>
<a href="https://github.com/GreigHuth/Human-Computer-Interaction-Coursework"> Human Computer Interaction Coursework</a>
<a>- Designed a replacement for a course management system, ran studies to assess the designs.</a>
</li>
</ul>
</div>