Skip to content

Commit

Permalink
Merge pull request #723 from ra101/Omnitrix
Browse files Browse the repository at this point in the history
Omnitrix App added
  • Loading branch information
gfwilliams committed Apr 19, 2021
2 parents 8fced50 + 99d16f9 commit 9d539b5
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps.json
Expand Up @@ -3146,6 +3146,20 @@
{"name":"whereworld.worldmap","url":"worldmap"}
]
},
{
"id": "omnitrix",
"name":"Omnitrix",
"icon":"omnitrix.png",
"version": "1.0",
"readme": "README.md",
"description": "An Omnitrix Showpiece",
"tags": "game",
"readme": "README.md",
"storage": [
{"name":"omnitrix.app.js","url":"omnitrix.app.js"},
{"name":"omnitrix.img","url":"omnitrix.icon.js","evaluate":true}
]
},
{ "id": "batclock",
"name": "Bat Clock",
"shortName":"Bat Clock",
Expand Down
1 change: 1 addition & 0 deletions apps/omnitrix/ChangeLog
@@ -0,0 +1 @@
0.01: App Created!
23 changes: 23 additions & 0 deletions apps/omnitrix/README.md
@@ -0,0 +1,23 @@
<div align="center">
<h1> Omnitrix </h1>
<p align="center">
<img src="./assets/screenshot.png" width="240px" height="240px">
</p>
<h3>This App is a portable library of intergalactic genetic data that allows the wielder to alter xer DNA at will and transform into the selected pre-scanned alien species.</h3>
<br>
<img src="https://img.shields.io/badge/Made%20with-JavaScript-f0db4f?style=for-the-badge&amp;logo=javascipt" alt="Made with JavaScipt"> <img src="https://img.shields.io/badge/Open%20Source%20Hardware-%E2%9A%99-blue?style=for-the-badge&amp;logo=open-source-initiative" alt="Open Source Hardware"> <img src="https://img.shields.io/badge/espruino-%E2%98%95-white?style=for-the-badge" alt="Espruino"> <img src="https://img.shields.io/badge/Built%20With-%E2%99%A1-critical?style=for-the-badge&amp;logo=github" alt="Built with Love">


</div>

<br>

## Requests

Please leave bug reports and requests by raising an issue [here](https://github.com/ra101/BangleApps).

<br>

## Creator

[〈 RA 〉](https://github.com/ra101)
Binary file added apps/omnitrix/assets/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions apps/omnitrix/omnitrix.app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions apps/omnitrix/omnitrix.icon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added apps/omnitrix/omnitrix.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d539b5

Please sign in to comment.