Skip to content

Commit

Permalink
- add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tabreturn committed Dec 17, 2024
1 parent 859a2ba commit aa27b42
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
29 changes: 29 additions & 0 deletions ports/megaball/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Notes

Thanks [helpcomputer](https://helpcomputer.itch.io) (Adam) for creating this fantastic game and releasing it under an MIT license.


## Controls

| Button | Action |
| D-PAD | Movement |
| START | Menu |
| A | Self-destruct |


## Compile

```shell
apt update
apt install wget git python3-venv # python >=3.8 is required

# Setup pyxel virtual env
python3 -m venv pyxel-venv
source pyxel-venv/bin/activate
pip install pyxel

# Test the game
git clone https://github.com/tabreturn/PortMaster-New.git
cd ports/megaball
pyxel run megaball/gamedata/main.py
```
13 changes: 13 additions & 0 deletions ports/megaball/gameinfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<gameList>
<game>
<path>./Megaball.sh</path>
<name>Megaball</name>
<desc>The goal is to roll the ball over every flashing panel to complete the stage. For each stage you complete, you gain one extra life. If you need to, you can self-destruct (and lose a life) and shatter into ten pieces, killing any enemy which collides with these pieces; you will immediately re-spawn, and the enemy will reappear in 5 seconds.</desc>
<releasedate>20200906T000000</releasedate>
<developer>helpcomputer (Adam)</developer>
<publisher>helpcomputer</publisher>
<genre>Arcade</genre>
<image>./megaball/screenshot.png</image>
</game>
</gameList>
28 changes: 28 additions & 0 deletions ports/megaball/port.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": 3,
"name": "megaball.zip",
"items": [
"Megaball.sh",
"megaball"
],
"items_opt": null,
"attr": {
"title": "Megaball",
"porter": [
"tabreturn"
],
"desc": "The goal is to roll the ball over every flashing panel to complete the stage. For each stage you complete, you gain one extra life. If you need to, you can self-destruct (and lose a life) and shatter into ten pieces, killing any enemy which collides with these pieces; you will immediately re-spawn, and the enemy will reappear in 5 seconds.",
"desc_md": null,
"inst": "Ready to run! Thanks helpcomputer (https://helpcomputer.itch.io) for releasing this game under an MIT license.",
"inst_md": "Ready to run! Thanks [helpcomputer](https://helpcomputer.itch.io) for releasing this game under an MIT license.",
"genres": [
"arcade"
],
"image": {},
"rtr": true,
"exp": false,
"runtime": "pyxel_2.2.8_python_3.11",
"reqs": [],
"arch": []
}
}
Binary file added ports/megaball/screenshot.png
Loading
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 aa27b42

Please sign in to comment.