From 0fa46d34de97b588790c2f0c2459689229c2010c Mon Sep 17 00:00:00 2001 From: Renan LE CARO Date: Thu, 26 Feb 2026 08:44:10 +0100 Subject: [PATCH] Update breakout_71.md The game somehow didn't show on the website so I tried my best to follow the guidelines (https://github.com/Trilarion/opensourcegames/blob/master/CONTRIBUTING.md ) --- entries/breakout_71.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/entries/breakout_71.md b/entries/breakout_71.md index 05780890..af6ab240 100644 --- a/entries/breakout_71.md +++ b/entries/breakout_71.md @@ -2,22 +2,27 @@ - Home: https://breakout.lecaro.me/ - Inspiration: LBreakoutHD, Nuclear Throne -- State: mature - Play: https://breakout.lecaro.me/ - Download: https://renanlecaro.itch.io/breakout71 -- Platform: Web +- Platform: Windows, Linux, macOS, Android, iOS, Web - Keyword: arcade, breakout, bricks, roguelite -- Code repository: https://gitlab.com/lecarore/breakout71.git +- Code repository: https://gitlab.com/lecarore/breakout71, https://hosted.weblate.org/projects/breakout-71/ - Code language: TypeScript - Code license: AGPL-3.0 - Developer: Renan LE CARO Web game about breaking bricks, collecting coins and picking game changing upgrades -between levels. 300+ levels, 75 upgrades, and 14 supported languages. +between levels. 300+ levels, 75 upgrades, and 14 supported languages. Written in vanilla typescript, +using the CanvasRenderingContext2D api. + +To play offline on windows/lines/macOS, download the index.html file form itch.io and open it in the browser. +To play offline on Android, install the apk from itch.io, fdroid or the Play Store. +To play on iOS, open the web version and do share/add to home screen (no offline play yet, but it plays fullscreen and keeps your high scores). ## Building - Build system: parcel, gradlew -Built with parcel, tested with jest, admin level editor in react, no runtime dependency -Just git clone, npm install, then run start.sh or build.sh \ No newline at end of file +Built with parcel, tested with jest, admin level editor in react, no runtime dependency. +To start modifying the game, git clone, npm install, npm start. +Note that code contribution are not accepted, only levels (in discord) and translations (in weblate).