Skip to content

Commit

Permalink
Repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 24, 2024
1 parent eee64a2 commit 720b404
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
15 changes: 14 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="inner">
<header>
<h1>Erwin's Arduboy Collection</h1>
<p class="subheadline">A curated list of 308 games for the <a href="https://arduboy.com/" target="_blank">Arduboy</a> (and <a href="https://s.click.aliexpress.com/e/_dYIvGGB" target="_blank">clones</a>)</p>
<p class="subheadline">A curated list of 309 games for the <a href="https://arduboy.com/" target="_blank">Arduboy</a> (and <a href="https://s.click.aliexpress.com/e/_dYIvGGB" target="_blank">clones</a>)</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="CLCKXMYJUWA8Y" />
Expand Down Expand Up @@ -3007,6 +3007,19 @@ <h3>Roshambo by <a href="https://github.com/CDRXavier/Roshambo" title="View sour
<a href="https://raw.githubusercontent.com/eried/ArduboyCollection/master/Puzzle%2FRoshambo%2FRoshambo.hex" download target="_blank" class="button style3 fit">Download hex <i class="fa fa-download" aria-hidden="true"></i></a>
</div>
</div>
<div class="box" data-item-tags="Puzzle" data-item-date="2024-05-24T19:00:00Z" data-item-license="MIT">
<a class="image fit"><img src="https://raw.githubusercontent.com/eried/ArduboyCollection/master/Puzzle%2FRowFarm%2Ftitle_screen.png" alt="" /></a>
<div class="inner">
<h3>Row Farm by <a href="https://community.arduboy.com/t/row-farm-a-puzzle-game-inspired-by-columns/12042" title="View source code" target="_blank" >Glitschen</a></h3>
<p>Match adorable farm animals in this mini puzzle game inspired by classic Columns!</p>
<div class="wpac-rating" data-wpac-chan="6adbf6"></div>
<p class="license">MIT <i class="fa fa-balance-scale"></i></p>
<a href="" target="_blank" class="button fit">More information</a>
<a href="arduboy:https://raw.githubusercontent.com/eried/ArduboyCollection/master/Puzzle%2FRowFarm%2FRowFarm.hex" class="button style2 fit customprotocol">Upload to my Arduboy <i class="fa fa-magic" aria-hidden="true"></i></a>
<a href="https://felipemanga.github.io/ProjectABE/?hex=https://raw.githubusercontent.com/eried/ArduboyCollection/master/Puzzle%2FRowFarm%2FRowFarm.hex" target="_blank" class="button style2 fit">Play in emulator <i class="fa fa fa-gamepad" aria-hidden="true"></i></a>
<a href="https://raw.githubusercontent.com/eried/ArduboyCollection/master/Puzzle%2FRowFarm%2FRowFarm.hex" download target="_blank" class="button style3 fit">Download hex <i class="fa fa-download" aria-hidden="true"></i></a>
</div>
</div>
<div class="box" data-item-tags="Arcade" data-item-date="2019-12-20T13:25:29Z" data-item-license="MIT">
<a class="image fit"><img src="https://raw.githubusercontent.com/eried/ArduboyCollection/master/Arcade%2FSameGame%2F862012e97260e55ebb21333efefe53ad1dd822b7.png" alt="" /></a>
<div class="inner">
Expand Down
23 changes: 22 additions & 1 deletion docs/repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4709,6 +4709,27 @@
"id": "6aba21",
"arduboy": ""
},
{
"title": "Row Farm",
"description": "Match adorable farm animals in this mini puzzle game inspired by classic Columns!",
"genre": "Puzzle",
"url": "",
"sourceUrl": "https:\/\/community.arduboy.com\/t\/row-farm-a-puzzle-game-inspired-by-columns\/12042",
"author": "Glitschen",
"banner": "https:\/\/raw.githubusercontent.com\/eried\/ArduboyCollection\/master\/Puzzle%2FRowFarm%2Ftitle_screen.png",
"date": "2024-05-24T19:00:00Z",
"binaries": [
{
"title": "Row Farm",
"filename": "https:\/\/raw.githubusercontent.com\/eried\/ArduboyCollection\/master\/Puzzle%2FRowFarm%2FRowFarm.hex",
"device": "Arduboy"
}
],
"screenshots": [],
"license": "MIT",
"id": "6adbf6",
"arduboy": ""
},
{
"title": "SameGame - A famous tile-matching puzzle",
"description": "This game is played on a 10\u00d720 rectangular field, initially filled with 5 kinds of blocks placed at random. By selecting a group of adjoining blocks of the same kind, a player may remove them from the field",
Expand Down Expand Up @@ -6474,5 +6495,5 @@
"arduboy": ""
}
],
"items-length": "308"
"items-length": "309"
}

0 comments on commit 720b404

Please sign in to comment.