Add Frontier of Hell project to projects list

This commit is contained in:
Moe Poi ~ 2024-03-27 15:07:14 +07:00
parent c1c92cb1e5
commit 6ebebbd448
Signed by: moepoi
GPG key ID: EADBACA726DD4853
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

View file

@ -8,6 +8,14 @@ export interface Project {
} }
export const projects: Project[] = [ export const projects: Project[] = [
{
title: 'Frontier of Hell',
image: 'assets/images/projects/frontier-of-hell.webp',
date: '6 October 2023',
categories: 'Game',
description: 'Frontier of Hell is a tower defense game that requires players to protect the base from enemy attacks at each stage.',
url: 'https://github.com/moepoi/Frontier-of-Hell'
},
{ {
title: 'Kitchen Counts', title: 'Kitchen Counts',
image: 'assets/images/projects/kitchen-counts.webp', image: 'assets/images/projects/kitchen-counts.webp',