link to the source code from the press kit

This commit is contained in:
ohsqueezy 2024-03-21 01:06:17 -04:00
parent dbba2e0948
commit 8b90e708a2
3 changed files with 19 additions and 9 deletions

View File

@ -51,18 +51,18 @@ Features
* Unique game play mechanic challenges players to an avoid 'em up on rails
* 22-level quest, an epic trial against all odds
* A second mode, arcade, tests how far players can get with limited time and saves high scores
* A second mode, arcade, tests how far players can get in a limited amount of time and saves high scores
* Progress saves automatically
* Modular enemy types that combine into endless patterns
* Three difficulty settings, including a heavyweight mode which boosts speed at the cost of acceleration
* Unlockable mirror and warped modes transform the visuals
* Rewards for collecting coins at each difficulty
* Runs on Windows, Mac, Linux, and in web browsers at 60 fps in any resolution
* Runs on Windows, Mac, Linux, and in web browsers at 60 FPS in any resolution
* Supports mouse, keyboard, and gamepad controls on all available platforms
* Can run fullscreen, and can be set to any monitor in a multi-monitor setup
* Can run fullscreen, and can be displayed on any monitor in a multi-monitor setup
* Dynamically resize the window to any dimension
* Simple JSON syntax for creating and sharing new levels
* Fully modifiable source code
* Simple JSON syntax for creating and sharing new levels and skins
* Modifiable [source code](https://open.shampoo.ooo/shampoo/cakefoot)
Trailer
=======
@ -133,12 +133,12 @@ Gameplay video
About dank.game
===============
💫dank.game💫 is a portal for cross-platform ad-supported games primarily created for web browsers. The first game on the portal is _Cakefoot_, designed in-house and released in 2024. Further game development is supported by advertising, multi-platform marketplace sales, and subscription tiers, starting at free.
💫dank.game💫 is a portal for cross-platform ad-supported games primarily created for web browsers. The first game on the portal is _Cakefoot_, designed by dank.game and released in 2024. Further game development is supported by advertising, selling platform-specific builds, and subscription tiers, starting at free.
Streaming
=========
Permission is granted to stream the contents of _Cakefoot_ for any commercial or non-commercial purposes. Monetization of the stream is allowed by dank.game. Streaming the early-access version of _Cakefoot_ is allowed and encouraged.
Permission is granted to stream the contents of _Cakefoot_ for any commercial or non-commercial purposes. Monetization of the stream is allowed by dank.game. Streaming and sharing the early-access version of _Cakefoot_ is allowed.
Contact
=======

View File

@ -4,7 +4,7 @@ _Cakefoot_ is an ultra-hard, single-button, minimalist avoid 'em up with natural
![](https://5.shampoo.ooo/video/Cakefoot_the_cookie_crumbles.gif)
_Cakefoot_ is one of the first games made with the open-source [SPACE🪐BOX](https://open.shampoo.ooo/shampoo/spacebox) engine. It is the first game available for the [💫dank.game💫](https://dank.game) web games portal. It is a commercial game, but the code is licensed to be open-source and moddable. [Play it free](https://cakefoot.dank.game) online!
_Cakefoot_ is one of the first games made with the open-source [SPACE🪐BOX](https://open.shampoo.ooo/shampoo/spacebox) engine and is free to [play online](https://cakefoot.dank.game). It is the first game available for the [💫dank.game💫](https://dank.game) web games portal. The code is open-source, moddable, and modifications can be used commercially.
Modding
=======
@ -55,7 +55,7 @@ See [LICENSE.txt](LICENSE.txt) for details.
Contact
=======
Feel free to reach out with questions or [raise an issue](https://open.shampoo.ooo/shampoo/cakefoot/issues). Documentation and any other [pull requests](https://open.shampoo.ooo/shampoo/cakefoot/pulls) are welcome.
Email or DM questions or [raise an issue](https://open.shampoo.ooo/shampoo/cakefoot/issues). Documentation and any other [pull requests](https://open.shampoo.ooo/shampoo/cakefoot/pulls) are welcome.
| Method | Contact information |
| :------ | :----------------------- |

View File

@ -1,5 +1,15 @@
<style>
@import url("https://shampoo.ooo/lib/fonts/numans/regular/style.css");
@media (max-width: 800px)
{
tbody
{
font-size: 0.8em;
line-height: 1.4em;
}
}
html
{
background: #0a0a0a;