Here are a few quotes from the reviews for the course:
Here are a few quotes from the reviews for the course:
"This is by far the BEST GameMaker Studio 2 tutorial I've ever taken. ... this course is SO. MUCH. FUN." - Frank
"Without a doubt, this is the best content I have found on learning GMS2: the instructor is obviously an expert in both GM and programming; the pacing is spot-on, the material is excellent and really teaches best practices. It really stands out as the best of all the paid and free tutorials on Gamemaker." - Craig
"Without a doubt one of the best Game Maker courses I've seen across all online learning websites. - Jason"
"This is a" - Ashanthra
"I was very impressed with this course. The engine design is elegant and well thought out." - Jonathon
Well have you always wanted to make your own game, but didn't know how?
This course will teach you how to build a very polished and professional looking game, in a short time. You will learn many tricks and techniques that can then be applied to making your own games. The possibilities are endless once you've gained these programming skills and you'll be experienced enough to start the process of turning your own ideas into actual working games.
The game you will learn to build here is very slick and professional and is a great platform from which to grow your skills. This could be the start of your game development career, or just a fun hobby, but either way I look forward to assisting you in your journey.
Within the course you will learn:
Finite State Machines (The absolute best way to structure your code)
Tile Based Collisions (Extremely fast collision method)
Cool looking psuedo particles (That interact with the environment)
Lighting Systems (That service multiple objects)
Scripted enemies and sequences (including enemy spawning)
Room Fade Transitions, highscore saving, custom tooltips and much more.
All the graphics and code is supplied, all you need to do is start learning and you could be making and releasing your own games sooner then you think. Every lecture is also presented in 1080p/60fps for maximum clarity while learning.
Gamemaker is free to download and use.
The course is taught by Peter Morgan. A former Mathematics and Computer High School Teacher who has studied the game making process, and products, for many years. I have previously used Gamemaker to release my first mobile game and currently work on assisting others to do the same.
Note: All code is yours to use as you like. Some graphic assets are public domain (tile sets, enemies) but some are copyright to Peter Morgan 2021 (player character, background, gui elements, game name and title page) and are not authorized for posting on Steam.
Welcome to the first lecture where I introduce the game we will be making, and the concepts you will be learning throughout the course.
If you would like to play the final game, you can download the source code in the final lecture of the course.
The first time you will need to use the game sprites is in Lecture 4, so I've added the resource file with all the sprites, sounds, etc to that lecture.
Good luck!
Basic knowledge test on work covered during the course Introduction.
** IMPORTANT **
Gamemaker changes leading to Variable <unknown_object> Errors
As of version 2.3 scripts are now automatically converted into functions, and will have the format:
function scriptname() {
}
Please leave this format intact, and ensure you place the contents of the course scripts inside the brackets.
Also note that when duplicating scripts, Gamemaker does not rename the function as well, so when you duplicate a script, you will have to rename them manually.
Change Script Colour Instructions
If you would like to change your script colour from the default of orange to something else, you can go to File > Preferences > Text Editors > Code Editor, then under Script Names change the colour. I am using hex value 8882C1 if you would like the same.
Ensure you do not add a semi colon to the MACRO definitions, as the macro will not work correctly.
If the Instance Creation Order is not showing for you, try clicking on another tab like Workspace, then click back to the rm_00 room tab, and the Instance Creation Order button should appear in the bottom left.
Gamemaker Version Update : The way collisions are calculated was changed in Gamemaker since the lecture, so to adjust for that change, you will need to go to the options, which is the little gear icon up the top, then enable Collision Compatibility Mode which is down the bottom of the first options screen. This will allow the player to sit on the tile. If you don't do this, the player will need to sit one pixel above the tile instead.
Not working?
If you are having problems getting the vertical collisions to work, you can download the source project file for this lecture and compare my code to your own. Gamemaker allows a 2nd IDE to be opened by going to File > New IDE, so you can have your project and the source project open at once.
We set the jump_spd to -5, which is not quite enough to jump up 2 tiles. If you would like your game to allow that, change jump_spd to -5.25 instead. Up to you though.
The finished project up to this point is available to download. If you are having problems you can download and upzip the file. When you open the file Gamemaker will prompt for a save location, so give it a name. Then you can go to File > New IDE and open a 2nd copy of Gamemaker and load your project, so you can have both projects open and compare the two to find why your one might not be working.
If you are concerned about the inconsistent jump heights, we address that later in lecture 51.
https://www.udemy.com/how-to-make-tile-based-platform-games-with-gamemaker/learn/#questions/6002422
The finished project up to this point is available to download. If you are having problems you can download and upzip the file. When you open the file Gamemaker will prompt for a save location, so give it a name. Then you can go to File > New IDE and open a 2nd copy of Gamemaker and load your project, so you can have both projects open and compare the two to find why your one might not be working.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.