Convert projects to content collections
This commit is contained in:
parent
c7e8edfbf4
commit
b20139cb60
35 changed files with 402 additions and 472 deletions
13
src/content/projects/platform-game.md
Normal file
13
src/content/projects/platform-game.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: Platform Game
|
||||
description: An early 3D game in C with SDL 1.2, random maps, destructible voxels, enemies, powerups, and time slowdown.
|
||||
thumbnail:
|
||||
src: ./_assets/platform-game.jpg
|
||||
alt: Screenshot from an early 3D platform game.
|
||||
period: 'Autumn 2017'
|
||||
sortDate: 2017-10-01
|
||||
technologies: ['C', 'SDL 1.2', 'Voxel terrain']
|
||||
selected: false
|
||||
essay: platform-game-c-sdl
|
||||
links: []
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue