How I recreated my favorite Roguelike in 1 WEEK!

Sdílet
Vložit
  • čas přidán 30. 04. 2022
  • Welcome to scuffed in 7.
    Slay the spire is a roguelike deck builder where you slay monsters, acquire cool cards, slay bigger monsters, get decked out with loot and buffs like the gigachad that you are, and then you start over. I love this game so much I had to uninstall it from my pc as I couldn't stop playing it while I was on boring calls at work. Now I've never made a 2d game and my art skills consist of buying premade assets from synty so this might be a total disaster. If this does work out, I’ll throw the code up on github for you guys to have, so let's get it.
    Tarodev: 2D animation in Unity - The PERFECT workflow
    • How to animate your Ph...
    Come hang out on Discord: / discord
    Play the game!: goat-hill-games.itch.io/scuff...
    Source Code available: github.com/TJGameDev/ScuffThe...
    Twitter: / tjgamedev
    Music in order of play -
    Aests - The Classics [Full Album] : • Aests - The Classics [...
    jump man 93 - bruh: • jump man 93 - bruh
    No Matter - Family Barbeque: / no-matter
    Corbyn Kites | Overdrive: • Video
    Yung Bae - You’ve Got Me: / youve-got-me
    About me -
    Hi I'm TJ, a developer who is passionate about learning gamedev. I primarily develop games on the unity platform using C# but any code is fair game. I’m still learning a lot but hope you’ll enjoy my
    Software Used -
    Unity Version: 2021.1.22f1
    Visual Studio Code: code.visualstudio.com/
    Adobe Premiere Pro: www.adobe.com/products/premier
    #unity3d #indiedev #gamedev #indiegame #gamedevelopment #devlog #madewithunity
    #indiedev
    Adobe Photoshop: www.adobe.com/products/photoshop
    PC Specs -
    NVIDIA GeForce RTX 3080
    AMD Ryzen 7 2700x
    32GB RAM
  • Věda a technologie

Komentáře • 85

  • @larryd9577
    @larryd9577 Před 2 lety +38

    "1st floor"🤌, "11th floor"👌, "21th floor"🤬

    • @TJGameDev
      @TJGameDev  Před 2 lety +10

      Oh my god I’m a dumbass

    • @larryd9577
      @larryd9577 Před 2 lety +3

      There was just no need to think past 20 I guess.

  • @ObsessiveGames
    @ObsessiveGames Před 2 lety +19

    Nicely done, a lot of work done here. Just shows how fast someone can pick up a skill like how you improved with your art.

  • @swift_goose
    @swift_goose Před rokem +4

    This is awesome bro, what great progress in just one week! Thanks for sharing, I'd love to make a deck builder game like STS

  • @Eegbert
    @Eegbert Před 11 měsíci +4

    I love that he called the game "Scuff The Spire". It's just perfect.

  • @martintoilet5887
    @martintoilet5887 Před 2 lety +9

    It's cool to watch the whole production of the game from scratch to a playable form.

  • @tomas_riv4134
    @tomas_riv4134 Před 9 měsíci +3

    I just started watching the video and I wanted to say THANK YOU, I just found out studying, memorizing and actually learning is so much easier when you have these videos as examples of how to USE what you are trying to learn :) Thank you a lot and well, I'll try to invest more time programming than playing STS hahaha

  • @juicebox8638
    @juicebox8638 Před 2 lety +4

    I really enjoyed this video, and it motivated me a ton! Ill definitely have to sub

  • @doniosmaji4675
    @doniosmaji4675 Před 2 lety +1

    Cool man!I hope your channel grows by the mean time:D

  • @dfr5492
    @dfr5492 Před rokem +1

    Love it thanks buddy!

  • @SebastianGraves
    @SebastianGraves Před 2 lety +5

    Hasson really be snackin' on them Trenbologna sandwiches.

  • @NinyaMonke
    @NinyaMonke Před 2 lety +5

    The Hassan joke got me 💀

  • @shawnmccausland7877
    @shawnmccausland7877 Před rokem +3

    I think it says a lot about me that my solution to the floor "st","nd","rd" problem would be to simply change the UI to "Floor: *number*"

  • @nihilepsy3053
    @nihilepsy3053 Před 2 lety +3

    It is truly one of the ui's ever!

  • @PhantomWolf93
    @PhantomWolf93 Před 2 lety +2

    Nice job, i love your videos!

  • @Sour_Ink
    @Sour_Ink Před 3 měsíci

    Would love to see you do this series with "Peglin"

  • @curiouspers
    @curiouspers Před 2 lety

    Great stuff! Cheers!

  • @rawallon
    @rawallon Před 2 lety +1

    I really like your style of humor: no humor

  • @snork_games
    @snork_games Před 2 lety +2

    6:54 ah yes, the twenty-oneth, twenty-twoth and twenty-threeth floors

    • @snork_games
      @snork_games Před 2 lety

      public void UpdateFloorNumber() {
      floorNumber += 1;
      switch (floorNumber % 100) {
      case 11:
      case 12:
      case 13:
      playerStatsUI.floorText.text = floorNumber + "th Floor";
      return;
      }
      switch (floorNumber % 10) {
      case 1:
      playerStatsUI.floorText.text = floorNumber + "st Floor";
      break;
      case 2:
      playerStatsUI.floorText.text = floorNumber + "nd Floor";
      break;
      case 3:
      playerStatsUI.floorText.text = floorNumber + "rd Floor";
      break;
      default:
      playerStatsUI.floorText.text = floorNumber + "th Floor";
      break;
      }
      }

  • @brodendangio4810
    @brodendangio4810 Před 2 lety +1

    Keep this up and your channels gonna blow up.

    • @TJGameDev
      @TJGameDev  Před 2 lety +1

      Thanks man, can’t wait for that haha

  • @nahtan5855
    @nahtan5855 Před 2 lety +1

    Very cool

  • @lion-xn2ue
    @lion-xn2ue Před rokem +1

    Such a wonderful work! Could you please posting a tutorial of your work? It would be a pleasure to see that.

    • @TJGameDev
      @TJGameDev  Před rokem +1

      I’m pretty garbage at tutorials sorry, but Sebastian graves has some good ones

  • @JakeThalacker
    @JakeThalacker Před měsícem

    I downloaded the git code to play around with it but cant seem to run the game inside of Unity. It just shows a blank canvas and a debugger and variables saver object is created? How can I run the game from unity?

    • @JakeThalacker
      @JakeThalacker Před měsícem

      I figured out the issue. You have to load the main scene from the scenes folder.

  • @mattian5366
    @mattian5366 Před rokem +1

    nice video, if i can ask, does the code work with java scrip????

    • @TJGameDev
      @TJGameDev  Před rokem +1

      Probably would require some tweaking

  • @IIMyLittlePonyII
    @IIMyLittlePonyII Před 7 měsíci

    I hate that I'm asking this... but how do you import this into Unity to check out?

    • @TJGameDev
      @TJGameDev  Před 7 měsíci +1

      Just open the Unity launcher and select add project from disk

  • @NKCubed
    @NKCubed Před 2 lety +2

    very scuffed very seven

  • @dawnofthedave5072
    @dawnofthedave5072 Před 2 lety +3

    nice job should do 1 like this for dont starve or darkest dungeon

    • @TJGameDev
      @TJGameDev  Před 2 lety +1

      Ah sounds fun, I might give it a shot thanks

  • @thg1nrediar
    @thg1nrediar Před 2 lety +1

    Good

  • @vservicesvservices7095

    Can it be done using javascript?

  • @cristinecruto8159
    @cristinecruto8159 Před 2 lety

    Fight in thaver

  • @karpadorgx5709
    @karpadorgx5709 Před 2 lety +1

    Power TJ

  • @mayisneat3172
    @mayisneat3172 Před rokem +1

    bro the saudi arabia twin script joke was too great

    • @TJGameDev
      @TJGameDev  Před rokem

      Thanks, tried not to make it too obvious 😉

  • @kolheart183
    @kolheart183 Před rokem +1

    how did you do the combat

    • @kolheart183
      @kolheart183 Před rokem

      Sorry to ask

    • @TJGameDev
      @TJGameDev  Před rokem

      Just “if player clicks on enemy, do action that is attached to the card”

    • @kolheart183
      @kolheart183 Před rokem

      @@TJGameDev or is that the name and I misinterpreted the sentence.

  • @robinbinder8658
    @robinbinder8658 Před 2 lety +2

    i can say sub10k club when you hit 1million in like a year :D

  • @paletreker
    @paletreker Před 2 lety +1

    2 scaffed 2 sevenius

  • @xandr1922
    @xandr1922 Před 2 lety

    7/7

  • @Ghost58144
    @Ghost58144 Před 2 lety +1

    6.69k 69 nice 😎

  • @nier4010
    @nier4010 Před rokem +1

    me being Saudi Arabian, nice hijack

  • @cristinecruto8159
    @cristinecruto8159 Před 2 lety

    Fight

  • @IsaacPeek
    @IsaacPeek Před rokem +1

    My dude that title belongs on r/titlegore/ 🤣

    • @TJGameDev
      @TJGameDev  Před rokem

      I’m an idiot, must have changed it at some point and forgot to correct the grammar thanks

    • @IsaacPeek
      @IsaacPeek Před rokem

      @@TJGameDev 😂

  • @raysthd5037
    @raysthd5037 Před 2 lety +1

    Hi

  • @seanjordan0
    @seanjordan0 Před 2 lety +1

    Misunderstood guy lmao

    • @TJGameDev
      @TJGameDev  Před 2 lety

      Bad guy sounded too mean so had to go with that

  • @3sgamestudio
    @3sgamestudio Před 2 lety +1

    oh axie infinity :D just add blockchain and you can evaluate it at 5 billion USD :D

  • @rjose705
    @rjose705 Před rokem +1

    Why isn't elon musk an elite out of curiosity

    • @TJGameDev
      @TJGameDev  Před rokem +1

      He is, just didn’t add them all lol

  • @Treporos
    @Treporos Před 2 lety +1

    if you could transfer me your game dev knowledge? that would be great!

    • @TJGameDev
      @TJGameDev  Před 2 lety +1

      Haha if you hang around I’m sure it’ll rub off

  • @x5jk
    @x5jk Před 2 lety +1

    Try making cod next 🥱🥱

    • @TJGameDev
      @TJGameDev  Před 2 lety +4

      I could be like the actual cod team and copy paste last years game