Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hello, for now there's no support for music,  but it should be implemented in the future:

https://github.com/haroldo-ok/vcs-game-maker/issues/46

(+1)

Hi, is there any possibility in this engine to make player 1 chase player 0? I have some good ideas for the game, but I don't know how to implement them without this feature.

Hello.

Yes, it's possible with the existing blocks:

  • If player 1's x position is smaller than player 0's x coordinate, increase player 1's x position;
  • If player 1's x position is greater than player 0's x coordinate, decrease player 1's x position;
  • If player 1's y position is smaller than player 0's x coordinate, increase player 1's y position;
  • If player 1's y position is greater than player 0's y coordinate, decrease player 1's y position;

Thank you so much! It seems I managed to do it—the character now follows the player. I think I’ll slowly learn your engine to make some weird little game in my free time. I believe working on an Atari-style game will help me take a break from my main project, which I’m working on daily to meet the release deadline. So this’ll be my small hobby for the next few weeks.

Nice! I hope the tool proves useful.