various updates

This commit is contained in:
Ell 2024-04-01 15:50:21 +02:00
parent 66a951a442
commit 44fb0fb0ad
5 changed files with 1871 additions and 776 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
/src/node_modules
/src/build
/out
/out
.idea

View file

@ -8,18 +8,18 @@
<socials>
<social>
<name>Twitter</name>
<link>https://twitter.com/Ellpeck</link>
<name>Ell's Other Projects</name>
<link>https://ellpeck.de</link>
</social>
<social>
<name>Discord</name>
<link>https://ellpeck.de/discord</link>
<link>https://link.ellpeck.de/discordweb</link>
</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, the life simulation game Tiny Life.</description>
<description>Ellpeck, who usually goes by Ell, 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 led 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, Ell 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>
@ -32,6 +32,14 @@
</trailer>
</trailers>
<credits>
<credit>
<person>Ellpeck</person>
<role>Founder</role>
<website>https://ellpeck.de</website>
</credit>
</credits>
<contacts>
<contact>
<name>Business Inquiries</name>

2586
src/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,15 +1,11 @@
{
"name": "src",
"name": "press",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"presskit": "^0.13.0"
"presskit": "^0.10.1"
}
}

View file

@ -8,7 +8,22 @@
</release-dates>
<website>https://tinylifegame.com</website>
<press-copy-request>https://www.keymailer.co/g/games/126937</press-copy-request>
<press-copy-request>mailto:media@tophatentertainment.us</press-copy-request>
<additionals>
<additional>
<title>Twitter</title>
<link>https://twitter.com/TinyLifeGame</link>
</additional>
</additionals>
<partners>
<partner>
<type>Publisher</type>
<title>Top Hat Studios, Inc.</title>
<website>https://tophat.studio</website>
</partner>
</partners>
<platforms>
<platform>
@ -23,13 +38,18 @@
<prices>
<price>
<value>Pay what you want</value>
<currency>EUR</currency>
<value>14.79</value>
</price>
<price>
<currency>USD</currency>
<value>14.99</value>
</price>
</prices>
<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>
<description>Tiny Life is a fun simulation game that aims to capture the essence of games like The Sims series, 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 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, who usually goes by Ell, 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: 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>
@ -65,5 +85,9 @@
<name>Business Inquiries</name>
<mail>games@ellpeck.de</mail>
</contact>
<contact>
<name>Press Key Requests</name>
<mail>media@tophatentertainment.us</mail>
</contact>
</contacts>
</product>