You can browse this repo here: http://arduboy.ried.cl
Json file for the repository: http://arduboy.ried.cl/repo.json
-
Install Arduboy Uploader
-
Browse this repository using http://arduboy.ried.cl, if you clicked yes to the arduboy: protocol association when installing Arduboy Uploader, you can click "Upload to my Arduboy", otherwise just download the games and open Arduboy Uploader manually
-
Install Arduboy Mate
-
Add http://arduboy.ried.cl/repo.json as one of the sources for the app
- Fork this repo
- Create a new folder for your game under a category (you cannot create new categories, so choose one of the current available ones)
- Inside that directory place the following files:
| Filename | Description |
|---|---|
| anything.hex | Binary file for the Arduboy |
| anything.png | Banner image / screenshot of the game |
| description.txt | (Optional, deprecated) Contains the description to be parsed |
| game.ini | Text file with information of the game (check below for format details) |
| anything.url | Contains the URL (using the typical browser format for bookmark files, check below) |
| source.url | (Optional) Contains the URL of the source code of the game |
- Create a Pull request with your changes
title=Game name
date=yyyy-MM-ddTHH:mm:ssZ
author=Author
description=Description of the game
TIP: You can drag from the left side of your browser's address bar to a folder to get the .url file of the current webpage
[InternetShortcut]
URL=https://url.to/the/website
A webhook updates the repository static json file after a commit automatically.
