SamSpadeGameDev
SamSpadeGameDev
  • 169
  • 594 224
Using ChatGPT-4 to Make a Game with GameMaker
I used ChatGPT, GPT-4, and Bing, to make a simple fishing game in GameMaker.
Patreon Support
www.patreon.com/samspadegamedev
Outline
0:00 The Challenge
0:18 GPT-4 Outline
0:49 Making the Game
2:58 A Big Problem
3:36 Human Error
4:10 Finishing the Game
4:40 Using Microsoft Edge and Bing?
5:28 Can AI Make Your Game?
#gamemaker
#gpt
#ai
Art: Free Fishing Pixel Art Pack
free-game-assets.itch.io/free-fishing-pixel-art-pack
Music: Beach by Komiku
freemusicarchive.org/music/Komiku/Captain_Glouglous_Incredible_Week_Soundtrack/plage
Переглядів: 8 402

Відео

A Useful GameMaker Function
Переглядів 3,3 тис.Рік тому
A function that lets you take one number and convert it from one range to another range. GMC Forum forum.gamemaker.io/index.php?threads/map_value-remap-values-from-one-range-to-another.59699/ Function pastebin.com/HbbfTYS6 Patreon Support www.patreon.com/samspadegamedev Outline 0:00 A Cool Function You Should Use 0:17 Explanation 1:26 Code Examples 2:43 Where to Get It #gamemaker #gamedev #tuto...
A Beginner's Guide to GameMaker's Core Building Blocks
Переглядів 2,5 тис.Рік тому
An overview of seven essential assets in GameMaker Patreon Support www.patreon.com/samspadegamedev Outline 0:00 Making your Game 0:31 The Big Three 0:45 Rooms 1:45 Objects 3:33 Sprites 4:20 Audio 4:51 Fonts 5:16 Sequences 5:49 Scripts Get Shooty Shooty Dodge Dodge here: play.google.com/store/apps/details?id=com.threecatlife.shootyshootydodgedodge #gamemaker #gamedev #tutorial
You Should Use Source Control
Переглядів 5 тис.Рік тому
A short, dramatic example for why you should use source control (such as git or github) with GameMaker. Get Shooty Shooty Dodge Dodge here: play.google.com/store/apps/details?id=com.threecatlife.shootyshootydodgedodge Patreon Support www.patreon.com/samspadegamedev Outline 0:00 Deleting my game 1:21 Other Benefits of Source Control 2:07 Reverting to an Earlier Version #gamemaker #git #github
Shooty Shooty Dodge Dodge Trailer
Переглядів 670Рік тому
I made a completely free game in GameMaker which you can get here: play.google.com/store/apps/details?id=com.threecatlife.shootyshootydodgedodge. #gamemaker #madewithgamemaker #gamedev Google Play and the Google Play logo are trademarks of Google LLC. Font used: The FontStruction “BIGMACCA”
Using Sequences to Make Complex Objects in GameMaker Studio 2
Переглядів 6 тис.2 роки тому
A tutorial on how (and why) to use sequences and objects to make complex systems in GameMaker. Patreon Support www.patreon.com/samspadegamedev GMC Forum Post: forum.yoyogames.com/index.php?threads/get-instance-id-of-an-instance-created-by-a-sequence.93911/ Outline 0:00 What am I Doing 0:25 Why it's Useful 1:18 How it Works 1:39 Big Ship Code 2:39 Turret Sequence and Code 3:45 Using Instance Cha...
I Tried to Make and Release a Game in One Week (Devlog)
Переглядів 2 тис.2 роки тому
A devlog for a personal challenge to make and release a commercial game in one week using GameMaker Studio 2. Patreon Support www.patreon.com/samspadegamedev Videos Referenced Simple Virtual Keys in GameMaker Studio 2: ua-cam.com/video/1z9PRteaWXs/v-deo.html How I Do It: Smart Clickable GUI: ua-cam.com/video/RbBgE3cUShc/v-deo.html @PixelatedPope Little Town 3D Audio: ua-cam.com/video/sRNiAMc1Cq...
New and Improved Features for Filters and Effects in GameMaker Studio 2
Переглядів 5 тис.2 роки тому
Learn about the new functions and features GameMaker just added for Filters and Effects, such as the ability to apply a filter to a single layer. Patreon Support www.patreon.com/samspadegamedev Source Code github.com/samspadegamedev/UA-cam-Filters-Demo Resources Runtime Notes: gms.yoyogames.com/release-notes-runtime.html Release Notes: gms.yoyogames.com/ReleaseNotes.html Release Blog: www.yoyog...
How to use Filters in GameMaker Studio 2
Переглядів 9 тис.2 роки тому
Learn how to use Filters and Effects to make a lot of great visual effects much, much easier to do. Patreon Support www.patreon.com/samspadegamedev Filters and Effects Playlist ua-cam.com/play/PLwgH1hDD0q1GdWz2aB263CoT8vZ8RO6U9.html Source Code github.com/samspadegamedev/UA-cam-Filters-Demo Resources www.yoyogames.com/en/blog/filters-effects-tech forum.yoyogames.com/index.php?threads/gamemaker-...
Optimizing Steering Behaviors for GameMaker Studio 2
Переглядів 4,5 тис.2 роки тому
Learn how to optimize the steering behaviors we've been working on. This tutorial builds off of the previous videos on Vectors and Steering Behaviors in GameMaker Studio 2 series. Steering behaviors were invented by Craig Reynolds and you can read his original paper for free here: www.researchgate.net/publication/2495826_Steering_Behaviors_For_Autonomous_Characters Patreon Support www.patreon.c...
Flocking Steering Behavior in GameMaker Studio 2
Переглядів 4,3 тис.2 роки тому
Learn how to code the align, cohesion, and separation steering behaviors and combine them to create the flocking behavior. This tutorial builds off of the previous videos on Vectors and Steering Behaviors in GameMaker Studio 2 series. Steering behaviors were invented by Craig Reynolds and you can read his original paper for free here: www.researchgate.net/publication/2495826_Steering_Behaviors_...
Wander and Combining Steering Behaviors in GameMaker Studio 2
Переглядів 3,9 тис.2 роки тому
Learn how to code the wander steering behavior and combine steering behaviors together to create complex results. This tutorial builds off of the previous videos on Vectors and Steering Behaviors in GameMaker Studio 2 series. Steering behaviors were invented by Craig Reynolds and you can read his original paper for free here: www.researchgate.net/publication/2495826_Steering_Behaviors_For_Auton...
Make Beautiful Buttons Easily in GameMaker Studio 2
Переглядів 7 тис.2 роки тому
Make Beautiful Buttons Easily in GameMaker Studio 2
Pursue, Evade, and Arrive in GameMaker Studio 2
Переглядів 3,3 тис.2 роки тому
Pursue, Evade, and Arrive in GameMaker Studio 2
Introduction to Steering Behaviors in GameMaker Studio 2
Переглядів 6 тис.2 роки тому
Introduction to Steering Behaviors in GameMaker Studio 2
Kingdom, but in Space? (Game Jam Devlog)
Переглядів 2,3 тис.2 роки тому
Kingdom, but in Space? (Game Jam Devlog)
Thirteen Keyboard Shortcut For GameMaker
Переглядів 2,1 тис.3 роки тому
Thirteen Keyboard Shortcut For GameMaker
Perlin Noise in GameMaker Studio 2
Переглядів 13 тис.3 роки тому
Perlin Noise in GameMaker Studio 2
Made in GameMaker - Showcase
Переглядів 11 тис.3 роки тому
Made in GameMaker - Showcase
PRNGS in GameMaker Studio 2.3
Переглядів 9473 роки тому
PRNGS in GameMaker Studio 2.3
Important GameMaker and Tutorial Announcement
Переглядів 5083 роки тому
Important GameMaker and Tutorial Announcement
Default Values for Optional Arguments Update [GameMaker Studio 2.3]
Переглядів 1,8 тис.3 роки тому
Default Values for Optional Arguments Update [GameMaker Studio 2.3]
More Vector Functions
Переглядів 2 тис.3 роки тому
More Vector Functions
Magnitude and Normalization (Vectors in GameMaker Studio 2.3)
Переглядів 3,5 тис.3 роки тому
Magnitude and Normalization (Vectors in GameMaker Studio 2.3)
Endless Runner (Tiny Games with Source Code!)
Переглядів 3 тис.3 роки тому
Endless Runner (Tiny Games with Source Code!)
Tiny Games (with source code in GameMaker Studio 2.3!)
Переглядів 1,9 тис.3 роки тому
Tiny Games (with source code in GameMaker Studio 2.3!)
Vectors in GameMaker Studio 2.3
Переглядів 7 тис.3 роки тому
Vectors in GameMaker Studio 2.3
The Pubsub Pattern in GameMaker Studio 2.3
Переглядів 3,8 тис.3 роки тому
The Pubsub Pattern in GameMaker Studio 2.3
Making a New Enemy (Enemies in GameMaker Studio 2)
Переглядів 2,9 тис.3 роки тому
Making a New Enemy (Enemies in GameMaker Studio 2)
Tips and Tricks for Translating Code to GML
Переглядів 8633 роки тому
Tips and Tricks for Translating Code to GML