updating page text

This commit is contained in:
Nye Evans 2021-01-07 10:25:40 +00:00
parent c4a00b6e87
commit 1e3cab85ce
6 changed files with 72 additions and 35 deletions

View file

@ -18,9 +18,8 @@ export var slides = [
),
new slide(
"Tower defence game",
"A project I created with a friend to help us gain a better understanding of pygame. <br><br> This game was a basic tower defence game but featured a fully scalable and customisable \
level system allowing users to add their own levels and towers. One of my earliest projects, this program originally was incredibly inefficient and suffered greatly from feature creep \
but was later revisited and improved upon.",
"A project I created with a friend to help us gain a better understanding of pygame. <br><br> This was a basic tower defence game but featured a fully scalable and customisable \
level system allowing users to add their own levels and towers. One of my earliest projects, this is something I have revisited and improved upon quite a few times.",
"/pages/gallery/cat-tower-defence/projectHeaderImage.png",
"/pages/gallery/cat-tower-defence/cat-tower-defence.html"
),
@ -28,7 +27,7 @@ export var slides = [
"House designer",
"Originally a task given to do in a school lesson with a text interface, this became a small personal project that I added many other features to.<br><br> It included \
a graphical interface that allowed the user to draw, move and label rooms as well as set the painting and carpeting price which could later be used to calculate \
full decoration prices.",
full decoration costs.",
"/pages/gallery/room-builder/projectHeaderImage.png",
"/pages/gallery/room-builder/room-builder.html"
)