Skip to content

Commit

Permalink
Fix tools for arcade-font-renderer and games-gallery
Browse files Browse the repository at this point in the history
Fixes #77
  • Loading branch information
UnsignedArduino committed Feb 13, 2024
1 parent 370ce50 commit 0b6ff1c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/tools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,21 @@
</links>
</tool>
<tool repo="jacobcarpenter/arcade-font-renderer">
<description>@jacobcarpenter on GitHub has written a neat tool that scrapes the [MakeCode Forum's arcade section](https://forum.makecode.com/c/share-your-arcade-projects-here/5) and shows the games in a gallery-like view! So you don't have to suffer and scroll through debug programs and tons of comments to find that dang link. You can also view the most liked-games of all-time and by author, like [me](https://games-gallery.jacobcarpenter.com/author/416), for example, hehe.</description>
<description>Stop drawing your title screen text by hand! With this tool, you can render any (well, any font on your computer and in Google Fonts) font onto a Arcade image with outlines and shadows!</description>
<links>
<url label="Tool" isPrimary="true">https://arcade-font-renderer.jacobcarpenter.com/</url>
<url label="Tool" isPrimary="true">https://arcade-font-renderer.jacobcarpenter.com</url>
<url label="GitHub repo">https://github.com/jacobcarpenter/arcade-font-renderer</url>
<url label="Forum post">https://forum.makecode.com/t/arcade-font-renderer/7174?u=unsignedarduino</url>
</links>
</tool>
<tool repo="jacobcarpenter/games-gallery">
<description>@jacobcarpenter [on GitHub](https://github.com/jacobcarpenter) has written a neat tool that scrapes the [MakeCode Forum's arcade section](https://forum.makecode.com/c/share-your-arcade-projects-here/5) and shows the games in a gallery-like view! So you don't have to ~~suffer~~ and scroll through debug programs and tons of comments to find that dang link. You can also view the most liked-games of all-time and by author, like [me](https://games-gallery.jacobcarpenter.com/author/416) for example hehe.</description>
<links>
<url label="Tool" isPrimary="true">https://games-gallery.jacobcarpenter.com</url>
<url label="GitHub repo">https://github.com/jacobcarpenter/games-gallery</url>
<url label="Forum post">https://forum.makecode.com/t/games-gallery-an-alternate-view-for-games-posted-to-these-forums/4025</url>
</links>
</tool>
<tool repo="UnsignedArduino/Image-to-MakeCode-Arcade">
<description>I have written a Python script that will turn images and multi-frame GIFs into MakeCode Arcade images and arrays! Note that this tools requires at least Python 3.9 on a computer, and command line knowledge is highly recommended!</description>
<links>
Expand Down

0 comments on commit 0b6ff1c

Please sign in to comment.