RESOLUTION guide for game devs & GameMaker



What *is* resolution, what should you pick for your game? What is aspect ratio? How do you manage it across different devices? These questions answered with some advice that’s both general and also some GameMaker specific tips.

▶ Edited by Vossel: https://twitter.com/Vossel
▶ Smooth pixel camera guide for GameMaker: https://www.youtube.com/watch?v=5hTYexed8-Q
▶ Pixellated Pope resolution guide: https://www.youtube.com/watch?v=jCl6zT0eQLU
▶ Support my work: https://www.patreon.com/shaunjs

source

Top Down Tutorial in Gamemaker #8 Automating Tiles



Link to Discord topic for Homework question – https://discord.com/channels/961794088380817429/104952281042439372

Ensure you Like and Subscribe for more exciting Gamemaker content, or check out https://slyddar.com/ for more info.

At the end of this series the player will shoot enemies with his bow, and even throw bombs to deal area of effect damage. The enemies will have path finding algorithms, and we’ll add visual effects to make a cool game you can show your friends.

** What will I learn? **
In this tutorial we continue our top down journey towards Gauntlet as we implement auto tiling for our wall, floor and shadows. We then set up an automatic method of placing the collision tiles and enemies, before introducing some homework requiring you to implement some additions yourself.

NOTE: Patreon supporters can download the source code for this tutorial, and also watch any bonus content, over on the Patreon site – https://www.patreon.com/Slyddar
Also I am offering my Tile Based Moving Platform Engine for free, if you have donated at least $20 through Patreon. Contact me if you qualify for this offer.
Additionally, my Tile Based Moving Platform Engine is available at 25% off, as mentioned in the video. Use this link – https://slyddar.itch.io/gm-collisions

Keepers of Pyrite is currently a work in progress. To get the latest information, follow at https://twitter.com/KeepersOfPyrite or check out the KoP channel in the Discord.

The asset pack for this tutorial can be downloaded for FREE here –
** IMPORTANT! ** You don’t need to request access to download this. Find the download button up the top right and just download the zip file.
https://drive.google.com/file/d/10A69QMENva1TrUFVn1gJEos_W-HfJt-T/view?usp=sharing
Some sprites shown are from this collection – https://0x72.itch.io/dungeontileset-ii

If you want to learn more GML, check out my Udemy course using the coupon code from my site, which will give almost 90% off.
How to make Tile Based Platform Games with Gamemaker Sudio 2 – Discounted Coupon Code – https://slyddar.com/2022/03/01/tile-based-platformer/

The trial version of Gamemaker Studio 2 can be used, and is available here –
https://www.yoyogames.com/get

Join our community Discord – https://discord.gg/tj7FsgKzkb

Follow me on Twitter for more Gamemaker content
Twitter – https://twitter.com/slyddar

Facebook – https://www.facebook.com/slyddar

If you want to be notified of my new content, or things related to Gamemaker, sign up to my newsletter – http://eepurl.com/dHBHyn

Gamemaker Studio 2 is made by Yoyo Games.

source

Turbo Tutorial – How to make Pong in 15 minutes & learn GameMaker!



Turbo tutorial round 2! Learn by doing and throw a classic game together super fast while learning all the basics of GML code. I tend to recommend making something more “yours” than a basic clone but if nostalgia gets you motivated I won’t argue!

▶ Source code: https://github.com/ShaunJS/gamemaker-pong-clone
▶ Edited by Vossel: https://twitter.com/Vossel
▶ Support my work: https://www.patreon.com/shaunjs
(Assets I used coming soon. Meanwhile, why not draw your own? 🙂 )

source

Move And Collide with Slopes – Gamemaker Tutorial



Ensure you Like and Subscribe for more exciting Gamemaker content, or check out https://slyddar.com/ for more info.

Gamemaker has just released a new move_and_collide function, which allows you to program simple collisions in a very efficient way. You can have a platformer with slopes with a very small amount of code.

** What will I learn? **
In this overview I show how to implement collisions using this new function, and solve a few issues you might encounter when implementing it yourself.

Chapters
Sprites – 0:56
Objects – 2:02
Create Event – 2:53
Room Design 3:23
Step Event – 9:03

The First Platformer course mentioned in the video will be available shortly, but sign up to my mailing list below to be notified when it’s released, and also to receive a special coupon code at launch.

NOTE: Patreon supporters can download the source code for this tutorial, and also watch any bonus content, over on the Patreon site – https://www.patreon.com/Slyddar
Also I am offering my Tile Based Moving Platform Engine for free, if you have donated at least $20 through Patreon. Contact me if you qualify for this offer.
Additionally, my Tile Based Moving Platform Engine is available at 25% off via this special link for viewers of my videos – https://slyddar.itch.io/gm-collisions

Keepers of Pyrite is currently a work in progress. To get the latest information, follow at https://twitter.com/KeepersOfPyrite or check out the KoP channel in the Discord.

If you want to learn more GML, check out my Udemy course using the coupon code from my site, which will give almost 90% off.
How to make Tile Based Platform Games with Gamemaker Sudio 2 – Discounted Coupon Code – https://slyddar.com/2022/03/01/tile-based-platformer/

The trial version of Gamemaker Studio 2 can be used, and is available here – https://www.yoyogames.com/get

Join our community Discord – https://discord.gg/tj7FsgKzkb

Follow me on Twitter for more Gamemaker content
Twitter – https://twitter.com/slyddar

Facebook – https://www.facebook.com/slyddar

If you want to be notified of my new content, or things related to Gamemaker, sign up to my newsletter – http://eepurl.com/dHBHyn

Gamemaker is made by Yoyo Games.

source

GameMaker – Platformer Tutorial



▶ Source code: (coming soon).
▶ Support my work: https://www.patreon.com/shaunjs

This video is focused on how to make a solid framework for a platform game in the latest version of GameMaker (v2022.1+). If you want to make a platform game while being given a more gentle introduction to GML and coding, and learn various other techniques I recommend my Complete Platformer Series instead: https://www.youtube.com/watch?v=izNXbMdu348

source