• Register

Welcome, to librarian hell, where you have been sentenced to stacking books for the rest of eternity. However, if you do your job well enough you will be granted a passage to heaven.

Post news Report RSS Update: Patterns and Book Resize

An update about the latest features in the game, as well as some gameplay tweaks.

Posted by on

I've been hard at work in the last few weeks on improving the gameplay.

First of all, here are a whole bunch of tweaks to the existing gameplay

  • The player's movement is no longer based on physics forces, but directly moving the game object
  • The player now falls a lot slower, making stacking a LOT easier
  • I wrote a proper stacking mechanic, that gives me control over when a stack of books falls. (It still relies on 2D physics, but Unity's 2D physics is not that great)
  • "Remaining Books" now counts only ones which are not laying in a stack or on the ground, this means that you no longer have to worry about having a lot of stacks.
remaining

Also, I implemented some new features:

Patterns
pattern

the stacking line will now be raised only if a stack of books has come combination of colors, in a sense similar to tetris.

Book Resize

Unity has a 9-sliced sprite support in UI that's very useful for resizing UI elements. But, I couldn't figure out a way to make use of that ingame, beside making the books UI elements (children of a canvas), but that sounded very wrong.
So I implemented my own 9-sliced sprite support!

resize

With some support for drawing the lines that simulated pages in a book. This allows me to have books of any size in the game without sqiushing or stretching the border( as shown above).

That's it from me for now, more updates will be coming soon.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: