Botspot / pi-apps

Raspberry Pi App Store for Open Source Projects
GNU General Public License v3.0
1.93k stars 207 forks source link

BomberMan3D Install based app #2621

Closed Robostep21 closed 1 month ago

Robostep21 commented 1 month ago

What is the name of the app?

BomberMan3D

Where is the app hosted?

https://github.com/Robostep21/BomberMan3D

About the app

Retro game in 3D, with multiplayer! Maked on Godot.

HOW TO RUN: from menu.

CONTROLS: Walk: arrows. Place bomb: space.

Upload file or Add PR Link

BomberMan3D.zip

Confirmations

github-actions[bot] commented 1 month ago

Hello there 👋 Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible. In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.

Botspot commented 1 month ago

This is currently your install script:

#!/bin/bash

#Be sure to use the "error" function - it will display a message if a command fails to run. Example below:

git_clone https://github.com/Robostep21/BomberMan3D.git || error 'Failed to clone repository!'

unzip /home/admin/BomberMan3D/BM3D.zip

How is this supposed to work? what if I am using /home/pi instead of /home/admin? Do any apt packages need to be installed?

Also your description mentions something.

HOW TO RUN: from menu.

How is this menu button created? I don't see anything creating a menu launcher in your script, or in your zip file hosted on your github.

Botspot commented 1 month ago

Also this is a x86_64 binary - it won't run on Raspberry Pi. So why did you check this box in your original post?

Robostep21 commented 1 month ago

Sorry. My error. I need to fix it.

theofficialgman commented 1 month ago

The ability to run on all pi-apps supported systems is a requirement.

Due to the low quality of this issue and the requirement for porting (which we do not take requests for) this will be closed.

Botspot commented 1 month ago

@Robostep21 feel free to comment here if you get everything working, and we can reopen the issue.

theofficialgman commented 1 month ago

The source of the application is not clear either. Is this paid software (is: you want us to facilitate piracy) or is this software you have developed which the source just isn't available?