Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

FrogflyView game page

MiniJam #79 - "Frogs" - "Only one level"
Submitted by Nodli (@niidloo) — 5 hours, 24 minutes before the deadline
Add to collection

Play game

Frogfly's itch.io page

Results

CriteriaRankScore*Raw Score
Use of the Limitation#1282.8464.500
Enjoyment#1312.2143.500
Overall#1452.3323.688
Concept#1502.2143.500
Presentation#1532.0553.250

Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Team members
1

Software used
My own game engine: C++, SDL2, OpenGL 3.3, stb, cJSON, gl3w, klib, ImGui

Use of the limitation
There is only one level !

Cookies eaten
Zero, nada, nothing.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

It's fun when you get a rhythm, it would be cool to see a score or combo meter! Also the restart button would only press if you hit the word, so making that range a bit bigger would be nice!

Submitted

Good game! Nice drawing!

Building for Linux is very cool!

Submitted

a linux-exclusive, nice! might be hard to get ratings like that tho

i’d have liked to see some kind of score counter or something, to give me reason to go back and try again if a fly gets away

also, not sure if it happens on your system, but for me the background image literally moves around within a window that’s as wide as my screen, so it can be a bit jarring when it’s completed its horizontal scroll and warps back to its leftmost position

Developer(+1)

thanks for the feedback !
i submitted a windows build, it required a little bit of work to port as i'm developping on linux

regarding the background image, it's a dirty trick i'm doing because the window is not supposed to be resizeable... i will look into that but it might me a distro related thing

Submitted

window-manager related probably, since i’m using i3. tiling window managers don’t let applications dictate their shape and size. any way you could just clip the draw to the expected content area?

Developer

i see, i can do clipping in OpenGL and it shouldn't be a lot of work.

thanks for the details, i'll keep that in mind for the next entry !