Skip to content

Commit

Permalink
Prepare for PR (add MD files and review JSON)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabreturn committed Jan 22, 2024
1 parent c427840 commit be95101
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
Binary file modified SuperDrome Bugs.zip
Binary file not shown.
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 be95101

Please sign in to comment.