This course is the second course in the specialization about learning how to develop video games using GameMaker on Windows or Mac. Why use GameMaker instead of using C# and Unity or C++ and Unreal*? Learning to develop games with GameMaker is much easier than learning to program in C# or C++ AND learning Unity or Unreal. If you just want to continue learning how to develop games in a more "gentle" way, this is a great starting point.
This course assumes you have the prerequisite knowledge from the previous course in the specialization. You should make sure you have that knowledge, either by taking that previous course or from personal experience, before tackling this course. Throughout this course you'll continue building your foundational GameMaker knowledge by exploring more GameMaker and game development topics.
Module 1: Learn how to implement player and movement and learn about collision masks
Module 2: Learn how to shoot projectiles and control firing rate
Module 3: Learn how to debug both Visual games and Code games
Module 4: Learn how to add health to your games
* I do have Coursera Specializations called C# Programming for Unity Game Development and C++ Programming for Unreal Game Development for those more advanced topics.
Moving, Shooting, and Debugging in GameMaker
University of Colorado System via Coursera
-
43
-
- Write review
Overview
Syllabus
- Player Movement
- In this module, you'll learn how to move the player's avatar. You'll also learn how to clamp the avatar so it stays in the screen, and you'll learn about collision masks and bounding boxes.
- Shooting
- In this module, you'll learn how to add shooting to your games, including support for controlled firing rate and spam firing.
- Debugging
- In this module, you'll learn about the debugging process and you'll learn how to debug GML Visual and GML Code games
- Getting Healthy
- In this module, you'll learn how to add health to your games, and you'll also learn how to make one object move toward (chase) another object
Taught by
Dr. Tim "Dr. T" Chamillard