Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411472 Posts in 69369 Topics- by 58423 Members - Latest Member: antkind

April 23, 2024, 11:09:53 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsLintrix - Action Puzzle
Pages: [1]
Print
Author Topic: Lintrix - Action Puzzle  (Read 2094 times)
Stals
Level 0
**



View Profile WWW
« on: November 21, 2015, 03:43:44 AM »



[ iOS out Now! ]
[ Presskit ]

Lintrix is an action-puzzle game where you defend by creating barriers between crystals.
But one crystal can sustain only one barrier and barriers cannot intersect.
Every created barrier and every missed enemy consume one energy and to complete levels perfectly you need to spend as low as possible.
There are 3 stars for each level with a unique amount of energy required.

This is actually a continuation of the game we made some time ago for the Ludum Dare 30
(http://ludumdare.com/compo/ludum-dare-30/?action=preview&uid=25969).
Which had only the core mechanic - that you create barriers between the crystals and barrirs can't cross.
But for the full game we thought about more mechanics that would allow us to change up the gameplay.
As well as give the ability to make quite a few levels that would feel different from each other.

For example, adding double enemy gives us an opportunity to allow lines that would normally stop all the enemies,
but now because this enemy doesn't die that simply you can. Or moving crystals does the same thing and these two mechanics together
also add new depth, because you can now have barriers that move and with just a single barrier you can still kill double enemies.



The game is being developed by a small team in Moscow, Russia.
We can only work on the game in our free time, so the updates will be not so frequent as we actually want them to be,
but still we want to share the development process of this game.

What is left:
  • Add enough levels for another 3 galaxies
  • Improve tutorials
  • 1-2 new mechanics
  • Ability to skip levels
  • Localization
  • Finish sounds
  • Finish music
  • Trailers and things like that
  • Polish



Teaser Video:


Facebook: https://www.facebook.com/LintrixGame/
Our website: http://www.LintrixGame.com

You can find more posts like this on my blog: http://letsmakeagame.net/
Or if you would like to playtest and help us improve the game, please contact me here: http://letsmakeagame.net/contact/
« Last Edit: November 20, 2016, 07:43:27 AM by Stals » Logged

Stals
Level 0
**



View Profile WWW
« Reply #1 on: November 21, 2015, 03:49:15 AM »



We've also just added "Link Crystals" (you can see them on the gifs above) that allow the player to "redirect" barriers.
But the best part is - it just works with moving crystals. "Link Crystals" also allow us to make special types of levels - the ones where you need just one barrier to complete it but finding it is a puzzle in itself.
These barriers also allow us to play more with the idea of double enemies - so you can take out double enemies with a kind of zigzag pattern. And gives an ability to make levels that require you make a cool looking shape that is also very functional to complete them.
« Last Edit: November 21, 2015, 04:46:59 AM by Stals » Logged

Stals
Level 0
**



View Profile WWW
« Reply #2 on: November 23, 2015, 03:06:14 AM »

As I said before the game started out as a game jam game for PC but later when we decided to continue developing it, we switched focus to mobile. So aside from just improving the interface it also needed to be changed for the mobile. And playtesting definitely helped identify problems with our iterations. Some that we didn't even think about.

First Iteration (Game Jam)
Idea

This was just a version for the game jam so it had bare functionality. Buttons to be able to go to the title screen, to the next level or restart the level.



What we found out

Players were pressing on the Text on the right - i.e. "YOU WON" to go to the next level for example. Same thing for other types of this dialog. They didn't notice it (when we asked them), but they were still doing it. This was probably due to the layout of the screen and that the buttons on the left are not that visible as the big "YOU WON" on the right.

The buttons were hard to press and players looked for some time to find the right one.


Second Iteration
Idea

The buttons were too small and not suited for mobile (we started making the game for mobile at that time) so we knew they should be redone. And not only showing buttons as text but also using icons to help understand what the button does at a glance.

We also figured that there is a "next action button" in our game for different types of this screen (Pause, Victory, Game Over) and it should always be in the same place.

For example when the player pauses the game it should be "Resume", for the Victory screen - "Next" (this will get the player on the map and move to next level) And for the Loss of the level - the ability to restart it.

In the previous version players were pressing on "Victory", "Pause" so we made them pressable even though the positioning of a lot of elements have changed.



What we found out

"Next action button" worked really well, you had the most needed button always at the same place so after learning it once you can later press it without thinking about it.

We've redone the interface and the labels like "Victory" were no longer on the right. And So we thought players wouldn't press them to go next, but players still did that (a lot less though) so we decided to keep this feature.

But because of the new design the eye of the player was drawn to the middle now. The buttons were on the sides so the player still searched for them at first. There also was a share button on the center that people pressed without noticing what this button is about. They thought that it was the "Next action button"  to get to the next level for example. And it is the most logical place for it.

We also noticed that the buttons on the right were too small and close to each other and that may have lead to errors,  more so on the smaller screens.


Third Iteration (current)
Idea

We understood that the buttons on the sides were not visible enough and players spent some time searching for them. Also, there were not that much space between buttons so the player could easily press the wrong button (not the one he intended)

Different types of this dialog had a different number of buttons and we thought the previous version was good at the time. But then we realized that we could remove some options because in certain circumstances they are actually the same thing.

For example, these are current buttons for each state ("next action button is the second one"):
  • Pause Screen - "Back to the Map" / "Resume" (we removed restart because it is available from the level)
       
  • Victory Screen - "Restart" / "Next Level" (before both "Back to the Map" and "Next Level" were on this screen and both did the same thing)
       
  • Game Over Screen - "Back to the Map" / "Restart"
We also added numbers over the star slots that should help with the idea that you get stars based on the amount of energy you've spent creating barriers and missing enemies.



What we found out

This is the current version and not a ton of playtesting was made. But from our experience so far, I can say that it became a lot faster for the player to move to the next level when he finishes the first level. The percentage of people that get the energy system before the end of the first galaxy also increased. (but this can be due to other changes in tutorial, etc.)

(There were more smaller iterations, but I compiled them into several chunks.)

And so after a couple of iterations we have a lot more intuitive interface without big functional problems that we wouldn't even know existed if we haven't playtested.

Originally posted on "Let's Make a Game" blog

 
« Last Edit: November 23, 2015, 03:18:52 AM by Stals » Logged

Stals
Level 0
**



View Profile WWW
« Reply #3 on: March 31, 2016, 04:18:54 AM »

We've got a trailer!


« Last Edit: June 05, 2016, 03:48:12 AM by Stals » Logged

louiscroquet
Level 0
**



View Profile WWW
« Reply #4 on: March 31, 2016, 05:27:47 AM »

Hi there!
The game looks cool, the concept is original and the art is pretty gorgeous Smiley

If I understood correctly, the game is planned for mobile. Will it be free? If yes, how will you monetize it?
Logged
Stals
Level 0
**



View Profile WWW
« Reply #5 on: June 05, 2016, 03:50:18 AM »

Hi there!
The game looks cool, the concept is original and the art is pretty gorgeous Smiley

If I understood correctly, the game is planned for mobile. Will it be free? If yes, how will you monetize it?
Hi, sorry haven't seen your message.
Yes, we currently plan to release on mobile this summer as a paid game, so I don't have a lot to say about the monetization =)
Logged

Stals
Level 0
**



View Profile WWW
« Reply #6 on: September 11, 2016, 03:33:34 AM »

We've written a couple of articles related to Lintrix on the topic of Time Manipulation in Unity.
How we made our custom timeline to help make the levels and also how we implemented the rewinding effect that happens when you restart.


Logged

Stals
Level 0
**



View Profile WWW
« Reply #7 on: September 11, 2016, 08:25:04 AM »

We've also added a new mechanic - Portals



Logged

Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic