-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #344 from tabreturn/pistacho-duck-games
Pistacho duck games
- Loading branch information
Showing
6 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 | ||
|
||
Original version by: | ||
https://pistachoduck.itch.io/boniboni (tested with Boni_Linux64.zip) | ||
|
||
Boni the skeleton is traveling across the Mexican "Dia de Muertos", however, he needs to go across the spooky Iztepetl Cemetery. Help him get his skeletal body to the other side! | ||
|
||
|
||
## Controls | ||
|
||
| Button | Action | | ||
| ------ | -------------------- | | ||
| DPAD | Directional movement | | ||
| B | Jump | | ||
| A/Y | Shoot | | ||
|
||
|
||
## Compile | ||
|
||
```shell | ||
wget https://downloads.tuxfamily.org/godotengine/3.3.4/godot-3.3.4-stable.tar.xz | ||
tar xf godot-3.3.4-stable.tar.xz | ||
cd godot-3.3.4-stable/platform | ||
git clone https://github.com/Cebion/frt.git | ||
cd ../ | ||
scons platform=frt tools=no target=release use_llvm=yes module_webm_enabled=no -j12 | ||
strip bin/godot.frt.opt.llvm | ||
``` | ||
|
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 | ||
|
||
Original version by: | ||
https://pistachoduck.itch.io/superdrome-bugs (tested with SuperDromerBugs_Linux64.zip) | ||
|
||
One day, Simon Pray -- a pest extinguisher living in Mexico, where for some reason pests are nowhere to be found -- receives a call from a luxurious mansion offering him a job. Something doesn't seem right, but Simon doesn't have time to think about it, he needs the money!. Join S.Pray and help him get rid of the pests! | ||
|
||
|
||
## Controls | ||
|
||
| Button | Action | | ||
| ------ | -------------------- | | ||
| DPAD | Directional movement | | ||
| B | Jump | | ||
| A/Y | Shoot | | ||
|
||
|
||
## Compile | ||
|
||
```shell | ||
wget https://downloads.tuxfamily.org/godotengine/3.3.4/godot-3.3.4-stable.tar.xz | ||
tar xf godot-3.3.4-stable.tar.xz | ||
cd godot-3.3.4-stable/platform | ||
git clone https://github.com/Cebion/frt.git | ||
cd ../ | ||
scons platform=frt tools=no target=release use_llvm=yes module_webm_enabled=no -j12 | ||
strip bin/godot.frt.opt.llvm | ||
``` | ||
|