some build & text improvements

This commit is contained in:
Ell 2023-01-12 23:18:22 +01:00
parent 75952d35fc
commit eb33ef783e
6 changed files with 1509 additions and 918 deletions

View File

@ -1 +0,0 @@
Options -Indexes

13
Jenkinsfile vendored
View File

@ -2,16 +2,21 @@ pipeline {
agent any
stages {
stage('Build') {
steps {
sh '''cd src
npm install
npx presskit build --output ../out --pretty-links --collapse-menu --clean-build-folder
cp .htaccess ../out'''
}
}
stage('Publish') {
when {
branch 'main'
}
steps {
sh '''cd src
npm install
npx presskit build --output ../out --pretty-links --collapse-menu --clean-build-folder'''
sh '''rm -rf /var/www/press/*
cp -r out/. /var/www/press'''
}
}
}
}
}

View File

@ -1 +1 @@
Deny from all
Options -Indexes

View File

@ -30,9 +30,9 @@
</social>
</socials>
<description>Ellpeck is a student, programmer and indie game developer from Germany. He has released multiple of his projects, including the popular Minecraft mods Actually Additions and Nature's Aura, both of which have received over five million downloads. Currently, he is finishing his Computer Science degree and working on his passion project, an upcoming indie life simulation called Tiny Life.</description>
<description>Ellpeck is a student, programmer, and indie game developer from Germany. He has released multiple of his projects, including the popular Minecraft mods Actually Additions and Nature's Aura, both of which have received over five million downloads. Currently, he is finishing his Computer Science degree and working on his passion project, the life simulation game Tiny Life.</description>
<history>From a young age, Ellpeck had an interest in computers and programming. He discovered the Minecraft modding communtiy, which inspired him to learn Java and make some mods of his own. After a few years, he started making small games as well and eventually taught himself C#, which lead him to create some more polished projects, including the Android game Touchy Tickets and his current main project, Tiny Life.</history>
<history>From a young age, Ellpeck had an interest in computers and programming. He discovered the Minecraft modding communtiy, which inspired him to learn Java and make some mods of his own. After a few years, he started making small games as well and eventually taught himself C#, which led him to create some more polished projects, including the Android game Touchy Tickets and his current main project, Tiny Life.</history>
<trailers>
<trailer>

2391
src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,15 +29,15 @@
<description>Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. In the game, you control a set of people that live together in a household. You take care of their daily needs, build their skills, forge new relationships... or just mess up their entire life in whatever way you can think of!</description>
<history>Tiny Life's creator, the solo indie developer Ellpeck, has always loved casual life simulation games like The Sims, Harvest Moon and Stardew Valley. For multiple years, he deemed the prospect of making a complex life simulation game similar to The Sims too difficult, until he started working on Tiny Life and realized that it is, indeed, quite the task. Nevertheless, he has been working on the game regularly for over a year and considers it his passion project.</history>
<history>Tiny Life's creator, the solo indie developer Ellpeck, has always loved casual life simulation games like The Sims, Harvest Moon and Stardew Valley. For multiple years, he deemed the prospect of making a complex simulation game similar to The Sims too difficult, until he started working on Tiny Life and realized that it is, indeed, quite the task. Nevertheless, he has been working on the game regularly for over a year and considers it his passion project.</history>
<features>
<feature>Create your own characters with unique personalities and skills and dress them however you like</feature>
<feature>Build houses and community spaces like parks and cafés and watch households inhabit them</feature>
<feature>Control your household and tell your characters what to do, from cooking food to learning complex skills like programming and painting</feature>
<feature>Have your characters interact, build relationships, grow families and live unique lives</feature>
<feature>Share your creations with the community by exporting lots and households from your game</feature>
<feature>Create additional content through the game's built-in C# modding API</feature>
<feature>Create: Create your own characters with unique personalities and skills. With over 100 clothing items and thousands of colors available, create your Tinies exactly how you want. Choose from different age groups, each with their own unique interactions and gameplay.</feature>
<feature>Build: Build houses and community spaces like parks and cafés and watch households inhabit them. Pick from hundreds of furniture items, wallpapers, tiles, roofs and more to make each building unique. Choose items wisely to maximize skill and need gain for your Tinies, but minimize the lot's final price.</feature>
<feature>Interact: Control your household and tell your characters what to do. Choose from many complex skills, like cooking, painting, programming, woodworking and more. With multiple members in your household, let the AI manage your unattended Tinies for you.</feature>
<feature>Build Relationships: Have your characters interact, build relationships, grow families and live unique lives. Explore multiple public and residential lots in the vast open world. Control multiple households in one save file to play out your own story.</feature>
<feature>Share: Share your creations with the community by exporting lots and households from your game. Use the Steam Workshop integration to easily upload and download custom content. Integrate your own story into your content by writing descriptions for your Tinies and lots.</feature>
<feature>Add Content: Create additional content through the game's built-in C# modding API. Share your mods using the game's Steam Workshop integration. Install mods from community members to enhance your gameplay.</feature>
</features>
<trailers>
@ -49,7 +49,7 @@
<widgets>
<steam>1651490</steam>
<itch>807915</itch>
<itch>807915</itch>
</widgets>
<credits>