Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.21 KB

Cake - The Portal ending screen in your browser

A tribute to one of my favorite games of all time: Portal.

Built on top of web technologies (HTML, JS, and CSS) using Astro as the underlying framework.

The aim is to build a version that is 100% accurate, or as close to that as reasonably possible. This is achieved by carefully analyzing the assets of the original game instead of relying on guesswork like other similar projects.

Running locally

To run the project locally first ensure you have nodejs version >=18.14.1 with corepack enabled.

Then after cloning the repository run the following commands:

pnpm install
pnpm run dev

You can then access the site by visiting http://localhost:4321 in your browser.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.