first commit
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 8.9 KiB |
BIN
src/content/projects/a-long-way-down/alwd-early-forest.avif
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/content/projects/a-long-way-down/alwd-img1.avif
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
src/content/projects/a-long-way-down/alwd-img2.avif
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
src/content/projects/a-long-way-down/alwd-img3.avif
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
src/content/projects/a-long-way-down/alwd-img4.avif
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
src/content/projects/a-long-way-down/alwd-img5.avif
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
src/content/projects/a-long-way-down/alwd-img6.avif
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/content/projects/a-long-way-down/alwd-style-experiment.avif
Normal file
After Width: | Height: | Size: 7.1 KiB |
66
src/content/projects/a-long-way-down/index.mdx
Normal file
|
@ -0,0 +1,66 @@
|
|||
---
|
||||
title: "A Long Way Down (Demo)"
|
||||
description: "A Long Way Down is a short, atmospheric linear adventure created alongside my friend and teammate Sam as a project for our FdA Games and Interactive Design degree."
|
||||
date: 2023-05-11
|
||||
updated: 2023-05-11
|
||||
featured: true
|
||||
image: { url: "alwd-img1.avif", alt: "A Long Way Down Intro Showcase" }
|
||||
tags: ["unreal engine", "blender", "inkscape"]
|
||||
categories: ["education"]
|
||||
includeHero: true
|
||||
extraAuthors: ["Sam Griffiths"]
|
||||
---
|
||||
|
||||
import alongwaydown_demo_walkthrough from "alongwaydown-demo-walkthrough.webm";
|
||||
|
||||
A Long Way Down is a short, atmospheric linear adventure created alongside my friend [Sam](https://samgriffiths.dev) as a project for our FdA Games and Interactive Design degree. It is the follow up project to our previous work: [Nightmare](/projects/nightmare). Currently the [demo](https://samandtroy.itch.io/alongwaydown) is available on Itch.io.
|
||||
|
||||
<video preload="metadata" controls>
|
||||
<source src={alongwaydown_demo_walkthrough} type="video/webm" />
|
||||
</video>
|
||||
|
||||
_Demo walkthrough_
|
||||
|
||||

|
||||
|
||||
_Intro_
|
||||
|
||||

|
||||
|
||||
_Forest_
|
||||
|
||||

|
||||
|
||||
_Tree bridge_
|
||||
|
||||

|
||||
|
||||
_Swamp_
|
||||
|
||||

|
||||
|
||||
_Final climb_
|
||||
|
||||

|
||||
|
||||
_Cliff jump_
|
||||
|
||||

|
||||
|
||||
_Alternate night lighting idea_
|
||||
|
||||

|
||||
|
||||
_Old colour grade on forest section_
|
||||
|
||||

|
||||
|
||||
_Early environment stage_
|
||||
|
||||

|
||||
|
||||
_Initial style experiments_
|
||||
|
||||
### External links
|
||||
|
||||
[Itch.io page](https://samandtroy.itch.io/alongwaydown)
|