Skip to content

Collection of Arduboy compiled games, demos and applications. Fork the repo and add your own games via Pull requests.

Notifications You must be signed in to change notification settings

SSNikolaevich/ArduboyCollection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

157 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erwin's Arduboy Collection

You can browse this repo here: http://arduboy.ried.cl

Json file for the repository: http://arduboy.ried.cl/repo.json

Loading the games

Windows

  1. Install Arduboy Uploader

  2. 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

Android

  1. Install Arduboy Mate

  2. Add http://arduboy.ried.cl/repo.json as one of the sources for the app

Demo

How to submit your game

  1. Fork this repo
  2. Create a new folder for your game under a category (you cannot create new categories, so choose one of the current available ones)
  3. 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
  1. Create a Pull request with your changes

game.ini format

title=Game name
date=yyyy-MM-ddTHH:mm:ssZ
author=Author
description=Description of the game

.url format

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.

About

Collection of Arduboy compiled games, demos and applications. Fork the repo and add your own games via Pull requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.6%
  • CSS 13.6%
  • JavaScript 11.3%
  • HTML 3.5%