blog post 'Gang release'
This commit is contained in:
37
blog.html
37
blog.html
@@ -52,6 +52,23 @@
|
|||||||
<div class="row" style="gap: 2em">
|
<div class="row" style="gap: 2em">
|
||||||
<!-- blog -->
|
<!-- blog -->
|
||||||
<div class="column" style="--custom_width: 33%; gap: 1em">
|
<div class="column" style="--custom_width: 33%; gap: 1em">
|
||||||
|
<a href="blog/gang_release.html" class="card" style="text-decoration: none;">
|
||||||
|
<img src="projects/gang/thumb.png
|
||||||
|
" alt="Release of Gang
|
||||||
|
" title="Release of Gang
|
||||||
|
" class="card_image"/>
|
||||||
|
<div class="box">
|
||||||
|
<div class="column" style="width: 100%;">
|
||||||
|
<h3 class="card_title">Release of Gang
|
||||||
|
</h3>
|
||||||
|
<p class="card_text">
|
||||||
|
TL;DR: I made a card game, and now I'm releasing all the necessary files so you can print it! You can use them however you like, as long as it's for personal use only. No commercial or AI-related use.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div><div class="column" style="--custom_width: 33%; gap: 1em">
|
||||||
<a href="blog/a_new_dawn.html" class="card" style="text-decoration: none;">
|
<a href="blog/a_new_dawn.html" class="card" style="text-decoration: none;">
|
||||||
<img src="blog/media/2025/website_update.png
|
<img src="blog/media/2025/website_update.png
|
||||||
" alt="A new dawn
|
" alt="A new dawn
|
||||||
@@ -81,23 +98,6 @@
|
|||||||
<p class="card_text">
|
<p class="card_text">
|
||||||
Let's start with a little announcement: from now on, I'll be publishing my .penpot file in the moxxy/design repository on Codeberg on a monthly basis, so that everyone can tinker with the interface to their heart's content! I should have done it from the start, but better late than never!
|
Let's start with a little announcement: from now on, I'll be publishing my .penpot file in the moxxy/design repository on Codeberg on a monthly basis, so that everyone can tinker with the interface to their heart's content! I should have done it from the start, but better late than never!
|
||||||
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div><div class="column" style="--custom_width: 33%; gap: 1em">
|
|
||||||
<a href="blog/202404_moxxy_progress_report.html" class="card" style="text-decoration: none;">
|
|
||||||
<img src="blog/media/2024/20240407_moxxy_progress.png
|
|
||||||
" alt="Moxxy UI: April 2024 progress report
|
|
||||||
" title="Moxxy UI: April 2024 progress report
|
|
||||||
" class="card_image"/>
|
|
||||||
<div class="box">
|
|
||||||
<div class="column" style="width: 100%;">
|
|
||||||
<h3 class="card_title">Moxxy UI: April 2024 progress report
|
|
||||||
</h3>
|
|
||||||
<p class="card_text">
|
|
||||||
April has been a busy month, partly due to a Windows Defender Trojan alert that gave me a good excuse to wipe my entire disk and switch to Linux. So this post will be short and without any major news.
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -110,7 +110,8 @@
|
|||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="column" style="width: 100%;">
|
<div class="column" style="width: 100%;">
|
||||||
<h2 id="all">All posts</h2>
|
<h2 id="all">All posts</h2>
|
||||||
<hr><h3>2025</h3><p class="light">01/06 <a href="blog/a_new_dawn.html">A new dawn
|
<hr><h3>2025</h3><p class="light">23/11 <a href="blog/gang_release.html">Release of Gang
|
||||||
|
</a></p><p class="light">01/06 <a href="blog/a_new_dawn.html">A new dawn
|
||||||
</a></p><hr><h3>2024</h3><p class="light">09/06 <a href="blog/202405_moxxy_progress_report.html">Moxxy UI: May 2024 progress report
|
</a></p><hr><h3>2024</h3><p class="light">09/06 <a href="blog/202405_moxxy_progress_report.html">Moxxy UI: May 2024 progress report
|
||||||
</a></p><p class="light">08/05 <a href="blog/202404_moxxy_progress_report.html">Moxxy UI: April 2024 progress report
|
</a></p><p class="light">08/05 <a href="blog/202404_moxxy_progress_report.html">Moxxy UI: April 2024 progress report
|
||||||
</a></p><p class="light">07/04 <a href="blog/202403_moxxy_progress_report.html">Moxxy UI: March 2024 progress report
|
</a></p><p class="light">07/04 <a href="blog/202403_moxxy_progress_report.html">Moxxy UI: March 2024 progress report
|
||||||
|
|||||||
91
blog/gang_release.html
Normal file
91
blog/gang_release.html
Normal file
@@ -0,0 +1,91 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>Release of Gang
|
||||||
|
– Ailyaut's blog</title>
|
||||||
|
<link rel="icon" type="image/png" href="../media/icons/favicon-16x16.png" sizes="16x16">
|
||||||
|
<link rel="stylesheet" href="../style.css" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta property="og:title" content="Release of Gang
|
||||||
|
– Ailyaut's blog" />
|
||||||
|
<meta property="og:type" content="blog" />
|
||||||
|
<meta property="og:url" content="https://ailyaut.com/" />
|
||||||
|
<meta property="og:image" content="https://ailyaut.com/projects/gang/thumb.png
|
||||||
|
" />
|
||||||
|
<meta property="og:description" content="TL;DR: I made a card game, and now I'm releasing all the necessary files so you can print it! You can use them however you like, as long as it's for personal use only. No commercial or AI-related use.
|
||||||
|
" />
|
||||||
|
<meta property="og:locale" content="en_US" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<div id="header_box">
|
||||||
|
<div>
|
||||||
|
<a href="../index.html" id="header_title">Ailyaut's blog</a>
|
||||||
|
</div>
|
||||||
|
<nav id="header_nav">
|
||||||
|
<a href="../blog.html" class="nav_button_active">Blog</a>
|
||||||
|
<a href="../gallery.html" class="nav_button">Gallery</a>
|
||||||
|
<a href="../projects.html" class="nav_button">Projects</a>
|
||||||
|
<a href="../about.html" class="nav_button">About</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<main>
|
||||||
|
<div class="box">
|
||||||
|
<div class="column" style="--custom_width: 60%;">
|
||||||
|
<h1>Release of Gang
|
||||||
|
</h1><p class="light">23/11/2025 · 2 min</p><div class="spacer" style="--size: 1em"></div><p class="italic">TL;DR: I made a card game, and now I'm releasing all the necessary files so you can print it! You can use them however you like, as long as it's for personal use only. No commercial or AI-related use.</em></p>
|
||||||
|
<img src="../projects/gang/media/gang_scene.png" style="margin-bottom: 2em; border-radius: 1em; max-width: 450px;" title="Gang game elements" alt="Realistic 3D view (like a photo) of all the elements of the Gang game arranged on a table. In the foreground, 4 cards are arranged in a disorganized fashion, as if they had simply been thrown onto the table. They are, from left to right, the multicolored 1, the dragon, the yellow phoenix and the green phoenix. A little further on, a pile of face-down cards can be seen, with the highest card at an angle, as well as the game's box, depicting a manga-style Chinese dragon, whose long red body runs around all sides of the box. Finally, in the background, a sheet of paper with the rules of the game printed on it sits on the table." />
|
||||||
|
<p>In February, <a target="_blank" href="https://mastodon.online/@ailyaut/114038751290601262">I posted on Mastodon</a> about <span class="bold">Gang</span>, a complete redesign of the famous card game "Gang of Four" in my own style. </p>
|
||||||
|
<p>It started as a gift idea for my family and friends, and as for a lot of gift ideas, I took it very seriously and spent 2 month redesigning the game from the ground up and finding suppliers who could print the project as professionally as possible. By the way, finding a good supplier was the hard part, so if you have a project that involves printing cards and you're based in Europe, I highly recommend <a href="https://jeuxdecartes.printeurope.fr/calculateur">Printeurope</a>. They're based in France, and they were very nice and easy to reach by phone. The quality was very good, and the only things I could complain about were my own mistakes. </p>
|
||||||
|
<p>My family and friends loved it, and I am very proud of the result. However, I do not own the rights to the original game, so there's nothing I can do with it except... share it!</p>
|
||||||
|
<p>I am releasing today all the necessary PDF files so you can print the game at home. I hope you enjoy it as much as my family and friends do!
|
||||||
|
You can, of course, print it professionally with Printeurope, as I mentioned, or with any other service you see fit. <br>
|
||||||
|
Just make sure <span class="bold">NOT</span> to sell it or use it for anything AI-related.<br>
|
||||||
|
It's not an obligation, but I'd love it if you sent me an email or a message on Mastodon to tell me if you're enjoying Gang!</p>
|
||||||
|
<p>In any case, please check the project page below to access all the files.</p>
|
||||||
|
<!-- <a href="../projects/gang/index.html" class="button_active" style="width: fit-content">Project page</a> -->
|
||||||
|
<div class="column" style="max-width: 376px; gap: 1em">
|
||||||
|
<a href="../projects/gang/index.html" class="card" style="text-decoration: none;">
|
||||||
|
<img src="../projects/gang/thumb.png" alt="Gang" title="Gang" class="card_image"/>
|
||||||
|
<div class="box">
|
||||||
|
<div class="column" style="width: 100%;">
|
||||||
|
<h3 class="card_title">Gang</h3>
|
||||||
|
<p class="card_text">
|
||||||
|
A complete redesign of the famous card game "Gang of Four" in my own style, with a focus on being clean and accessible to colorblind people.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<p><br>:^)</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="spacer" style="--size: 2em"></div>
|
||||||
|
<a href="#" class="btt"><img class="bttimg" src="../media/icons/arrow_upward.png"/></a>
|
||||||
|
</main>
|
||||||
|
<footer>
|
||||||
|
<div id="footer_box">
|
||||||
|
<div class="footer_item">
|
||||||
|
<p>Copyright © 2025 Ailyaut</p>
|
||||||
|
</div>
|
||||||
|
<div class="footer_item">
|
||||||
|
<a target="_blank" href="https://www.websitecarbon.com/website/ailyaut-robotfumeur-fr-index-html/" style="text-decoration: none;">
|
||||||
|
<p style="color: black; background-color: var(--accent); padding: 0.2em 0.6em 0.2em 0.6em ; border-radius: 1em;">
|
||||||
|
0.02g of CO₂/view
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer_item" style="justify-content: flex-end; gap: 1.75em;">
|
||||||
|
<a rel="me" href="https://mastodon.online/@ailyaut" target="_blank"><img src="../media/icons/mastodon.png" class="icon" alt="Mastodon" title="Mastodon"/></a>
|
||||||
|
<a href="https://www.youtube.com/@ailyaut" target="_blank"><img src="../media/icons/youtube.png" class="icon" alt="YouTube" title="YouTube"/></a>
|
||||||
|
<a href="https://ailyaut.bandcamp.com/" target="_blank"><img src="../media/icons/bandcamp.png" class="icon" alt="Bandcamp" title="Bandcamp"/></a>
|
||||||
|
<a href="https://codeberg.org/ailyaut" target="_blank"><img src="../media/icons/git.png" class="icon" alt="Git" title="Git"/></a>
|
||||||
|
<a href="../rss.xml"><img src="../media/icons/rss.png" class="icon" alt="RSS feed" title="RSS feed"/></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
21
blog/md/20251123+gang_release.md
Normal file
21
blog/md/20251123+gang_release.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
title = Release of Gang
|
||||||
|
timestamp = 1763915400
|
||||||
|
preview = TL;DR: I made a card game, and now I'm releasing all the necessary files so you can print it! You can use them however you like, as long as it's for personal use only. No commercial or AI-related use.
|
||||||
|
thumb = projects/gang/thumb.png
|
||||||
|
+++
|
||||||
|
|
||||||
|
_TL;DR: I made a card game, and now I'm releasing all the necessary files so you can print it! You can use them however you like, as long as it's for personal use only. No commercial or AI-related use._
|
||||||
|
|
||||||
|
In February, I posted on Mastodon about **Gang**, a complete redesign of the famous card game "Gang of Four" in my own style.
|
||||||
|
|
||||||
|
It started as a gift idea for my family and friends, and as for a lot of gift ideas, I took it very seriously and spent 2 month redesigning the game from the ground up and finding suppliers who could print the project as professionally as possible. By the way, finding a good supplier was the hard part, so if you have a project that involves printing cards and you're based in Europe, I highly recommend [Printeurope](https://jeuxdecartes.printeurope.fr/calculateur). They're based in France, and they were very nice and easy to reach by phone. The quality was very good, and the only things I could complain about were my own mistakes.
|
||||||
|
|
||||||
|
My family and friends loved it, and I am very proud of the result. However, I do not own the rights to the original game, so there's nothing I can do with it except... share it!
|
||||||
|
|
||||||
|
I am releasing today all the necessary PDF files so you can print the game at home. I hope you enjoy it as much as my family and friends do!
|
||||||
|
You can, of course, print it professionally with Printeurope, as I mentioned, or with any other service you see fit.
|
||||||
|
Just make sure NOT to sell it or use it for anything AI-related. It's not an obligation, but I'd love it if you sent me an email or a message on Mastodon to tell me if you're enjoying Gang!
|
||||||
|
|
||||||
|
In any case, please check the project page below to access all the files.
|
||||||
|
|
||||||
|
:^)
|
||||||
34
index.html
34
index.html
@@ -98,6 +98,23 @@
|
|||||||
<div class="row" style="gap: 2em">
|
<div class="row" style="gap: 2em">
|
||||||
<!-- blog -->
|
<!-- blog -->
|
||||||
<div class="column" style="--custom_width: 33%; gap: 1em">
|
<div class="column" style="--custom_width: 33%; gap: 1em">
|
||||||
|
<a href="blog/gang_release.html" class="card" style="text-decoration: none;">
|
||||||
|
<img src="projects/gang/thumb.png
|
||||||
|
" alt="Release of Gang
|
||||||
|
" title="Release of Gang
|
||||||
|
" class="card_image"/>
|
||||||
|
<div class="box">
|
||||||
|
<div class="column" style="width: 100%;">
|
||||||
|
<h3 class="card_title">Release of Gang
|
||||||
|
</h3>
|
||||||
|
<p class="card_text">
|
||||||
|
TL;DR: I made a card game, and now I'm releasing all the necessary files so you can print it! You can use them however you like, as long as it's for personal use only. No commercial or AI-related use.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div><div class="column" style="--custom_width: 33%; gap: 1em">
|
||||||
<a href="blog/a_new_dawn.html" class="card" style="text-decoration: none;">
|
<a href="blog/a_new_dawn.html" class="card" style="text-decoration: none;">
|
||||||
<img src="blog/media/2025/website_update.png
|
<img src="blog/media/2025/website_update.png
|
||||||
" alt="A new dawn
|
" alt="A new dawn
|
||||||
@@ -127,23 +144,6 @@
|
|||||||
<p class="card_text">
|
<p class="card_text">
|
||||||
Let's start with a little announcement: from now on, I'll be publishing my .penpot file in the moxxy/design repository on Codeberg on a monthly basis, so that everyone can tinker with the interface to their heart's content! I should have done it from the start, but better late than never!
|
Let's start with a little announcement: from now on, I'll be publishing my .penpot file in the moxxy/design repository on Codeberg on a monthly basis, so that everyone can tinker with the interface to their heart's content! I should have done it from the start, but better late than never!
|
||||||
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div><div class="column" style="--custom_width: 33%; gap: 1em">
|
|
||||||
<a href="blog/202404_moxxy_progress_report.html" class="card" style="text-decoration: none;">
|
|
||||||
<img src="blog/media/2024/20240407_moxxy_progress.png
|
|
||||||
" alt="Moxxy UI: April 2024 progress report
|
|
||||||
" title="Moxxy UI: April 2024 progress report
|
|
||||||
" class="card_image"/>
|
|
||||||
<div class="box">
|
|
||||||
<div class="column" style="width: 100%;">
|
|
||||||
<h3 class="card_title">Moxxy UI: April 2024 progress report
|
|
||||||
</h3>
|
|
||||||
<p class="card_text">
|
|
||||||
April has been a busy month, partly due to a Windows Defender Trojan alert that gave me a good excuse to wipe my entire disk and switch to Linux. So this post will be short and without any major news.
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -38,18 +38,9 @@
|
|||||||
<div class="column" style="--custom_width: 60%;">
|
<div class="column" style="--custom_width: 60%;">
|
||||||
<h1>Gang</h1>
|
<h1>Gang</h1>
|
||||||
<p>A complete redesign of the famous card game "Gang of Four" in my own style, with a focus on being clean and accessible to colorblind people. The whole game was made using only open source software and printed by a small company in Alsace (France).</p>
|
<p>A complete redesign of the famous card game "Gang of Four" in my own style, with a focus on being clean and accessible to colorblind people. The whole game was made using only open source software and printed by a small company in Alsace (France).</p>
|
||||||
<div class="row align_vertical">
|
|
||||||
<div class="column" style="--custom_width: 33%">
|
|
||||||
<img src="media/box_3d.png" title="Game box" alt="The game box. The box features a cartoon-style Chinese dragon. Its long, red, scaly body curls across the different sides of the box. On the top of the box, the word “Gang” is written in red." />
|
|
||||||
</div>
|
|
||||||
<div class="column" style="--custom_width: 67%">
|
|
||||||
<img src="media/7_boxes.png" title="7 game boxes" alt="7 boxes of my card game featuring a Chinese dragon whose long body stretches across several sides of the box." />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="spacer" style="--size: 1em"></div>
|
<div class="spacer" style="--size: 1em"></div>
|
||||||
<img src="media/preview_cards.png" style="margin-bottom: 2em;" title="5 cards preview" alt="5 cards of the game. From left to right: a card back, the multicolor 1, the green phoenix, the yellow phoenix, and the red dragon." />
|
<img src="media/gang_scene.png" style="margin-bottom: 2em; border-radius: 1em;" title="Gang game elements" alt="Realistic 3D view (like a photo) of all the elements of the Gang game arranged on a table. In the foreground, 4 cards are arranged in a disorganized fashion, as if they had simply been thrown onto the table. They are, from left to right, the multicolored 1, the dragon, the yellow phoenix and the green phoenix. A little further on, a pile of face-down cards can be seen, with the highest card at an angle, as well as the game's box, depicting a manga-style Chinese dragon, whose long red body runs around all sides of the box. Finally, in the background, a sheet of paper with the rules of the game printed on it sits on the table." />
|
||||||
<p>Unfortunately, I do not own the rights to this game, so I cannot sell it.<br>
|
<p>If you want to print a copy of this game, you can use the following PDF files. I can recommend <a target="_blank" href="https://jeuxdecartes.printeurope.fr/calculateur">Printeurope</a> to print the cards. It might cost you more than the official version of the game, but hey, it's fun.</p>
|
||||||
If you want to print a copy of this game, you can use the following PDF files. I can recommend <a target="_blank" href="https://jeuxdecartes.printeurope.fr/calculateur">Printeurope</a> to print the cards. It might cost you more than the official version of the game, but hey, it's fun.</p>
|
|
||||||
<h2>Files</h2>
|
<h2>Files</h2>
|
||||||
<p>Please note that you are allowed to use these PDF files for personal use only, except for anything related to AI. Commercial use and AI training are not allowed.</p>
|
<p>Please note that you are allowed to use these PDF files for personal use only, except for anything related to AI. Commercial use and AI training are not allowed.</p>
|
||||||
<a target="_blank" href="media/gang_cards.pdf" class="button" style="gap: 0.5em; width: fit-content; margin-bottom: 0.5em;">
|
<a target="_blank" href="media/gang_cards.pdf" class="button" style="gap: 0.5em; width: fit-content; margin-bottom: 0.5em;">
|
||||||
|
|||||||
BIN
projects/gang/media/gang_scene.png
Normal file
BIN
projects/gang/media/gang_scene.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 598 KiB |
14
rss.xml
14
rss.xml
@@ -11,6 +11,20 @@
|
|||||||
</image>
|
</image>
|
||||||
<atom:link href="https://ailyaut.com/rss.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://ailyaut.com/rss.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Release of Gang
|
||||||
|
</title>
|
||||||
|
<link>https://ailyaut.com/blog/gang_release.html</link>
|
||||||
|
<description>TL;DR: I made a card game, and now I'm releasing all the necessary files so you can print it! You can use them however you like, as long as it's for personal use only. No commercial or AI-related use.
|
||||||
|
</description>
|
||||||
|
<category>posts</category>
|
||||||
|
|
||||||
|
<guid>https://ailyaut.com/blog/gang_release.html</guid>
|
||||||
|
<dc:creator>Ailyaut</dc:creator>
|
||||||
|
<pubDate>Sun, 23 Nov 2025 17:30:00 +0100</pubDate>
|
||||||
|
<image>https://ailyaut.com/projects/gang/thumb.png
|
||||||
|
</image>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>A new dawn
|
<title>A new dawn
|
||||||
</title>
|
</title>
|
||||||
|
|||||||
Reference in New Issue
Block a user