Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Bats

11
Posts
7
Followers
A member registered Jan 01, 2018 · View creator page →

Creator of

Recent community posts

Hey, thanks for the feedback, here is what I have to say about your points.

  • The problem with the first issue is that I can not reproduce the bug myself. There should be nothing in the code preventing the client to write in the textfield, it's really odd and hard to figure out how the bug is caused.


  • You can think of the difficulty system more as a probability, every 300ms there is a probability equal to the difficulty for a new word to spawn, so if you play on 100 difficulty there is a 100% chance for a new word to spawn, if you play on 20 difficulty there is a 20% chance for a new word to spawn, the same is for the lower levels. I know that it takes forever to play, but I mean maybe there is somebody out there who is using the keyboard for the first time or something, and needs something like this, you know. I don't think it's really harming anyone since the default increasing mode starts at 35, and if you want to practice you can set the difficulty to how you like it.


  • That's weird, I will take a look into it why you can eliminate the first letter sometimes lol


  • I have added a command "/stopmatch" to stop the current match. That was a good idea, I was thinking for long how to do it, figured out I can use a "/" at the beginning so it wouldn't stop you from typing other words


  • Yes, you need to play in the default mode (Increasing) for the highscore to count :D, you answered the question yourself haha


  • higher levels and accuracy are changing the score. Following formulas are used:
    • effective Score: Score * accuracy
    • Score increases by: wordLength * difficulty + combo * difficulty
      • wordLength means how many characters the word has

Thanks for the feedback and playing my game! I have uploaded a new version where the combo gets added to the score, I actually forgot to implement that previously.

Oh yeah thanks! Works fine now. Fun little game btw.

Hey nice Soundtrack, sadly I can't play the game since I'm always getting a black screen after playing Start to play the first level.

(2 edits)

Thank you for playing my game! For the time being I have fixed the issue with the single letter word being stuck in air, it is now falling down and can be clear it by writing the single letter.

The issue can still happen sometimes when playing, but it shouldn't be a big problem since you can type the word out.I will take a look at it tomorrow.
(to get the update you need to redownload the game)

(1 edit)

I am incredibly sorry, but I have no idea what could be causing this issue. I can't reproduce it myself. The code never blocks the textfield from being writable.

Could you describe the issue a bit more in detail? Are you able to type new letters into the textfield? Are you able to press enter? Or is it completely blocked? Does this happen while writing, or does the issue happen AFTER you have entered a word, and then after submitting it in the game the textfield locks? Does this issue go away once you lose, and can you type afterwards? 

(make sure you are using the newest version as well)

(2 edits)

Well, thanks for telling me, I will look into that.

Does this always happen for you once you reach ~20.000 points? If so, at what difficulty are you playing?

Thanks!! Happy to hear that you are enjoying it!

I have added a feature to resize the game, though it is not perfect and has some flaws, that was the best thing I could do for now. I will tweak it in the future.

(1 edit)

Hey, thanks for the screenshots! After a bit of testing it seems like the issue is with "Democrat" being in the last row, "Democrat"s which have not yet reached the last row are working perfectly fine, I will dig into it and look where the issue is coming from.

Edit: The bug has been resolved, the updated game is now available to download.

The word "Democrat" itself is working fine from my testing, I had previously a version in here where words with the first letter being an uppercase were not working properly. In the current version the detection should be working fine. Please tell me if you encounter it again (a screenshot would help).

Thanks! do you by any chance remember the word which in particular was bugged? From my testing everything was working fine.