Skip to main content

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

Hexagons Are The BestagonsView game page

Submitted by Luzzotica (@LuzzoticaLong) — 1 hour, 19 minutes before the deadline
Add to collection

Play game

Hexagons Are The Bestagons's itch.io page

Results

CriteriaRankScore*Raw Score
Cleverness#18961.0001.000
Theme#19341.0001.000
Playability#19831.0001.000
Artistic Style#20811.0001.000

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

Judge feedback

Judge feedback is anonymous.

  • Requires coding to play. No a whole lot of guidance on where to type or set up the code. The graphics are simple and nice to look at though!

Did you include your Game Design Document as a Google Drive link?
Yes

Seriously... did you include your Game Design Document?
Yes

Is your game set to Public so we can see it?
Yes

Tell us about your game!
I've been dreaming of building a game like this for a while!
It's a tower defense game.
But your towers don't do anything unless you program them (with Python code) to actually do something.

Most of this game jam was spent building a functioning Python VM that would run in the browser that was linked to Godot.

That game itself was built in 2 days (Monday-Tuesday).

Extra Notes
There appears to still be some bugs with the JS bridge I am using to route data to the WASM library that runs my Python VM. This mostly affects things like enemy metadata being synced so your Towers have access to it, but it won't affect manual input.

However, this means you're capped in how far you can progress (since you can't fully automate things).

I'll be working on fixing those bugs up! I'm proud of the progress I've made in 2 weeks! =D

Leave a comment

Log in with itch.io to leave a comment.

Comments

(+1)

This is really a great idea, neat to learn Python!

Developer

Thank you!!