32 lines
2.0 KiB
JavaScript
32 lines
2.0 KiB
JavaScript
export const projects = {
|
|
"biotama":{
|
|
content:
|
|
`<p><span class="bold">Biotama</span> is a game where players attempt to convert wastelands into thriving ecosystems.</p>
|
|
<p>The player starts with a "Mother Tree"
|
|
which acts as the core component of the player's ecosystem.
|
|
Trees grow roots that can connect together,
|
|
allowing them to communicate and send resources between each other.
|
|
Mycelial networks function similarly for fungi. </p>
|
|
<p>Biotama aims to be educational as well as fun.
|
|
It will feature real-world species with tooltips showing fun facts about those species.
|
|
We are consulting with experts in biology where necessary to ensure accuracy to the real world.</p>
|
|
`,
|
|
images: {
|
|
left: {src:"biotama2.png",alt:"mother tree with a river and cliffs in the background"},
|
|
right: {src:"biotama3.png",alt:"inside of an old brick house looking out the door onto a path leading to a bridge"},
|
|
central: {src:"biotama1.png",alt:"top down view of the mother tree and greenery"},
|
|
},
|
|
},
|
|
"htp":{
|
|
content: `<p>A game by Shrimp Squad Studios made for the Epic MegaJam!</p>
|
|
<p>One week to make a game and this is what we made! A game based on the movie Hackers.</p>
|
|
<p>Your goal is to hack the Gibson computer and collect the garbage file.
|
|
Which will then in turn let you <span class="bold">HACK THE PLANET!</span> </p>
|
|
<a class='htp-cta' href='https://megsum.itch.io/hack-the-planet'> Try it out!</a>`,
|
|
images: {
|
|
left: {src:"htp1.png",alt:"visual puzzle with different colours"},
|
|
right: {src:"htp2.png",alt:"the player character standing surrounded by various text characters"},
|
|
central: {src:"htp3.png",alt:"top down camera view of a black screen with hex codes randomly placed"},
|
|
},
|
|
},
|
|
} |