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 5e012c8e73
3 changed files with 21 additions and 11 deletions

View File

@ -51,18 +51,18 @@ Features
* Unique game play mechanic challenges players to an avoid 'em up on rails * Unique game play mechanic challenges players to an avoid 'em up on rails
* 22-level quest, an epic trial against all odds * 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 * Progress saves automatically
* Modular enemy types that combine into endless patterns * Modular enemy types that combine into endless patterns
* Three difficulty settings, including a heavyweight mode which boosts speed at the cost of acceleration * Three difficulty settings, including a heavyweight mode which boosts speed at the cost of acceleration
* Unlockable mirror and warped modes transform the visuals * Unlockable mirror and warped modes transform the visuals
* Rewards for collecting coins at each difficulty * 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 * 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 * Dynamically resize the window to any dimension
* Simple JSON syntax for creating and sharing new levels * Simple JSON syntax for creating and sharing new levels and skins
* Fully modifiable source code * Modifiable [source code](https://open.shampoo.ooo/shampoo/cakefoot)
Trailer Trailer
======= =======
@ -133,12 +133,12 @@ Gameplay video
About dank.game 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 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 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) ![](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 Modding
======= =======
@ -26,11 +26,11 @@ Anything not in the config or the levels file will have to be changed in code, s
Building Building
======== ========
Clone both the game code and the [SPACE🪐BOX](https://open.shampoo.ooo/shampoo/spacebox) engine code using `--recursive`. The engine code will be in `lib/sb/` with documentation and demos to be compiled. Clone both the game code and the [SPACE🪐BOX](https://open.shampoo.ooo/shampoo/spacebox) engine code using `--recursive`. The engine code will be in `lib/sb/` along with documentation and demos.
$ git clone --recursive https://open.shampoo.ooo/shampoo/cakefoot/ $ git clone --recursive https://open.shampoo.ooo/shampoo/cakefoot/
Each platform has its own target in the [Makefile](Makefile). There is some documentation in the Makefile itself that should be checked. The current supported platforms are web browsers, Linux, and Windows. Until further documentation is added, the best way to get started on building for a platform is by installing the prerequisites for SPACE🪐BOX, compiling the [box demo](https://open.shampoo.ooo/shampoo/spacebox/src/branch/main/demo/box) for the desired platform, and attempting to build the game's target in the Makefile. Each platform has its own target in the [Makefile](Makefile). There is some documentation in the Makefile itself that should be checked. The current supported platforms are web browsers, Linux, and Windows. Until further documentation is added, the best way to get started on building for a platform is by installing the prerequisites for SPACE🪐BOX, compiling the [box demo](https://open.shampoo.ooo/shampoo/spacebox/src/branch/main/demo/box) for the desired platform, and attempting to build a _Cakefoot_ target.
To build on Linux, for example, once SPACE🪐BOX is confirmed to be working, run To build on Linux, for example, once SPACE🪐BOX is confirmed to be working, run
@ -55,7 +55,7 @@ See [LICENSE.txt](LICENSE.txt) for details.
Contact 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 | | Method | Contact information |
| :------ | :----------------------- | | :------ | :----------------------- |

View File

@ -1,5 +1,15 @@
<style> <style>
@import url("https://shampoo.ooo/lib/fonts/numans/regular/style.css"); @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 html
{ {
background: #0a0a0a; background: #0a0a0a;