···11[](https://github.com/nesbox/TIC-80/actions?query=workflow%3ABuild)
2233
44-**TIC-80 TINY COMPUTER** - [https://tic80.com](https://tic80.com)
44+**TIC-80 TINY COMPUTER** — [tic80.com](https://tic80.com)
5566- [About](#about)
77- - [Features](#features)
77+ - [Features](#features)
88- [Binary Downloads](#binary-downloads)
99 - [Nightly builds](#nightly-builds)
1010 - [Unofficial Linux/arm64 nightly builds](#unofficial-linuxarm64-nightly-builds)
1111- [Pro Version](#pro-version)
1212- - [Pro features](#pro-features)
1212+ - [Pro Features](#pro-features)
1313- [Community](#community)
1414- [Contributing](#contributing)
1515-- [Build instructions](#build-instructions)
1515+- [Build Instructions](#build-instructions)
1616 - [Windows](#windows)
1717 - [MSVC (Microsoft Visual C++)](#msvc-microsoft-visual-c)
1818 - [Windows XP / Windows 7 32-bit (x86)](#windows-xp--windows-7-32-bit-x86)
···2020 - [MSYS2 / MINGW](#msys2--mingw)
2121 - [Windows 10 / 11 64-bit (x64)](#windows-10--11-64-bit-x64-1)
2222 - [Linux](#linux)
2323- - [Ubuntu 22.04 (Jammy Jellyfish)](#ubuntu-2204-jammy-jellyfish)
2424- - [Ubuntu 24.04 (Noble Numbat)](#ubuntu-2404-noble-numbat)
2323+ - [Ubuntu](#ubuntu)
2424+ - [Ubuntu 22.04 (Jammy Jellyfish)](#ubuntu-2204-jammy-jellyfish)
2525+ - [Ubuntu 24.04 (Noble Numbat)](#ubuntu-2404-noble-numbat)
2526 - [Arch](#arch)
2626- - [Fedora 36](#fedora-36)
2727- - [Fedora 40](#fedora-40)
2828- - [Raspberry Pi OS (64-Bit) (Bookworm)](#raspberry-pi-os-64-bit-bookworm)
2929- - [Raspberry Pi (Retropie)](#raspberry-pi-retropie)
2727+ - [Fedora](#fedora)
2828+ - [Fedora 36](#fedora-36)
2929+ - [Fedora 40](#fedora-40)
3030+ - [openSUSE](#opensuse)
3131+ - [openSUSE Tumbleweed / Leap 16.0](#opensuse-tumbleweed--leap-160)
3232+ - [Raspberry Pi](#raspberry-pi)
3333+ - [Raspberry Pi OS (64-Bit) (Bookworm)](#raspberry-pi-os-64-bit-bookworm)
3434+ - [Raspberry Pi (Retropie)](#raspberry-pi-retropie)
3035 - [Mac](#mac)
3136 - [FreeBSD](#freebsd)
3232-- [Install instructions](#install-instructions)
3737+- [Install Instructions](#install-instructions)
3338 - [Linux](#linux-1)
3439 - [iOS / tvOS](#ios--tvos)
3540 - [Credits](#credits)
36413737-3842# About
3943TIC-80 is a free and open source fantasy computer for making, playing and sharing tiny games.
4044···5054- Multiple programming languages: [Lua](https://www.lua.org),
5155 [Moonscript](https://moonscript.org),
5256 [Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript),
5353- [Ruby](https://www.ruby-lang.org/en/),
5454- [Wren](http://wren.io/),
5757+ [Ruby](https://www.ruby-lang.org/en),
5858+ [Wren](https://wren.io/),
5559 [Fennel](https://fennel-lang.org),
5656- [Squirrel](http://www.squirrel-lang.org),
6060+ [Squirrel](https://www.squirrel-lang.org),
5761 [Janet](https://janet-lang.org), and
5858- [Python](https://www.python.org/).
6262+ [Python](https://www.python.org).
5963- Games can have mouse and keyboard as input
6064- Games can have up to 4 controllers as input (with up to 8 buttons, each)
6165- Built-in editors: for code, sprites, world maps, sound effects and music
···6367- Moderated community
64686569# Binary Downloads
6666-You can download compiled versions for the major operating systems directly from our [releases page](https://github.com/nesbox/TIC-80/releases).
67706868-## Nightly builds
6969-Can be downloaded from [nightly builds](https://nightly.link/nesbox/TIC-80/workflows/build/main) page or from the [Github Actions](https://github.com/nesbox/TIC-80/actions?query=branch%3Amain) page.
7171+## Stable Builds
7272+You can download compiled versions for the major operating systems directly from our [Releases](https://github.com/nesbox/TIC-80/releases) page.
7373+7474+## Nightly Builds
7575+Can be downloaded from official [nightly.link](https://nightly.link/nesbox/TIC-80/workflows/build/main) page or from the [Github Actions](https://github.com/nesbox/TIC-80/actions?query=branch%3Amain) page.
70767171-## Unofficial Linux/arm64 nightly builds
7272-Can be downloaded from [this nightly.link](https://nightly.link/aliceisjustplaying/TIC-80/workflows/build-linux-arm64/main?preview) page. Tested on Raspberry Pi OS (64-bit) (Bookworm), Asahi Linux (Fedora Remix), Ubuntu 22.04 and Fedora 40.
7777+## Unofficial Builds
7878+Linux (arm64) builds can be downloaded from _aliceisjustplaying_ [nightly.link](https://nightly.link/aliceisjustplaying/TIC-80/workflows/build-linux-arm64/main?preview) page. Tested on Raspberry Pi OS (64-bit) (Bookworm), Asahi Linux (Fedora Remix), Ubuntu 22.04 and Fedora 40.
73797480# Pro Version
7581To help support TIC-80 development, we have a [PRO Version](https://nesbox.itch.io/tic80).
76827777-This version has a few additional features and binaries can only be downloaded on our Itch.io page.
7878-7979-For users who can't spend the money, we made it easy to build the pro version from the source code: (`cmake .. -DBUILD_PRO=On`)
8383+This version has a few additional features and binaries can only be downloaded on our itch.io page.
80848181-## Pro features
8585+For users who can't afford the program can easily build the pro version from the source code using `cmake .. -DBUILD_PRO=On` command.
82868787+## Pro Features
8388- Save/load cartridges in text format, and create your game in any editor you want, also useful for version control systems.
8489- Even more memory banks: instead of having only 1 memory bank you have 8.
8590- Export your game without editors, and then publish it to app stores.
86918792# Community
8888-You can play and share games, tools and music at [https://tic80.com/play](https://tic80.com/play).
9393+You can play and share games, tools and music at [tic80.com/play](https://tic80.com/play).
89949095The community also hangs out and discusses on [Telegram](https://t.me/tic80) or [Discord](https://discord.gg/HwZDw7n4dN).
91969297# Contributing
9393-You can contribute by reporting a bug or requesting a new feature on our [issues page](https://github.com/nesbox/TIC-80/issues).
9898+You can contribute by reporting a bug or requesting a new feature on our [Issues](https://github.com/nesbox/TIC-80/issues) page.
9499Keep in mind when engaging on a discussion to follow our [Code of Conduct](https://github.com/nesbox/TIC-80/blob/main/CODE_OF_CONDUCT.md).
951009696-You can also contribute by reviewing or improving our [wiki](https://github.com/nesbox/TIC-80/wiki).
101101+You can also contribute by reviewing or improving our [Wiki](https://github.com/nesbox/TIC-80/wiki).
97102The wiki holds TIC-80 documentation, code snippets and game development tutorials.
9810399104# Build instructions
···103108### MSVC (Microsoft Visual C++)
104109105110#### Windows XP / Windows 7 32-bit (x86)
106106-107111The build process has been tested on Windows 11 64-bit (x64); all this should run on Windows 7 SP1 32-bit (x86) as well. This guide assumes you're running an elevated Command Prompt.
108112109109-- Install [Git](https://git-scm.com/download/win), [CMake](https://cmake.org/download/), [Visual Studio 2019 Build Tools](https://winstall.app/apps/Microsoft.VisualStudio.2019.BuildTools) and [Ruby+Devkit 2.7.8 x86](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.8-1/rubyinstaller-devkit-2.7.8-1-x86.exe)
113113+- Install [Git](https://git-scm.com/download/win), [CMake](https://cmake.org/download), [Visual Studio 2019 Build Tools](https://winstall.app/apps/Microsoft.VisualStudio.2019.BuildTools) and [Ruby+Devkit 2.7.8 x86](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.8-1/rubyinstaller-devkit-2.7.8-1-x86.exe)
110114- Install the neccessary dependencies within VS2019:
111115 - Launch "Visual Studio Installer"
112116 - Click "Modify"
···117121 - C++ Windows XP Support for VS 2017 (v141) tools [Deprecated]
118122 - MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16)
119123 - Click "Modify"
120120-- Run `ridk install` with options `1,3` to set up [MSYS2](https://www.msys2.org/) and development toolchain
121121-- Add MSYS2's [`gcc`](https://gcc.gnu.org/) at `C:\Ruby27\msys32\mingw32\bin` to your `$PATH` [(guide)](https://www.java.com/en/download/help/path.html#:~:text=your%20java%20code.-,Windows%207,-From%20the%20desktop)
124124+- Run `ridk install` with options `1,3` to set up [MSYS2](https://www.msys2.org) and development toolchain
125125+- Add MSYS2's [`gcc`](https://gcc.gnu.org) at `C:\Ruby27\msys32\mingw32\bin` to your `$PATH` [(guide)](https://www.java.com/en/download/help/path.html#:~:text=your%20java%20code.-,Windows%207,-From%20the%20desktop)
122126123127- Open a new elevated Command Prompt and run the following commands:
124128···132136You'll find `tic80.exe` in `TIC-80\build\bin`.
133137134138#### Windows 10 / 11 64-bit (x64)
135135-136139This guide assumes you're running PowerShell with an elevated prompt.
137140138138-- Install [Git](https://git-scm.com/download/win), [CMake](https://cmake.org/download/), [Visual Studio 2019 Build Tools](https://winstall.app/apps/Microsoft.VisualStudio.2019.BuildTools) and [Ruby+Devkit 2.7.8 x64](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.8-1/rubyinstaller-devkit-2.7.8-1-x64.exe) manually or with [WinGet](https://github.com/microsoft/winget-cli):
141141+- Install [Git](https://git-scm.com/download/win), [CMake](https://cmake.org/download), [Visual Studio 2019 Build Tools](https://winstall.app/apps/Microsoft.VisualStudio.2019.BuildTools) and [Ruby+Devkit 2.7.8 x64](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.8-1/rubyinstaller-devkit-2.7.8-1-x64.exe) manually or with [WinGet](https://github.com/microsoft/winget-cli):
139142```
140143winget install Git.Git Kitware.CMake Microsoft.VisualStudio.2019.BuildTools RubyInstallerTeam.RubyWithDevKit.2.7
141144```
···147150 - Windows 10 SDK (10.0.19041.0)
148151 - MSVC v142 - VS 2019 C+ + x64/x86 build tools (Latest)
149152 - Click "Modify"
150150-- Run `ridk install` with options `1,3` to set up [MSYS2](https://www.msys2.org/) and development toolchain
151151-- Add MSYS2's [`gcc`](https://gcc.gnu.org/) at `C:\Ruby27-x64\msys64\mingw64\bin` to your `$PATH` [manually](https://www.java.com/en/download/help/path.html#:~:text=Mac%20OS%20X.-,Windows,-Windows%2010%20and) or with the following PowerShell command:
153153+- Run `ridk install` with options `1,3` to set up [MSYS2](https://www.msys2.org) and development toolchain
154154+- Add MSYS2's [`gcc`](https://gcc.gnu.org) at `C:\Ruby27-x64\msys64\mingw64\bin` to your `$PATH` [manually](https://www.java.com/en/download/help/path.html#:~:text=Mac%20OS%20X.-,Windows,-Windows%2010%20and) or with the following PowerShell command:
152155153156```
154157[Environment]::SetEnvironmentVariable('Path', $env:Path + ';C:\Ruby27-x64\msys64\mingw64\bin', [EnvironmentVariableTarget]::Machine)
···167170### MSYS2 / MINGW
168171169172#### Windows 10 / 11 64-bit (x64)
170170-171173This guide assumes you're running PowerShell with an elevated prompt.
172174173173-- Install [Git](https://git-scm.com/download/win), [CMake](https://cmake.org/download/) and [Ruby+Devkit 2.7.8 x64](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.8-1/rubyinstaller-devkit-2.7.8-1-x64.exe) manually or with [WinGet](https://github.com/microsoft/winget-cli):
175175+- Install [Git](https://git-scm.com/download/win), [CMake](https://cmake.org/download) and [Ruby+Devkit 2.7.8 x64](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.8-1/rubyinstaller-devkit-2.7.8-1-x64.exe) manually or with [WinGet](https://github.com/microsoft/winget-cli):
174176```
175177winget install Git.Git Kitware.CMake RubyInstallerTeam.RubyWithDevKit.2.7
176178```
177177-- Run `ridk install` with options `1,3` to set up [MSYS2](https://www.msys2.org/) and development toolchain
178178-- Add MSYS2's [`gcc`](https://gcc.gnu.org/) at `C:\Ruby27-x64\msys64\mingw64\bin` to your `$PATH` [manually](https://www.java.com/en/download/help/path.html#:~:text=Mac%20OS%20X.-,Windows,-Windows%2010%20and) or with the following PowerShell command:
179179+- Run `ridk install` with options `1,3` to set up [MSYS2](https://www.msys2.org) and development toolchain
180180+- Add MSYS2's [`gcc`](https://gcc.gnu.org) at `C:\Ruby27-x64\msys64\mingw64\bin` to your `$PATH` [manually](https://www.java.com/en/download/help/path.html#:~:text=Mac%20OS%20X.-,Windows,-Windows%2010%20and) or with the following PowerShell command:
179181180182```
181183[Environment]::SetEnvironmentVariable('Path', $env:Path + ';C:\Ruby27-x64\msys64\mingw64\bin', [EnvironmentVariableTarget]::Machine)
···194196195197## Linux
196198197197-### Ubuntu 22.04 (Jammy Jellyfish)
199199+### Ubuntu
198200201201+#### Ubuntu 22.04 (Jammy Jellyfish)
199202Run the following commands from a terminal:
200203201204```
202202-# Install the latest CMake from https://apt.kitware.com/
205205+# Install the latest CMake from https://apt.kitware.com
203206test -f /usr/share/doc/kitware-archive-keyring/copyright ||
204207wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
205208echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ jammy main' | sudo tee /etc/apt/sources.list.d/kitware.list >/dev/null
···213216cmake -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On .. && cmake --build . --parallel
214217```
215218216216-Install with [Install instructions](#install-instructions)
217217-218218-219219-### Ubuntu 24.04 (Noble Numbat)
219219+Install with [Install Instructions](#install-instructions)
220220221221+#### Ubuntu 24.04 (Noble Numbat)
221222Run the following commands from a terminal:
222223223224```
···226227cmake -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On .. && cmake --build . --parallel
227228```
228229229229-Install with [Install instructions](#install-instructions)
230230-230230+Install with [Install Instructions](#install-instructions)
231231232232### Arch
233233-234233run the following commands in the Terminal
235234```
236235sudo pacman -S cmake ruby mesa libglvnd glu
237236git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build
238238-cmake -DBUILD_WITH_ALL=On ..
239239-make -j4
237237+cmake -DBUILD_WITH_ALL=On .. && cmake --build . --parallel
240238```
241239242242-### Fedora 36
240240+Install with [Install Instructions](#install-instructions)
241241+242242+### Fedora
243243244244+#### Fedora 36
244245run the following commands in the Terminal
245246```
246247sudo dnf -y groupinstall "Development Tools" "Development Libraries"
247248sudo dnf -y install ruby rubygem-{tk{,-doc},rake,test-unit} cmake libglvnd-devel libglvnd-gles freeglut-devel clang libXext-devel SDL_sound pipewire-devel pipewire-jack-audio-connection-kit-devel pulseaudio-libs-devel
248249git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build
249250cmake -DCMAKE_CXX_COMPILER=clang++ -DSDL_ALSA=On -DBUILD_WITH_ALL=On ..
250250-make -j4
251251```
252252253253-Install with [Install instructions](#install-instructions)
253253+Install with [Install Instructions](#install-instructions)
254254255255-### Fedora 40
256256-255255+#### Fedora 40
257256Run the following commands from a terminal:
258257```
259258sudo dnf -y groupinstall "Development Tools" "Development Libraries"
···262261cmake --build . --parallel
263262```
264263265265-Install with [Install instructions](#install-instructions)
264264+Install with [Install Instructions](#install-instructions)
265265+266266+### openSUSE
267267+268268+#### openSUSE Tumbleweed / Leap 16.0
269269+Run the following commands from a terminal:
270270+```
271271+sudo zypper refresh
272272+sudo zypper install --no-confirm --type pattern devel_basis
273273+sudo zypper install --no-confirm cmake glu-devel libXext-devel pipewire-devel libcurl-devel
274274+git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build
275275+cmake -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On .. && cmake --build . --parallel
276276+```
277277+278278+Install with [Install Instructions](#install-instructions)
266279267267-### Raspberry Pi OS (64-Bit) (Bookworm)
280280+### Raspberry Pi
268281282282+#### Raspberry Pi OS (64-Bit) (Bookworm)
269283Run the following commands from a terminal:
270284271285```
···273287git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build
274288cmake -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On .. && cmake --build . --parallel 2
275289```
276276-Install with [Install instructions](#install-instructions)
277290278278-### Raspberry Pi (Retropie)
291291+Install with [Install Instructions](#install-instructions)
279292293293+#### Raspberry Pi (Retropie)
280294First, add jessie-backports repo to your `/etc/apt/sources.list`
281295282296`deb [check-valid-until=no] http://archive.debian.org/debian jessie-backports main`
···299313sudo apt-get install -t jessie-backports liblua5.3-dev
300314git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build
301315cmake -DBUILD_WITH_ALL=On ..
302302-make -j4
303316304317# install software ubuntu 22.04.3 LTS
305318sudo apt-get install git build-essential ruby-full libsdl2-dev zlib1g-dev
···307320sudo apt-get install libcurl4-openssl-dev
308321git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build
309322cmake -DBUILD_WITH_ALL=On ..
310310-make -j4
311323```
312312-Install with [Install instructions](#install-instructions)
324324+325325+Install with [Install Instructions](#install-instructions)
313326314327_Note:_ If you are using a normal Raspberry Pi image (not Retropie) you may not
315328have OpenGL drivers enabled. Run `sudo raspi-config`, then select 7
···359372# Install instructions
360373361374## Linux
362362-To install run `sudo make install -j4`
375375+- To make an executable file `./tic80` without installation run `make` and locate the output in `TIC-80/build/bin`.
376376+- To install system-wide run `sudo make install`
377377+- You can append `-j4` if you have a modern system, or `-j2` for a Raspberry Pi to speed up the process.
363378364364-TIC-80 can now be run with `tic80`
379379+TIC-80 can now be run with `tic80` (if installed) or `./tic80` (with no installation).
365380366381## iOS / tvOS
367382You can find iOS/tvOS version here
···369384- 0.45.0: https://github.com/CliffsDover/TIC-80
370385371386## Credits
372372-373373-* Filippo Rivato - [Twitter @HomineLudens](https://twitter.com/HomineLudens)
374374-* Fred Bednarski - [Twitter @FredBednarski](https://twitter.com/FredBednarski)
375375-* Al Rado - [Twitter @alrado2](https://twitter.com/alrado2)
376376-* Trevor Martin - [Twitter @trelemar](https://twitter.com/trelemar)
377377-* MonstersGoBoom - [Twitter @MonstersGoBoom](https://twitter.com/MonstersGo)
378378-* Matheus Lessa - [Twitter @matheuslrod](https://twitter.com/matheuslrod)
379379-* CliffsDover - [Twitter @DancingBottle](https://twitter.com/DancingBottle)
380380-* Frantisek Jahoda - [GitHub @jahodfra](https://github.com/jahodfra)
381381-* Guilherme Medeiros - [GitHub @frenetic](https://github.com/frenetic)
382382-* Andrei Rudenko - [GitHub @RudenkoArts](https://github.com/RudenkoArts)
383383-* Phil Hagelberg - [@technomancy](https://technomancy.us/colophon)
384384-* Rob Loach - [Twitter @RobLoach](https://twitter.com/RobLoach) [GitHub @RobLoach](https://github.com/RobLoach)
385385-* Wade Brainerd - [GitHub @wadetb](https://github.com/wadetb)
386386-* Paul Robinson - [GitHub @paul59](https://github.com/paul59)
387387-* Stefan Devai - [GitHub @stefandevai](https://github.com/stefandevai) [Blog stefandevai.me](https://stefandevai.me)
388388-* Damien de Lemeny - [GitHub @ddelemeny](https://github.com/ddelemeny)
389389-* Adrian Siekierka - [GitHub @asiekierka](https://github.com/asiekierka) [Website](https://asie.pl/)
390390-* Jay Em (Sweetie16 palette) - [Twitter @GrafxKid](https://twitter.com/GrafxKid)
391391-* msx80 - [Twitter @msx80](https://twitter.com/msx80) [Github msx80](https://github.com/msx80)
392392-* Josh Goebel - [Twitter @dreamer3](https://twitter.com/dreamer3) [Github joshgoebel](https://github.com/joshgoebel)
393393-* Joshua Minor - [GitHub @jminor](https://github.com/jminor)
394394-* Julia Nelz - [Github @remi6397](https://github.com/remi6397) [WWW](https://nelz.pl)
395395-* Thorben Krüger - [Mastodon @benthor@chaos.social](https://chaos.social/@benthor)
396396-* David St-Hilaire - [GitHub @sthilaid](https://github.com/sthilaid)
397397-* Alec Troemel - [Github @alectroemel](https://github.com/AlecTroemel)
398398-* Kolten Pearson - [Github @koltenpearson](https://github.com/koltenpearson)
399399-* Cort Stratton - [Github @cdwfs](https://github.com/cdwfs)
400400-* Alice - [Github @aliceisjustplaying](https://github.com/aliceisjustplaying)
401401-* Sven Knebel - [Github @sknebel](https://github.com/sknebel)
402402-* Graham Bates - [Github @grahambates](https://github.com/grahambates)
403403-* Kii - [Github @kiikrindar](https://github.com/kiikrindar)
404404-* Matt Westcott - [Github @gasman](https://github.com/gasman)
405405-* NuSan - [Github @TheNuSan](https://github.com/thenusan)
387387+* Filippo Rivato — [Twitter @HomineLudens](https://twitter.com/HomineLudens)
388388+* Fred Bednarski — [Twitter @FredBednarski](https://twitter.com/FredBednarski)
389389+* Al Rado — [Twitter @alrado2](https://twitter.com/alrado2)
390390+* Trevor Martin — [Twitter @trelemar](https://twitter.com/trelemar)
391391+* MonstersGoBoom — [Twitter @MonstersGoBoom](https://twitter.com/MonstersGo)
392392+* Matheus Lessa — [Twitter @matheuslrod](https://twitter.com/matheuslrod)
393393+* CliffsDover — [Twitter @DancingBottle](https://twitter.com/DancingBottle)
394394+* Frantisek Jahoda — [GitHub @jahodfra](https://github.com/jahodfra)
395395+* Guilherme Medeiros — [GitHub @frenetic](https://github.com/frenetic)
396396+* Andrei Rudenko — [GitHub @RudenkoArts](https://github.com/RudenkoArts)
397397+* Phil Hagelberg — [@technomancy](https://technomancy.us/colophon)
398398+* Rob Loach — [Twitter @RobLoach](https://twitter.com/RobLoach) [GitHub @RobLoach](https://github.com/RobLoach)
399399+* Wade Brainerd — [GitHub @wadetb](https://github.com/wadetb)
400400+* Paul Robinson — [GitHub @paul59](https://github.com/paul59)
401401+* Stefan Devai — [GitHub @stefandevai](https://github.com/stefandevai) [Blog stefandevai.me](https://stefandevai.me)
402402+* Damien de Lemeny — [GitHub @ddelemeny](https://github.com/ddelemeny)
403403+* Adrian Siekierka — [GitHub @asiekierka](https://github.com/asiekierka) [Website](https://asie.pl/)
404404+* Jay Em (Sweetie16 palette) — [Twitter @GrafxKid](https://twitter.com/GrafxKid)
405405+* msx80 — [Twitter @msx80](https://twitter.com/msx80) [Github msx80](https://github.com/msx80)
406406+* Josh Goebel — [Twitter @dreamer3](https://twitter.com/dreamer3) [Github joshgoebel](https://github.com/joshgoebel)
407407+* Joshua Minor — [GitHub @jminor](https://github.com/jminor)
408408+* Julia Nelz — [Github @remi6397](https://github.com/remi6397) [WWW](https://nelz.pl)
409409+* Thorben Krüger — [Mastodon @benthor@chaos.social](https://chaos.social/@benthor)
410410+* David St—Hilaire — [GitHub @sthilaid](https://github.com/sthilaid)
411411+* Alec Troemel — [Github @alectroemel](https://github.com/AlecTroemel)
412412+* Kolten Pearson — [Github @koltenpearson](https://github.com/koltenpearson)
413413+* Cort Stratton — [Github @cdwfs](https://github.com/cdwfs)
414414+* Alice — [Github @aliceisjustplaying](https://github.com/aliceisjustplaying)
415415+* Sven Knebel — [Github @sknebel](https://github.com/sknebel)
416416+* Graham Bates — [Github @grahambates](https://github.com/grahambates)
417417+* Kii — [Github @kiikrindar](https://github.com/kiikrindar)
418418+* Matt Westcott — [Github @gasman](https://github.com/gasman)
419419+* NuSan — [Github @TheNuSan](https://github.com/thenusan)