Play game
Hexagons Are The Bestagons's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Cleverness | #1896 | 1.000 | 1.000 |
Theme | #1934 | 1.000 | 1.000 |
Playability | #1983 | 1.000 | 1.000 |
Artistic Style | #2081 | 1.000 | 1.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
This is really a great idea, neat to learn Python!
Thank you!!