diff --git a/.gitignore b/.gitignore index 3066141..f0242f2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ sitemap.xml feed.json rss.xml atom.xml -blog/*.html \ No newline at end of file +blog/*.html +press/* +!press/src \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 6cd2358..741516f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,5 +22,14 @@ pipeline { node rss.js''' } } + stage('Press') { + when { + branch 'master' + } + steps { + sh '''cd /var/www/ellpeck/press/src + presskit build --output .. --pretty-links --collapse-menu''' + } + } } } \ No newline at end of file diff --git a/press/src/data.xml b/press/src/data.xml new file mode 100644 index 0000000..c702eaf --- /dev/null +++ b/press/src/data.xml @@ -0,0 +1,56 @@ + + + Ellpeck Games + Aachen, Germany + December 2019 + https://ellpeck.de + press@ellpeck.de + + G-HN3EPL9J2E + + +49 (0)241 45093753 +
+ + Kastanienweg 27 + + + 52074 Aachen + + + Germany + +
+ + + + Twitter + https://twitter.com/Ellpeck + + + Discord + https://ellpeck.de/discord + + + + 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. + + 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. + + + + Tiny Life + HkQDooqdlRI + + + Touchy Tickets + pgfuI7xiirs + + + + + + Ellpeck + me@ellpeck.de + + +
diff --git a/press/src/images/Portrait.png b/press/src/images/Portrait.png new file mode 100644 index 0000000..350af40 Binary files /dev/null and b/press/src/images/Portrait.png differ diff --git a/press/src/images/favicon.ico b/press/src/images/favicon.ico new file mode 100644 index 0000000..ff03da7 Binary files /dev/null and b/press/src/images/favicon.ico differ diff --git a/press/src/images/logo.png b/press/src/images/logo.png new file mode 100644 index 0000000..d6f3f0b Binary files /dev/null and b/press/src/images/logo.png differ diff --git a/press/src/tinylife/data.xml b/press/src/tinylife/data.xml new file mode 100644 index 0000000..42a1702 --- /dev/null +++ b/press/src/tinylife/data.xml @@ -0,0 +1,68 @@ + + + Tiny Life + + Public Alpha - 01 Nov, 2020 + Full Release - Coming Soon + + https://tinylifegame.com + + https://account.keymailer.co/1573838734/products/126937 + + + + itch.io + https://ellpeck.itch.io/tiny-life + + + Steam + https://store.steampowered.com/app/1651490/Tiny_Life/ + + + + + + Pay what you want + + + + 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! + + 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. + + + Create your own characters with unique personalities and skills and dress them however you like + Build houses and community spaces like parks and cafés and watch households inhabit them + Control your household and tell your characters what to do, from cooking food to learning complex skills like programming and painting + Have your characters interact, build relationships, grow families and life unique lives + Share your creations with the community by exporting lots and households from your game + Create additional content through the game's built-in C# modding API + + + + + Public Alpha Trailer + HkQDooqdlRI + + + + + 1651490 + 807915 + + + + + Ellpeck + Creator + https://ellpeck.de + + + + + + Ellpeck + me@ellpeck.de + + + diff --git a/press/src/tinylife/images/banner_no_ui.png b/press/src/tinylife/images/banner_no_ui.png new file mode 100644 index 0000000..52deb24 Binary files /dev/null and b/press/src/tinylife/images/banner_no_ui.png differ diff --git a/press/src/tinylife/images/favicon.ico b/press/src/tinylife/images/favicon.ico new file mode 100644 index 0000000..e9ef68c Binary files /dev/null and b/press/src/tinylife/images/favicon.ico differ diff --git a/press/src/tinylife/images/header.png b/press/src/tinylife/images/header.png new file mode 100644 index 0000000..a2e215f Binary files /dev/null and b/press/src/tinylife/images/header.png differ diff --git a/press/src/tinylife/images/logo.png b/press/src/tinylife/images/logo.png new file mode 100644 index 0000000..e9ef68c Binary files /dev/null and b/press/src/tinylife/images/logo.png differ diff --git a/press/src/tinylife/images/logo_text.png b/press/src/tinylife/images/logo_text.png new file mode 100644 index 0000000..db13c65 Binary files /dev/null and b/press/src/tinylife/images/logo_text.png differ diff --git a/press/src/tinylife/images/repeating_background.png b/press/src/tinylife/images/repeating_background.png new file mode 100644 index 0000000..1bed371 Binary files /dev/null and b/press/src/tinylife/images/repeating_background.png differ diff --git a/press/src/tinylife/images/screenshots/building.png b/press/src/tinylife/images/screenshots/building.png new file mode 100644 index 0000000..637e208 Binary files /dev/null and b/press/src/tinylife/images/screenshots/building.png differ diff --git a/press/src/tinylife/images/screenshots/character_creator.png b/press/src/tinylife/images/screenshots/character_creator.png new file mode 100644 index 0000000..6d66d46 Binary files /dev/null and b/press/src/tinylife/images/screenshots/character_creator.png differ diff --git a/press/src/tinylife/images/screenshots/gameplay.png b/press/src/tinylife/images/screenshots/gameplay.png new file mode 100644 index 0000000..e373e9b Binary files /dev/null and b/press/src/tinylife/images/screenshots/gameplay.png differ diff --git a/press/src/tinylife/images/screenshots/job.png b/press/src/tinylife/images/screenshots/job.png new file mode 100644 index 0000000..15f3eea Binary files /dev/null and b/press/src/tinylife/images/screenshots/job.png differ diff --git a/press/src/tinylife/images/screenshots/map.png b/press/src/tinylife/images/screenshots/map.png new file mode 100644 index 0000000..73a12f6 Binary files /dev/null and b/press/src/tinylife/images/screenshots/map.png differ diff --git a/press/src/tinylife/images/screenshots/menu.png b/press/src/tinylife/images/screenshots/menu.png new file mode 100644 index 0000000..9434ae8 Binary files /dev/null and b/press/src/tinylife/images/screenshots/menu.png differ diff --git a/press/src/tinylife/images/screenshots/relationships.png b/press/src/tinylife/images/screenshots/relationships.png new file mode 100644 index 0000000..85e8227 Binary files /dev/null and b/press/src/tinylife/images/screenshots/relationships.png differ diff --git a/press/src/tinylife/images/screenshots/travel.png b/press/src/tinylife/images/screenshots/travel.png new file mode 100644 index 0000000..daa8c32 Binary files /dev/null and b/press/src/tinylife/images/screenshots/travel.png differ