A game where you take care of froggies.

Nothing bad happens.

Controls

Standard first person controls. WASD movement, Space to jump, mouse to look around.

Info

Created entirely using open-source software (if we don't count windows OS). 

All art assets made by me.

Written using my boomer potato engine. That means that there probably will be bugs.

Btw the game logic in this engine is tied to rendering speed, so if your monitor refreshes faster than 60hz, then the game will be too fast.

I should probably fix it sometime.

Source code: https://github.com/racenis/jam-game-iii

Engine: https://github.com/racenis/tram-sdk

StatusReleased
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authorracenis
GenreAdventure
Made withBlender, Audacity, Bullet (Physics Engine), GIMP
Tags3D, Frogs, Low-poly
Code licenseGNU General Public License v3.0 (GPL)
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard, Mouse
LinksSource code

Download

Download
froggy-garden.zip 4 MB

Development log

Comments

Log in with itch.io to leave a comment.

It's a cool game, but the speed of the entire game is at like 2x or 3x what it should be. It may be bc of what the other commenter was talking about

something bad happened

what happened?

making a reference to the start of the page, btw the sensitivity is super inconsistent while moving, I know you mentioned it ran based on frame rate and my monitor is 144hz so that might be it

That's weird, the mouse sensitivity should be independent from the frame rate, but maybe that's because the web version of the input library that I am using works differently from the desktop version.