# Jungle Adventure Game in P5js & FroobitJS

**URL:** https://discourse.processing.org/t/jungle-adventure-game-in-p5js-froobitjs/21052
**Category:** Gallery
**Created:** [May 19, 2020, 1:54pm UTC](https://discourse.processing.org/t/jungle-adventure-game-in-p5js-froobitjs/21052 "2020-05-19T13:54:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![r4nd0m](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/r4nd0m/32/9477_2.png) [@r4nd0m](https://discourse.processing.org/u/r4nd0m)
#### Post date: [May 19, 2020, 1:54pm UTC](https://discourse.processing.org/t/jungle-adventure-game-in-p5js-froobitjs/21052/1 "2020-05-19T13:54:59Z")

</div>

Hi all,

Wanted to drop here a game I’m currently working on.  
It’s written in Javascript, I’m using p5js for rendering & sound, and FroobitJS for gamedev stuff like camera, sprite animations, events, layers etc…

 ![tropical-buggy-preview](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/2X/e/e1f0ccb7d02bcef8b02565bf1cc02babd910b48e.png)  
You can play it here: [http://owom.io/game/tropicalbuggy/](http://owom.io/game/tropicalbuggy/)

Still working on controls for desktop, best check it out on mobile device.  
Game runs in landscape mode, and controls are following:  
TOUCH ON LEAF AND NEW BRANCH WILL GROW  
LEFT SIDE TOUCH - Swipe left/right to change movement direction  
RIGHT SIDE TOUCH - Swipe to jump / You can adjust jump trajectory as well

Feel free to ask me anything game related.  
Also looking forward to hearing your feedback and suggestions 🙂

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [May 20, 2020, 4:42pm UTC](https://discourse.processing.org/t/jungle-adventure-game-in-p5js-froobitjs/21052/2 "2020-05-20T16:42:37Z")

</div>

Thanks for sharing! Does Froobit have a homepage, repo, or documentation?

I was able to use it on desktop with mouse + Left/Right keys. You might want to display a controls screen to let people know what the controls are – they aren’t obvious.

---

<div class="post-metadata">

### Author: ![r4nd0m](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/r4nd0m/32/9477_2.png) [@r4nd0m](https://discourse.processing.org/u/r4nd0m)
#### Post date: [May 20, 2020, 6:34pm UTC](https://discourse.processing.org/t/jungle-adventure-game-in-p5js-froobitjs/21052/4 "2020-05-20T18:34:27Z")

</div>

Thank you for your feedback, it really means a lot!

Unfortunately I didn’t have time to make homepage & documentation, but this is high on my priority list!  
I’m adding some final touches to Froobit v2, and I hope to publish v2 together with documentation so other developers can leverage the framework to make games as well.  
Currently, only sources of information are [npm package](https://www.npmjs.com/package/froobit) readme & my Youtube devlog playlist [here](https://www.youtube.com/watch?v=p-gwhy8z3W0&list=PLHXmvHIP-p8yIVr_4tDu_z_YYjd10QZFl) for now.

Yes, I agree, I definitely have to put more time to make controls more obvious and probably introduce, as you suggested a screen or a tutorial for first play.  
On mobile however, I tried to mimic how controls are implemented in game called Limbo, and in landscape mode with two thumbs I think experience is much more intuitive for players 🙂
