Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411485 Posts in 69371 Topics- by 58427 Members - Latest Member: shelton786

April 24, 2024, 07:58:29 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsUnderliner | lollipops & bullets (OUT NOW)
Pages: [1] 2
Print
Author Topic: Underliner | lollipops & bullets (OUT NOW)  (Read 4559 times)
Jungwoo Yom
Level 0
***


View Profile WWW
« on: January 05, 2022, 10:21:32 PM »



An unusual combination of lollipops and bullets invites you to a world full of surprises.

Make a path of a bullet. Decide positions the bullet should make a turn. Find the perfect angle.

UNDERLINER IS OUT NOW




OUT NOW
Steam page: https://store.steampowered.com/app/1927220/Underliner

Latest post: https://forums.tigsource.com/index.php?topic=72880.msg1449973#msg1449973
 
Trailer:




Prototype gameplay:





"Make a path of a bullet"

The core mechanic of this game is hard to explain with text. So I recommend that you watch the gameplay video above. In the game, you have to set up a path by flying through the air. Despite being only able to fly in one direction, colliding with certain objects will stop you so you can choose the next direction.

By repeating this process, you will create a path for something I call "signal". Pressing a certain key makes signal fly on the path you've set. When the signal collides with other objects, each of them will react in their own unique ways. I'll talk more about this later.

Last summer, I released a puzzle game called Nine of Wands. Although people liked the mechanic and puzzles, I wasn't satisfied with its some aspects like its short length, a bit vague tutorial, and too simple art style. That led me to start working on this project. Smiley Stay tuned!
« Last Edit: May 04, 2022, 06:10:50 PM by Jungwoo Yom » Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #1 on: January 23, 2022, 08:35:37 PM »

Underliner Devlog #2 (January 24, 2022)


Hello! It's been more than two weeks since the first devlog. I've been working on the game's core mechanic Smiley Since I spent most of the time fixing bugs and improving system, I couldn't work on puzzle design. Hopefully, its core mechanic is almost done and it's working with no problem.



Also, I applied some lighting. I'll work on this later, so the above image does not represent the final game's graphics. Meanwhile, I received some feedbacks that it's difficult to understand how the mechanic really works. So I am planning to improve visual and audio elements to clarify it. Stay tuned!
« Last Edit: February 22, 2022, 05:07:49 PM by Jungwoo Yom » Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #2 on: February 10, 2022, 12:43:23 AM »

Underliner Devlog Devlog #3 (February 10, 2022)


I am happy to announce that the game's official title has been decided! It's 'Underlining Life'. I am trying to design a puzzle that deals with many things in our life. Not via stories or shallow symbolism, but through its game mechanic.

So I've been designing puzzles for last few weeks.



If i can, I'll build a demo version for playtesting soon Smiley Meanwhile, I reworked some of the core mechanic to prevent possible glitches.

Thanks!
« Last Edit: February 22, 2022, 04:37:36 PM by Jungwoo Yom » Logged

Landline is out now on Steam

Currently working on The Journalist.
mobilelast
Level 2
**


View Profile WWW
« Reply #3 on: February 10, 2022, 01:54:23 AM »

Looks like a robust idea with endless possibilities to extend; kind of a game that has to be tested in order to say anything useful.

Minimalistic, abstract graphics fit well to puzzle games. They make it easy for the player to understand levels and concentrate on the essential things. Consider using subtly glowing materials for the most important objects in order to make good contrasts and bring out the shapes. Also, smoothing the camera movement would at least make the video clearer.

Have you thought about coding an AI to assist you to generate the puzzles? For instance, running the level backwards and placing objects on the way.
Logged

Avaruustaistelupeli (ATP) - a space combat game
- Free download from itch.io or IndieDB
- Dev diary here
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #4 on: February 10, 2022, 07:04:12 AM »

Looks like a robust idea with endless possibilities to extend; kind of a game that has to be tested in order to say anything useful.

Minimalistic, abstract graphics fit well to puzzle games. They make it easy for the player to understand levels and concentrate on the essential things. Consider using subtly glowing materials for the most important objects in order to make good contrasts and bring out the shapes. Also, smoothing the camera movement would at least make the video clearer.

Have you thought about coding an AI to assist you to generate the puzzles? For instance, running the level backwards and placing objects on the way.


Thanks for your kind response Smiley Your feedback on art style is really helpful! I've been trying to figure out the best way to effectively tell players how the mechanic works, but been struggling for long time. Then, I came up with some ideas after reading your opinion. Hand Thumbs Up Right

I am not that familiar with developing AIs, but it's something I am definitely interested in since I saw some puzzle designers use AI to generate or test puzzles. Thanks again for your valuable comment!
Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #5 on: February 14, 2022, 07:56:45 PM »

Underlining Life Devlog #4 (February 15, 2022)


I implemented one of game mechanics I’ve planned. It’s something that reflects the signal(or laser) in the way that mirrors in real life does. I organized my thoughts on MS Paint so I can implement my idea without too much headache :D



Since angle and rotation works a little different in video game world, it requires some additional calculations to prevent glitches or bugs. After some trial and error, I succeeded to implement the mirror mechanic!



As you can see, laser reflects when it collides mirror. (The blue cube is mirror. It's just a placeholder model) Mirror will be used for many puzzles in the game. If the mirror's angle changes, so does the reflected angle of laser. Check the image below:



As the mirror rotated a little bit, laser reflected wider after collision. Adjusting mirrors' angle will be one of many things players have to do to solve the puzzle.

Stay tuned!
« Last Edit: March 22, 2022, 01:44:13 AM by Jungwoo Yom » Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #6 on: February 22, 2022, 05:03:16 PM »

Underliner Devlog #5 (February 23, 2022)


I decided to change the title again. The new title is 'Underliner', which is cleaner Smiley

This week, there were some progress in visual elements. I wanted the game's visual aesthetic to be bright and colorful, like The Witness does. I was inspired by some image of California, which made me use colors like shell pink and surf green to recreate that warm vibe.

Meanwhile, I worked on mirror mechanic for a few days. I thought it was done when I uploaded last devlog, but some bugs emerged unfortunately, so I had to fix these. It works with no problem now. Below gif demonstrates both new visual aesthetic and usage of mirror in puzzle.



The goal of the puzzle shown above is to hit the golden cube with the laser projectile. I added firework effect at the end of the puzzle, but this might be deleted or changed in the future.

Thanks for reading Smiley
« Last Edit: February 22, 2022, 05:09:24 PM by Jungwoo Yom » Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #7 on: March 02, 2022, 07:47:59 AM »

Underliner Devlog #6 (March 2, 2022)


There's a big news! Gomez I decided to release Underliner on Steam. I am planning to create Steam page as soon as I can, but since my account is currently waiting for verification, it might take some time. Now, let's talk about the game.



I am working on puzzle resetting system, which is an important part of the game as players might need to reset a puzzle frequently. However, this doesn't mean that puzzles can only be solved by brute force. Puzzle types other than mirror don't need that much trial and error. Also, with careful calculation and estimation, it's not hard to solve mirror puzzles either.

The white monolith in the image above is something that separates each puzzle. Players can start solving the puzzle after interacting with the monolith. Tt's actually an oversimplification to say this way since there are a lot of things I am planning, which are related to these objects. I'll be back to this subject later.



There was a big improvement in the core mechanic too. One of the problems I was having for last few weeks is the complexity of detecting collision. The projectile uses invisible sphere to detect other object. For instance, if this sphere collides mirror, it will make the projectile reflect. This seemed to work fine at the beginning of the development, but I found a difficult problem when I started working on puzzles. When the projectile passes through narrow areas, the invisible sphere detects nearby wall and stops the projectile. The image above shows that kind of situation. Let's say the light blue circle indicates radius of the invisible sphere. The sphere will hit the pink wall on the right, and stops the projectile, which is not a desired outcome. Some might say changing radius of the sphere or even not using the method would fix the problem, but these alternatives dont't solve the fundamental problem.



Fortunately, when I was on my way home after studying, I suddenly came up with the solution. On each time the projectiles changes its direction, the projectiles checks its path with raycast(Displayed as cyan lines in the image above). Then, the game temporarily stores the object the ray detected, and only enables collision detection on this object. This prevent irrelevant walls from interrupting the projectile, while checking all puzzle objects. Also, If the projectile collides the object that has been stored, it stops. As a result, the projectile ignores objects that shouldn't obstruct itself from traveling.

That's all for today, and thanks for reading! I talked too much about technical things today :D I'll now start working on puzzles again!


« Last Edit: February 10, 2024, 07:26:22 AM by Jungwoo Yom » Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #8 on: March 05, 2022, 10:02:38 AM »

Underliner Devlog #7 (March 6, 2022)


Hello. This is the seventh devlog of my upcoming game, Underliner. Compare to the last devlog, I don't have that much thing to share. So this one will be more focused on my plans on the game. But first, I'd like to share some good news.



My Steamworks account is finally verified! I set up all the page, and It's currently waiting to be reviewed by Valve. I think the page will be visible to all in two or three days. (The image above was captured in preview mode.) The page got rejected at first because of the lack of description, so I have to wait a few more days. I'll let you know when the page is visible.



Hardest part of the development is mostly done, so I can now work more on visual elements, puzzle design, and level design. I wish I can implement a great number of puzzles, but I don't want puzzles to be repetitive. I'll try my best to find the sweet spot. Also, there will be plenty of secrets around the map. I am hoping that the process of finding these will give players the sense of exploration.

Thanks for reading Smiley


Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #9 on: March 06, 2022, 12:14:45 AM »

Underliner Devlog #8 (March 6, 2022)


Underliner's Steam page is now visible to everyone!
https://store.steampowered.com/app/1927220/Underliner

Add Underliner to your wishlist so you can be notified when it's released!

Thanks Smiley
« Last Edit: March 10, 2022, 01:52:23 AM by Jungwoo Yom » Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #10 on: March 10, 2022, 02:19:14 AM »

Underliner Devlog #9 (March 10, 2022)


Hi. Hope you are doing well. Yesterday, I added new lines of code that make puzzle objects change their color when the projectile hit them.



I think this will help players identify the projectile's trajectory. Also, it gives some kind of satisfaction. At the same time, however, I don't want this to be just eye candy. I am hoping that I could turn this into more creative puzzle ideas and mechanics. Let's see how it goes.



One of the goal of this game is to have the california aesthetics. Warm, bright, and colorful. So I placed this palm tree model in my game. This model is just placeholder, so I'll replace this someday. But I could confirm that these trees really give that warm vibe.

That's all for today Smiley Like I mentioned a few days ago, Steam page of Underliner is now available:
https://store.steampowered.com/app/1927220/Underliner
You can add Underliner to your wishlist now!

Thanks for reading.
« Last Edit: March 11, 2022, 05:59:25 PM by Jungwoo Yom » Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #11 on: March 11, 2022, 07:06:04 PM »

Underliner Devlog #10 (March 12, 2022)


Hi. Hope everything is good. My previous puzzle game, Nine of Wands, was a linear game. So If you're stuck on a puzzle, you can't progress further. Although this wasn't that big problem in Nine of Wands since the puzzles weren't that difficult, this linear structure still made the game a little monotonous.



In Underliner, the game won't force players to solve puzzles. When players stuck on a puzzle, they will be able to skip it and explore other areas. Actually, this is something many games like Braid, The Witness, Stephen's Sausage Roll, and A Monster's Expedition have already implemented. I'd love to see how it goes with my game.

Meanwhile, I've been thinking about how the game will switch between maps. Although Underliner has an open world map, I'll be divided into 3 to 5 different maps. Not only this allows me to create different atmosphere for each map, but also players won't have to run around too much.



Players will be able to switch between maps through a car. This car is not a working vehicle, but instead it functions as a tiny hub world. Solving puzzles will open shortcuts to the car, like the image above vaguely shows. This feature is not yet developed, so I'll talk more about this later.

That's all for today! Thanks.
Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #12 on: March 22, 2022, 01:38:00 AM »

Underliner Devlog #11 (March 22, 2022)


Hello again Smiley I made a new title design for the game.



I think it fits the game's aesthetics more. This is still a draft version, so I might make some change later.

Last time, I said I'd divide the game's map into five different levels. But I changed my mind. When it comes to exploring level, one big map would be much better than a few different maps.



I also removed ramps and added stairs. Ramps were too steep(35 degrees!), which made them very unrealistic. I love ramps, but it seems stairs are way more pleasant to look at in this case!



I redesigned some existing puzzles, while adding new puzzles with mechanic that was implemented lately. Stay tuned for more information!

Don't forget that you can add Underliner to your Steam wishlist Smiley
https://store.steampowered.com/app/1927220/Underliner

Bye.
Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #13 on: March 24, 2022, 08:33:49 AM »

Underliner Devlog #12 (March 25, 2022)


Hi. I hope you're doing well Smiley Today, I'd like to show you the current state of the whole map in one image:



It may look like a complicated maze from a distance, but it's quite simple and easy to navigate. When I get lost in other video games, I get really frustrated. It feels like I am a lot of wasting time, unless it's a game intentionally designed to give players that "getting lost" feeling. But in most games, struggling to find the right path to progress the game is not that cool. Since I don't like this kind of situation to happen in my own game, I am trying my best to find the balance between the sense of exploration and straightforward composition.



Meanwhile, I've been designing new puzzles too. I am using my phone's notes app to write down new ideas as soon as I come up with them. Implementing these ideas into the game doesn't take that much time actually.



Wishlist Underliner on Steam!
https://store.steampowered.com/app/1927220/Underliner

Thanks.
« Last Edit: April 01, 2022, 12:53:38 AM by Jungwoo Yom » Logged

Landline is out now on Steam

Currently working on The Journalist.
Armorman
Level 0
**



View Profile
« Reply #14 on: March 24, 2022, 11:58:38 PM »

love the notebook entries. whole game should look like that.
Logged

Yes
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #15 on: March 25, 2022, 05:55:00 PM »

love the notebook entries. whole game should look like that.
Hello! Do you mean the one I wrote on paper? Smiley
Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #16 on: April 01, 2022, 01:22:56 AM »

Underliner Devlog #13 (April 1, 2022)


Hello. I am sorry about not uploading any devlog for one week Smiley



I changed some composition of the areas, added some puzzles, and fixed some bugs. The large empty space on the right will be filled with new puzzles. I've already designed some of it, and I think it's going to be more diverse and unique than puzzles in other areas.



This is an area where relatively hard puzzles are located. But players can skip these temporarily.

Currently, puzzle objects are dull cubes, but I am planning to change it to other model soon.

Wishlist Underliner on Steam!
https://store.steampowered.com/app/1927220/Underliner

Thanks.
Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #17 on: April 01, 2022, 10:29:25 PM »



Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #18 on: April 08, 2022, 03:40:29 AM »

Underliner Devlog #14 (April 8, 2022)


Hi. I released a trailer one week ago as you know. It's a bit late, but I'd like to talk about things I did last week to prepare for recording clips for the trailer.



You might remember the puzzle objects were dull cubes. I finally changed them to lollipops! I’ve been procrastinating this for quite a while now, so It feels good that I finished it.



Since 95% of puzzles are done, I started polishing the map. I always skipped polishing on my previous projects, resulting in bad looking maps. I want to create something much better than those this time!

Wishlist Underliner on Steam!
https://store.steampowered.com/app/1927220/Underliner

Thanks.
Logged

Landline is out now on Steam

Currently working on The Journalist.
Jungwoo Yom
Level 0
***


View Profile WWW
« Reply #19 on: April 12, 2022, 02:18:39 AM »

Underliner Devlog #15 (April 12, 2022)


Hello! Let me start the post with a map snapshot.



I finished working on an exterior of the house on the right. Despite there being no puzzles in the house, you will still be able to find a lot of interesting things inside it! The empty area on the left of the house is a yard. I have to add some objects there, but it's already a little cozy space Smiley

Palm trees were added behind the house, but sadly, they don't really match the whole art style. I'll make a new model as soon as I can.

One of the criticism my previous games received is the art styles looked too monotonous. I am definitely going to do something about that this time. I have not much experiences with doing art things, but I'll do my best.



Some parts of the puzzle system have been fixed too! I guess the game's main system will be finished in a few days.

You can wishlist Underliner on Steam!
https://store.steampowered.com/app/1927220/Underliner

Thanks Smiley
Logged

Landline is out now on Steam

Currently working on The Journalist.
Pages: [1] 2
Print
Jump to:  

Theme orange-lt created by panic