Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

indieklem

175
Posts
3
Topics
12
Followers
5
Following
A member registered Feb 01, 2019 · View creator page →

Creator of

Recent community posts

No worry :)
I will style the gmlIdent then, thanks for the advice :)

This is from the code block, in the Getting Started section  👇🏻


This is exactly the code I have.

Local var are not highlighted, only the class "gmlIdent" is added.

You can see it live here: https://indieklem.com/randomize-value-in-array-with-game-maker/ 

JS is here: https://indieklem.com/wp-content/themes/indieklem/js/gml_highlight.js

Work well, thanks.  🙌🏻

Hi,

On this webpage : https://indieklem.com/creating-a-grid-with-game-maker/ I have the following code:

i < gridWidth

as you can see in my website, this is converted to

<

Do you know how I can fix this?

Hi,

I've setup the .js lib on my website (running on wordpress - https://indieklem.com/).

I don't know how to highlight Instance variable (the one in blue in the GMS editor).

On yal.cc website (https://yal.cc/gamemaker-variable-references-2023/) they are highlighted, but I don't find how to do it in the doc.

Thanks.

Hi,
I was following the web version of gml_string and I think there is an error in the getting started part:

for (let el of document.querySelectorAll("pre:not(.gml)")) {
    el.classList.add(".gml");
    el.innerHTML = gml_string.renderToHTML(el.innerHTML, "gml"); 
}

This return:
"Uncaught TypeError: tkk is undefined"
"renderToHTML /js/gml_string.js:993"

To fix this error here is my code:

for (let el of document.querySelectorAll("code:not(.gml)")) {
    el.classList.add("gml");
    var tks = [];
    gml_string.parse(el.innerHTML, tks);     el.innerHTML = gml_string.renderToHTML(tks, "gml");
}

Look like it was passing the wrong arg to the function renderToHtml(), tokens (tks) where missing.
Thanks for the plugin anyway, it was a bit difficult to setup cause of this but everything look fine now!

Thanks for the update, can't wait to use it :)

Got the same problem here.
GMLive isn't working with the $ string template introduce few month before in GMS.
+1 for a fix :)

I think I don't get it.

Thanks a lot for playing!
We've spend a lot of time on the fx and we are glad you like it!

Thanks for playing, glad you liked the game!

We know that the tutorials wasn't the best way of doing it, but you know, timing is always hard during a game jam! :)

Nice entry :)

I really love the gameplay, I wish you add item or something to boost my cat :)
GG for the entry :)

I love the concept and the design of the cat.

I fell down at first and didn't how I can come back :/

Gg for the submission.

I love the animations when you hit the ball :)

Nice entry!

Concept reminds me of the old pokemon game arena. I loved it. If you can add some tuto or more rules in the description of the game it can help people understand what to do :)

Nice entry!

It was very simple but it works well.

Gg for the submission.

The concept is cool, I wish there is a tutorial or something to help me understand it.

Gg for the submission!

What a funny weirods concept, it was fun!

Gg for the entry!

I wish to see more interaction and consequences.

Gg for the submission :)

Gg for the submission!

Gg for the submission!

(1 edit)

Nice entry, the controls feel very weird at first, it gives some challenge.

Nice entry!

The controls feels good :)

Gg for the entry!
I liked the fruit ninja gameplay :)

(1 edit)

We all want to!

Thanks for playing! <3

Gg for the submission :)

The "focus" idea is fun, but look like it doesn't work :/
Nice entry anyway.

This game is really well designed. I love the way the controls works. It feels super cool to play. Congrats :)

Funny concept, feel unique.
Congrats for the game :)

Nice entry! :)

It's feel so stressfull to see the cat paws.

Nice entry!

Thanks for playing, and thanks for the words!

Suzon (https://www.instagram.com/isitblueorgreen/) drew all the sprites with Aseprite, it was the first time she did that.

Thanks for playing the game!

We didn't have much time for a better introduction tutorial, glad you had fun anyway :)

Thank you for your kind words. There's a good chance you'll see us makes games together again!

We're glad you like (and beat) the game.

That's why you should stay out of the water in the game.
Thanks for playing the game! :)

Thanks for playing the game!

I loved that you played the game and gave us feedback, thank you for that :)

Oh ok!