Game
Parasite's Island

4 years ago

Hello Everyone! Today I started implementing a new system of infecting inhabitants.


Action System

An inhabitant contain different action that could be performed to them. An example of this is the Infect action. The infection is not triggered by pressing the right mouse button to the target inhabitant anymore. What I did instead is that when the player pressed an inhabitant a UI would appear that contains a list of all the possible actions that you could perform with the selected inhabitant. This includes the infect action. Right now the game only contains the system that would allow me to add more action in the future and a UI to show the available action. It doesn't perform the action on click yet but that would be my focus for tomorrow's development



0 comments

Loading...

Next up

Hello Everyone! For the past few days I have been working on the schedule system. Not sure if this would be it or I would change it because my current implementation is buggy and laggy but here are what I've made so far

Hello Everyone! Yesterday when I implemented the new infection mechanics I forgot a little detail about the infection. Today I fixed it.

These are the changes that I've done for today:

Hello Everyone! Here are the things that I worked on today:

Hello Everyone! I just uploaded a new devlog update on my Youtube Channel!

https://youtu.be/xcEXmOMImkk

Hello Everyone! Yesterday, I finally implemented the new means of infection through a small panel of buttons. It took me the whole day to implement because of unforeseen errors but I finally finished it

Hello Everyone! Today I continue working on implementing the A* Path Finding Project into the game.

Hello Everyone! My implementation of the path finding is not optimized and causes some lag. I decided that it is best if I use the A* Path Finding Project. Learning this might be the focus of this week's development

Hello Everyone! Today I re-implemented some things that are included in the game before I changed the grid system and the path finding implementations

Here are the changes that I made today:

Hello Everyone! I re-implemented the animations and the tile maps of the game.

Hello Everyone! in the last update I implemented a schedule system. Unfortunately my implementation causes an error. I removed it instead but I have a different implementation of the inhabitant movement in mind so look out for that in the next updates