• Stars
    star
    143
  • Rank 257,007 (Top 6 %)
  • Language
  • License
    BSD 3-Clause "New...
  • Created over 7 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Erwin's Arduboy Collection

paypal

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

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

Play 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

Also, check out alternatives for this platform.

Android

  1. Install Arby Utility

  2. Click "Upload to my Arduboy" in http://arduboy.ried.cl and follow Arduboy Utility steps in your phone

Also, check out alternatives for this platform.

Demo

Submit your game

  1. Fork this repo (If you do not get what this step means, stop and follow this steps) and also Star this repo
  2. Create a new unique folder (case insensitive) for your game under an existent category folder (i.e. Arcade, RPG, etc)
  3. Inside your folder, place:
Filename Description
anything.hex Your compiled game for the Arduboy (check below for more details)
anything.png Banner image / screenshot of the game
anything.url Game details URL (using the typical browser format for bookmark files, check below)
game.ini Information of the game (check below for format details)
source.url (Optional) Contains the URL of the source code of the game
  1. Sync your fork and Create a Pull request

game.ini format

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

Instead of typing the date and time for the date variable, you can use: https://www.utctime.net/

For the license variable, you need to use one of the identifiers defined here: https://spdx.org/licenses/

You can also add the following entry to reference a remote file. If you are linking to github, make sure it is the "Raw" version of the url and not the github details for the file. You can include extra files, but they wont appear anywhere and your Pull Request may not be accepted if the commit is too messy.

hex=http://url.to/your/own/server-with-the/game.hex

This file is parsed by php's parse-ini-file function, try to avoid trailing spaces.

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

Get your game.hex file

  1. Open your code in Arduino IDE
  2. Click Sketch / Export compiled Binary
  3. Click Sketch / Show Sketch Folder

WARNING: Do not use the with_bootloader.leonardo.hex file. This file may brick your Arduboy. Arduboy Uploader will protect your Arduboy from this kind of issues, but if you manage to brick your device, check the following instructions

More Repositories

1

flipperzero-mayhem

Perfect companion for your Flipper Zero. ESP32 with WiFi, BT/BLE, micro-SD, camera+PSRAM, flashlight and extras: NRF24/CC1101, 3V/5V sensors
C++
518
star
2

Research

My personal repository for findings and things to remember
G-code
167
star
3

ArduboyUploader

Tool for transfering files to the Arduboy
C#
38
star
4

PrimeComm

HP Prime Calculator communication library, gui, command line solution
C#
21
star
5

flipperzero-flippenheimer

Handy geiger counter add-on for your Flipper Zero
20
star
6

HP35boy

HP35 emulator for Arduboy
C++
6
star
7

FidgetSpinnerEditor

Editor for the "MATEMINCO Intelligent LED APP Control Fingertips Gyro Rotation Chargeable EDC Hand Spinner" bin files
C#
6
star
8

ArduboyVirtualInput

Virtual mouse and keyboard for Arduboy
C++
4
star
9

eried

3
star
10

javaanpr

Forked from http://javaanpr.sourceforge.net/. JavaANPR is an automatic number plate recognition software, which implements algorithmic and mathematical principles from field of artificial intelligence, machine vision and neural networks.
Java
3
star
11

ArduboyBackToTheJungle

Game created for gamejam with the topic: The Zoo had to close, what can the animals do?
C
3
star
12

RPiCustomizer

Raspberry Pi Customizer
C#
2
star
13

OnTopReplica

OnTopReplica for Windows 8 (http://codeplex.codeplex.com)
C#
2
star
14

LaserTurretKinect

Protect yourself with this badass printable desktop laser turret.
C#
2
star
15

ArduboyUploaderDock

C
2
star
16

NMEA2WIFI

C++
2
star
17

hictop_prusa-i3

Parts for hictop prusa i3d
2
star
18

DigisparkVolumeKnob

Simple USB volume knob
C
1
star
19

ArduboyVirtualGamepad

Generic USB HID Gamepad for Arduboy
C++
1
star
20

eTapeUWP

Trying to access the eTape bluetooth BLE digital measuring tape from UWP
C#
1
star
21

ServiceLauncher

Starts and stops services required for a program before and after launching the program itself. Useful to deal with applications with lots of required Windows services, like VMware Workstation
C#
1
star
22

WhenLastCOMPort

Keep track of the latest COM port connected to the system
C#
1
star
23

FixedPoints

A portable fixed point arithmetic library
C++
1
star
24

CuraInventorPlugin

Mirror of: https://thopiekar.eu:5443/Cura-CAD-integration/CuraInventorPlugin
Python
1
star
25

uniarbol-go1

Research and wiki about my Go1 Pro
C++
1
star