-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.