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

Birds and CrustaceansView game page

Online multiplayer game where you compete other players in killing birds and crustaceans made for Bevy Jam #1
Submitted by Janno90 — 14 hours, 5 minutes before the deadline

Play game

Birds and Crustaceans's itch.io page

Results

CriteriaRankScore*Raw Score
Originality#691.2892.286
Gameplay#701.0481.857
Presentation#720.8861.571
Overall#720.9471.679
Theme Interpretation#740.5641.000

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

Leave a comment

Log in with itch.io to leave a comment.

Comments

(+1)

It has potentials even if that's a classic gameplay.

- Shooting at the top-left stat things to upgrade is an interesting idea, too bad that the asset images are missing x)
- Shooting down enemies requires too many clicks !

Developer (1 edit)

Interesting thing about the game is that it's fully deterministic. Server is just an relay and only data that gets transferred is player inputs. It also uses rollback to fix miss predicted frames.

Server is located in New York, because I wanted to have higher ping to test out the networking.

Developer

Regarding the jam theme: To be honest, my game does not really have anything "Unfair Advantage". I couldn't really figure out interesting mechanic to match the theme and also I ran out of time. But regardless I still wanted to share my code and game.

Source code: https://github.com/jvikstedt/birds_and_crustaceans

Developer

Install instructions:

Either load index.html or go to http://gaminghouse.io

index.html is just an iframe to gaminghouse.io. I had trouble getting https connections to work with the libraries that I used for networking, so I couldn't host the html files on itch.io because of browsers don't allow https -> http connections.

Game has been tested with google-chrome.