1 year ago

I am developing my own game engine. Currently, I am adding a graphical user interface. Later, I plan to create games and applications using this engine. The screenshot shows two buttons and a text input field with their colliders (red rectangles)


In the development process, I am using the C# language and the MonoGame framework. I built the foundation for the engine with the help of information from the book MonoGame Mastery.

Note: I don't recommend MonoGame for beginners in game development because it requires good programming skills



1 comment

Loading...

Next up

Space Invaders. Test of game scene

Use headphones

Now my engine makes it easier to use audio. The audio player is similar in functionality to the one used by Minecraft. It is possible to use the Doppler effect

Music from the video: C418 - Chirp

Now the invaders can move too. After each step they change texture, like in the original game

Madeline is the main protagonist of the mountain climbing platformer, Celeste. The game has been praised for its visuals, gameplay, and introspective narrative. The game's creator Maddy Thorson confirmed that Madeline is trans in 2020.

Now it's very easy to create an animation from a sprite sheet (texture atlas) in my engine! Image credits: - @MatheusBarbiot_ - @Raid_BugRepellent - @ZenOfficial

Dive into the cozy post-apocalyptic open world of Critter Cove!

Gentleman Rat Studios (@GR-Rob ) describe it as “a little bit Animal Crossing, a little bit Stardew Valley. Maybe even a little bit Windwaker, too."

Wishlist the game: https://bit.ly/CritterCove

1) #spawnday 2) I have 21 lvl (Nobody guessed )

Start of developing the Space Invaders sample game.

I already wrote the initialization of the game, and created several empty scenes. The screenshot shows the scene of the game loading. And I have drawn a temporary image for this scene

Mae Borowski is the main character of Night in the Woods! It's an adventure game that tells the story of her return to her hometown of Possum Springs. She was confirmed as canonically pan in a social media post by the game's creator Scott Benson.

I'm developing a Space Invaders clone to test my engine - Added a VERY optimized collision system