Skip to content

Commit

Permalink
Merge pull request #344 from tabreturn/pistacho-duck-games
Browse files Browse the repository at this point in the history
Pistacho duck games
  • Loading branch information
kloptops authored Jan 22, 2024
2 parents 5db044a + e5517db commit e60aee8
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 0 deletions.
Binary file added Boni.zip
Binary file not shown.
Binary file added SuperDrome Bugs.zip
Binary file not shown.
Binary file added images/boni.screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/superdrome.bugs.screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions markdown/boni.md
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
```

29 changes: 29 additions & 0 deletions markdown/superdrome.bugs.md
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
```

0 comments on commit e60aee8

Please sign in to comment.