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

Sky PillarsView game page

Place some pillars, watch out for the infection
Submitted by thatnzguy — 20 hours, 40 minutes before the deadline
Add to collection

Play game

Sky Pillars's itch.io page

Results

CriteriaRankScore*Raw Score
Feel#3322.4493.000
Aesthetics#3372.8583.500
Innovation#3802.4493.000
Overall#3832.4493.000
Theme#3882.4493.000

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

How does your submission match the theme?
The player can only place new tiles. This action also triggers a character to move to the location.
Placed tiles have a danger value based on their location (the number of neighbors).
The player must consider the movement of the character, the placement of tiles, and avoid the tiles about to be removed.

Third-party resources
Unity
A* Pathfinding library.

Contributors
Joel Schroyen (Developer)
Justin Reti (Tester)

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted (1 edit)

That A* library seems like overkill to be honest :) 

Suggestion: It is hard to make sense of the game without your description, because to me at least it seems to go too fast, and it was hard to understand at first.

Praise: I liked the visuals for this, good job on that :)

Developer

Cheers!

I used the A* library because Unity 2017 didn't have an easy way to update navigation meshes during runtime, and I already knew the library.