Sloan Kelly
Sloan Kelly
  • 333
  • 2 503 503
Revisiting the Blackjack Project to Fix the Flipping Cards
Revisiting the Blackjack Project to Fix the Flipping Cards
#blackjack #unity #unitygame #gamedev
I take a look at code I haven't seen in over seven years and ... dear viewer ... it does not go well!
Who thinks I should write this from scratch??
The full source code is available from github.com/codehoose/blackjack-card-game and it's been updated to Unity 2022.3.2f1.
zhlédnutí: 450

Video

Taking a Break [March 2024]
zhlédnutí 194Před 4 měsíci
Taking a Break [March 2024] #takingabreak #channelupdate #backsoon Super Kelly Bros. Channel www.youtube.com/@superkellybros Full transcript: The TLDR is that everything is fine, but I'm putting a pause on new videos for a bit. As you can probably see, I'm in the process of tearing down my office. We're off to somewhere new, a new chapter in our lives. More videos to follow, just not for a bit....
The End Games of New Rally X - Part 9 FINALE - Unity
zhlédnutí 198Před 5 měsíci
The End Games of New Rally X - Part 9 FINALE - Unity #newrallyx #retroremake #madewithunity In this video: This is it! The finale! We code up the end-game scenarios for the player; they run out of fuel, they crash too many times and lose all their lives or they successfully capture all 10 flags. I'm drawing a line in the sand with this one. It's taken almost a year to get all these videos out i...
Enemy Collision Detection and Response in New Rally X - Part 8 - Unity
zhlédnutí 113Před 6 měsíci
Enemy Collision Detection and Response in New Rally X - Part 8 - Unity #newrallyx #retroremake #madewithunity In this video: With our enemy moving around the map in the last video, we need to figure out what to do when they collide with the player. In this video we set up the collision detection/response to pause enemies and the player, display a "BANG" graphic and reset the positions for the p...
Basic Enemy Movement in New Rally X - Part 7 - Unity
zhlédnutí 124Před 6 měsíci
Basic Enemy Movement in New Rally X - Part 7 - Unity #newrallyx #retroremake #madewithunity In this video: Adding an enemy to the game. Basic enemy movement within the maze using a "brain" to determine where to move next when intersections are reached. Adding the enemies to the radar display to help the player avoid them. Full source: github.com/codehoose/new-rally-x-unity What is New Rally X? ...
Tape Recovery Simulator 96K - The World's First Tape Load-'Em-Up?!
zhlédnutí 253Před 8 měsíci
Tape Recovery Simulator 96K - The World's First Tape Load-'Em-Up?! #ad #gifted #programming Tape Recovery Simulator 96K DEMO is going to be released on 20th of November 2023 Developer: Caffine Withdrawal Games Steam: store.steampowered.com/app/1816370/Tape_Recovery_Simulator_96K/ Trailer: czcams.com/video/AIAI-urK-Fc/video.html Twitter: cawigames
Picking Up Flags Collision Detection and Response - Part 6 - Unity
zhlédnutí 220Před 9 měsíci
Picking Up Flags Collision Detection and Response - Part 6 - Unity #newrallyx #retroremake #madewithunity In this video: Collision detection and response. Collision detection: has an object touched another object? In this case, has the player's car touched a flag. Collision response: What do we do when a collision occurs? We want to update the player's score with the flag value. In this video w...
This Is Going to Get Flagged!
zhlédnutí 278Před 10 měsíci
Collectable Flag Placement in New Rally X - Part 5 - Unity #newrallyx #retroremake #madewithunity In this video: I add side curtains to the UI to get the game into the correct 4:3 aspect ratio. Then I add positions for the flags in Tiled. I refactor the map generator code to read these new positions and add them to the map as flags. I also add the flags to the radar view. Full source: github.co...
Radar Map - New Rally X Part 4
zhlédnutí 160Před 11 měsíci
Radar Map - New Rally X Part 4 #newrallyx #retroremake #madewithunity In this video: Adding the player to a radar view to show their position in the world. Full source: github.com/codehoose/new-rally-x-unity What is New Rally X? www.arcade-museum.com/game_detail.php?game_id=8855
New Rally X - Part 3 ADDENDUM: Car Movement Around the Maze - Unity
zhlédnutí 177Před rokem
New Rally X - Part 3 ADDENDUM: Car Movement Around the Maze - Unity #newrallyx #retroremake #madewithunity PEBKAC - Problem Exists Between Keyboard And Chair. I forgot to turn my mic on and so I didn't record any audio. This is a much shorter video than I wanted to put out for this. Sorry :( If you want the full video, let me know in the comments. It won't have audio, but I'll put some music ov...
New Rally X - Part 3: Car Movement Around the Maze - Unity
zhlédnutí 168Před rokem
New Rally X - Part 3: Car Movement Around the Maze - Unity #newrallyx #retroremake #madewithunity In this video: I set up the player's car to move around the maze and a follow camera to keep everything in view. Topics include: Player movement around the maze inc. speed up boost mode Detecting blocks and automatically bouncing the player in the opposite direction A simple follow camera Full sour...
New Rally X - Part 2: The Game Map - Unity
zhlédnutí 198Před rokem
New Rally X - Part 2: The Game Map - Unity #newrallyx #retroremake #madewithunity In this video: I use a custom program I created to generate a .TMX file that I can use in Tiled to generate a map file. The map file is a JSON object that I can easily load into Unity. Topics covered: Writing tools for game development Exporting and re-indexing data from a Tiled map Using tiles in Unity 2D Full so...
New Rally X [Unity] - Part 1: The Side Bar
zhlédnutí 1,2KPřed rokem
New Rally X - Part 1: The Side Bar #newrallyx #retroremake #madewithunity Chapters 00:00:00 Intro 00:00:00 Sidebar graphic positions 00:15:46 Text prefab 00:20:24 Basic text script 00:43:18 Score text prefab 00:50:47 Fuel gauge animation 00:52:11 Sidebar controller script - Making it easy for other scripts to interface with the sidebar 01:13:56 Lives display & Outro Full source: github.com/code...
Unity Vector Graphics Greyscale Sprite Shader
zhlédnutí 1,2KPřed rokem
Unity Vector Graphics Greyscale Sprite Shader #unity #vectorgraphics #shaders SVG Sprites offer tons of potential they look great with their sharp lines. But is it possible to apply a shader too them? You bet! Let's start painting with pixel (shaders) in this video
Jetpack Retro Remake in Unity Part 14 - Loading Game State, Fixing Fuel Pickup Bug
zhlédnutí 301Před rokem
Jetpack Retro Remake in Unity Part 14 - Loading Game State, Fixing Fuel Pickup Bug
Jetpack Retro Remake in Unity Part 13 - Debug Menu and Storing Game State
zhlédnutí 200Před rokem
Jetpack Retro Remake in Unity Part 13 - Debug Menu and Storing Game State
Unity URP Creating a LUT Post-Process
zhlédnutí 2,3KPřed rokem
Unity URP Creating a LUT Post-Process
2022 Year in Review
zhlédnutí 168Před rokem
2022 Year in Review
Finding Out Why My C++ Winsock Program Won't Work!
zhlédnutí 840Před rokem
Finding Out Why My C Winsock Program Won't Work!
MonoGame - Atari Adventure #4 - Adding an Enemy to Chase the Player
zhlédnutí 575Před rokem
MonoGame - Atari Adventure #4 - Adding an Enemy to Chase the Player
Jetpack Retro Remake in Unity Part 12 - Lasers in Space: Fighting back against the alien menace
zhlédnutí 333Před rokem
Jetpack Retro Remake in Unity Part 12 - Lasers in Space: Fighting back against the alien menace
Jetpack Retro Remake in Unity Part 11 - Focus on Jetman: Movement, Animation and States
zhlédnutí 192Před rokem
Jetpack Retro Remake in Unity Part 11 - Focus on Jetman: Movement, Animation and States
MonoGame - Atari Adventure #3 - Colouring Castles, Keys and Entering the Maze
zhlédnutí 286Před rokem
MonoGame - Atari Adventure #3 - Colouring Castles, Keys and Entering the Maze
Jetpack Retro Remake in Unity Part 10 - Screen Wrapping - Jetpac Style!
zhlédnutí 254Před rokem
Jetpack Retro Remake in Unity Part 10 - Screen Wrapping - Jetpac Style!
Jetpac Video 10 Teaser - Jetman can wrap!
zhlédnutí 215Před rokem
Jetpac Video 10 Teaser - Jetman can wrap!
MonoGame - Atari Adventure - Unlocking Castles, Fixing Bugs from the Previous Video, Special Rooms
zhlédnutí 235Před rokem
MonoGame - Atari Adventure - Unlocking Castles, Fixing Bugs from the Previous Video, Special Rooms
Jetpack Retro Remake in Unity Part 9 - I'm not saying it's aliens... but it's aliens!
zhlédnutí 237Před rokem
Jetpack Retro Remake in Unity Part 9 - I'm not saying it's aliens... but it's aliens!
Installing MonoGame in Visual Studio 2022
zhlédnutí 8KPřed rokem
Installing MonoGame in Visual Studio 2022
MonoGame - Atari Adventure - Screen, Player, Map Traversal and Object Pickup
zhlédnutí 807Před rokem
MonoGame - Atari Adventure - Screen, Player, Map Traversal and Object Pickup
Jetpack Retro Remake in Unity Part 8 - Updating the Score Using the Observer Pattern
zhlédnutí 174Před rokem
Jetpack Retro Remake in Unity Part 8 - Updating the Score Using the Observer Pattern