All Projects → eried → ArduboyCollection

eried / ArduboyCollection

Licence: BSD-3-Clause license
Collection of Arduboy compiled games, demos and applications. Fork the repo and add your own games via Pull requests.

Projects that are alternatives of or similar to ArduboyCollection

Alfred-Colors-workflow
hex <=> rgb <=> hsl
Stars: ✭ 28 (-71.72%)
Mutual labels:  hex
exe2hex
Inline file transfer using in-built Windows tools (DEBUG.exe or PowerShell).
Stars: ✭ 284 (+186.87%)
Mutual labels:  hex
GoogleDriveBrowser
Goole Drive Download Library for iOS
Stars: ✭ 13 (-86.87%)
Mutual labels:  browse
hext
Markup language and tool for generating binary files
Stars: ✭ 23 (-76.77%)
Mutual labels:  hex
khroma
A collection of functions for manipulating CSS colors, inspired by SASS.
Stars: ✭ 28 (-71.72%)
Mutual labels:  hex
evade-arduboy-game
An Arduboy game, written as a gift for Modus Create clients for the 2016 holiday season.
Stars: ✭ 29 (-70.71%)
Mutual labels:  arduboy
Xprof
A visual tracer and profiler for Erlang and Elixir.
Stars: ✭ 246 (+148.48%)
Mutual labels:  hex
pfp-vim
A vim hex-editor plugin that uses 010 templates to parse binary data using pfp
Stars: ✭ 57 (-42.42%)
Mutual labels:  hex
dehex
🎨👀 R package: learn to assess a colour hex code by eye
Stars: ✭ 29 (-70.71%)
Mutual labels:  hex
ld-r
Linked Data Reactor (LD-R)
Stars: ✭ 127 (+28.28%)
Mutual labels:  browse
serde with
This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
Stars: ✭ 392 (+295.96%)
Mutual labels:  hex
hxd
Speedy colored hexdump
Stars: ✭ 33 (-66.67%)
Mutual labels:  hex
literate-binary
Integrate handcrafted binary and documentation
Stars: ✭ 37 (-62.63%)
Mutual labels:  hex
AtomicX
Browse, Download and Install GSC Mods for Black Ops II (PlayStation 3 & Xbox 360)
Stars: ✭ 20 (-79.8%)
Mutual labels:  browse
shipit
ShipIt automates Hex package publishing to avoid common mistakes
Stars: ✭ 21 (-78.79%)
Mutual labels:  hex
QuickTraceiOSLogger
A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。
Stars: ✭ 16 (-83.84%)
Mutual labels:  browse
contentful.ex
Elixir SDK for the Contentful Delivery API
Stars: ✭ 32 (-67.68%)
Mutual labels:  hex
R3ditor
An open-source project created to reverse-engineering some Resident Evil 3 files
Stars: ✭ 19 (-80.81%)
Mutual labels:  hex
codenames
A simple bash script to convert hex values (such as commit ids) to codenames
Stars: ✭ 14 (-85.86%)
Mutual labels:  hex
craneoperator
Gives you a simple web interface for browsing around a Docker Registry
Stars: ✭ 116 (+17.17%)
Mutual labels:  browse

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].