Game
Wheel of the Elements

17 days ago

v1.1.1 Bugfixes!!!!

​Small little update that lets you actually play the game!

Sorry guys!


The collision system was very bad, so I finally decided to fix it, why? Because it woudn't allow you to progress past the sixth level of the game!

screenshot_2025-02-01_173748.png

The initial system relied entirely on stopping objects before a collision, but sometimes the player or enemies while turning could remain stuck in a wall and because of code that was something like this

		
			while (place_meeting(x + hsp, y, COLLIDERS))
{
    x += sign(hsp);
}
hsp = 0;
		
	

you would be yeeted to the other side of the room.

So for version 1.1.0 I made an unstuck system so that the object that was stuck in the wall would get out of the wall before the collision code was run (and the player noticed).


Then I realised that because of how the tile system works in gamemaker the tile the player was supposed to get pushed out of wasn't always the right one!

So I had to use TRIGONOMETRY (scary sound effect here)

Basically now the unstuck system checks all around the player with a for loop and trigonometric functions to find the tile that actually collides witn it, then pushes the player out of it. It seems to be working!!

screenshot_2025-02-01_170833.png

Here is a list of fixes:

  • Fixed collision system

  • Player should no longer randomly teleport around

  • Changed a few rooms to fit in with the updated collision system

  • End

Thank you for reading



0 comments

Loading...

Next up

Omega Giga Sans secret battle | Undertale [redacted]

v1.1.0, the polishing update!!!!!

A pretty large update, focused on polishing up  stuff :)

That means that there are a lot of bug fixes, QOL stuff, new cutscenes and key rebinding!

Undertale [redacted] trailer and demo release date!!!

Inayah - Life After Gods is OUT NOW on Steam!

Celebrate the game's release by completing our quests!

You can play the demo or get the full game at https://bit.ly/steaminayah

Just released a new game!

It's called Wheel of the Elements and was made by me and a small team for the Boss Rush game jam 2024.

It's free and I'm really proud of it, if you have the time check it out!

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

v1.1.2

MORE BUG FIXING!!!

Preview of the final attak on the genocide route for Undertale [redacted]!

With new glitch effect!

Great news! 📢 @Aya_Games has joined Game Jolt!

They're the indie studio behind the haunting & atmospheric horror platformer Ayasa: Shadows of Silence.

Follow the development of Ayasa: Shadows of Silence at https://bit.ly/AYASAGAME

Finally decided to release this game here

It's a short physics platformer that i made to learn the gamemaker physics engine

It has a web version!!!