Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

AlexDer

37
Posts
4
Topics
133
Followers
39
Following
A member registered Mar 22, 2018 · View creator page →

Creator of

Recent community posts

Hi! This one is a free font: Comic Kings.

Yet, make sure to purchase a license from the developer if you use it for commercial purposes.

Hi sterrebloem, thank you for the feedback! You can share the link to the game if you want :)

(1 edit)

Hi SGNQuen, did you change something in your code after purchasing the asset?

The error showing up is telling you that the selected Unit's type parameter is not an array (or List). So you probably edited the Json (?).

If so, make sure that in your units at the "type" parameter, you set a list of types even if the Unit has just one type.

Example:

MyMonoTypeUnit {

       "type":  ["grass"]  => Even if the Unit has one type, we use a list with one entry

}

MyMultiTypeUnit {

       "type":  ["grass", "poison"]

}


Let me know if that was the issue :)

Hi mizanxali! That looks cool, congratulations!

Hey, yes no problem! 
I'm gonna follow the development of your project, I'm curious to see how it will come out.

Hi,

You can use this asset in your project without any limits.
Credits would be appreciated though.

Hi hogtrick, thank you for the feedback! That would be quite hard because that means you need to encrypt your Json file and decrypt it as you parse it in GMS2. For saving the game you can follow many tutorials on YouTube, especially the ones who use buffers.

Here’s a good one: https://youtu.be/QmxQb1BFQRE

Hi! I'm Alex, nice to meet you!

I'm an experienced game developer looking for a paid project to be working on.

I've been developing games for about 5 years.

I've been working with GameMaker Studio 2 (advanced) and Unity C# (Intermediate).

I have experience in many game genres, and available also to work on new innovative mechanics: everything can be made!

I can export your game in most of the platforms available in the market: iOS, Android, MacOs, Windows, HTML5

Here's some of my past projects:

https://alexder.itch.io


You can also email me at: alexferrer96@gmail.com

Yes, sure. It can be used wherever you want. Credits in the game will be appreciated though :)

Hi! Thank you for the support. I’ve just read the article and it is very interesting. Yes, sure...you can leave the image in the article. Thank you for the credits. 

Hi! I will definitely check it out. :)

Hi! Feel free to use it wherever you want. Credits would be appreciated though.

Thank you!

Hi! Thank you for purchasing the asset! Well, the easiest way it comes to my mind right now is to have a hand[] array (or ds_list) which stores the instance IDs of the cards being drawn, and a index counter variable. So that when you press the button “>” the index variable increases by one and when you press the “<“ it decreases.

Then when you want to play a card (“A” being pressed) you check which card is currently selected by retrieving the ID from hand[index].

Let me know if that can help you.

Hi Woes! The .zip file changed for some reason, so you downloaded the wrong one (an HMTL5 version of it). Now I've fixed it.

Send me your email and I will send you the correct one so that you do not have to purchase it again.

(1 edit)

Hi Woes, thank you for purchasing the asset. You just have to click Open on the main menu of GMS2 and select the .yyp project file.


(1 edit)

Hi FoxFX! Thank you for purchasing the project.

You could achieve that by making an object which stores the list of the IDs of the cards you have in a ds_list (myCards). The you can create another ds_list called myDeck and through that object you can move the cards IDs from the myCards list to the myDeck list.

Remember to always use cards IDs in the lists and not the card instance IDs or whatever.

For example, this is what the lists should look like:

myCards = ["001", "002", "003", "005", "007", "010", "024", ...]

myDeck = ["001", "005", "007", "010", ...]

Hi Evercloud! Thank you for playing the game. Unfortunately the game does not support saving, it was meant to be a one-time playing game. There might be a chance to update che current game and add extra features (like autosaving) in the future.

ok, I will fix it as soon as I can. I’m sorry for that 

Are you playing on Mac or Windows?

Yes, sure. It can be used wherever you want. Credits in the game will be appreciated though :)

Yes, the game is still in development, you can't play levels on past line 3, I'm sorry for that. Hope you enjoyed the game though!

(1 edit)

Hi GDWC! Thank you for taking the time to play my game. 

I've been working on this game for a Game Jam, so I'm currently busy.

I'll be glad to  join the next competition with pleasure (if I have enough time).

Thank you very much indeed.

Congratulations! You made a perfect tutorial project. I will test it on GM as soon as possible.

Update V4.0 - Added Shockwave Effect

Purtroppo non è ancora disponibile  il porting su mobile. Seguimi per rimanere aggiornato 😀

(1 edit)

Feedback from Samuele Sciacca 💪💪💪

Review from Electric Donkey:


💪🎲  Great review from Electric Donkey:

SUDOPIC UPDATE!!!

Updates:

- Performance improvements

- Added tutorial section

- Levels are now generated by specific templates (more fun!)

- Added 9 new levels 

- Added Chains!

Hi Jason! Thank you for the feedbacks.

I agree with you, there are things that need to be more dynamic. I'm currently working on stages. In the future version stages will be generated by specific templates made by myself. I mean, numbers will be always random, but the layout of the stages will be always the same, so that I can make the puzzle fun to play with. I've also added a new item:


You have to put the right number in the adjacent cells in order to free the one that is locked.

Hello everyone! I’ve been working for about a month on a PC puzzle game: Sudopic.

Sudopic is a Sudoku-like puzzle game with a dynamic gameplay, thanks to different items that will help or, in some cases, obstruct your solving process.

The main aim is to solve all the puzzle and reveal all the images that lie behind.  You can play the first 18 stages at the moment.


My intention, as soon as I finish it, is to port the game to the main mobile stores.

Here’s a quick video presentation for those who have no time to play it: ⤵

If you want to play it, here’s itch.io page  link: ⤵

https://alexder.itch.io/sudopic

Hi Jason! You can tell from the GIFs that the asset looks very cool.  The screenshake looks very smooth and the resolution scaling is  precise. 

If I will have time to actually download it and test it on GM,  I will let you know for sure!

Keep it up the good work! 

Hi everyone!  I've spent the last few days making a prototype of a Puzzle Game, based on the classic Bomberman saga.

For those who don't know, the aim of the game is to kill all the enemies and find the exit-door before the time runs out.

Destroying breakable walls, will give you a chance to find useful powers-ups:

- Bomb-powerup: increase the number of bombs that you can drop.

- Fire-powerup: increase the bomb blast range.

- Speed-powerup: increase the player's speed.


All the graphics, music and programming are made by myself.

Any kinds of feedbacks are welcome! :)




Here's the link to the game:

Explosive Guy (Prototype)

Thank you for the feedback. Yes, jumping is one of the things that need to be revised, in this alpha version the only way to jump farther is to jump while the Z button (running)  is being pressed. Anyway, thank you for playing!

(4 edits)



Hi! I have been working on my first game.
The game is called "Cuty Pinkbows": a simple 2D-Platform with a shop system to purchase abilities, items and skins. The gameplay is based on four different worlds, in which you have to beat three levels and the final boss in order to unlock the next one (pretty obvious! :D).

The project is quite "ambitious" and it takes me a lot of time, as all the programming and assets (soundtracks, sfx, pixel-art) are made by myself.

If you have time to play it, that would be great to have some feedback.
The game can be downloaded here (No installation is needed):
 https://alexder.itch.io/cuty-pinkbows-alpha

PS: The game is currently in alpha state, so things like graphics might totally change and bugs might occur.




Thank you!