User Input | Monogame Tutorial Ep. 3

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024
  • User Input | Monogame Tutorial Ep. 3
    Thanks for watching!
    Monogame's Official Website
    monogame.net
    Join my Discord!
    / discord
    Support me on Patreon!
    / codingwithsphere

ความคิดเห็น • 8

  • @ColliefarmerYT
    @ColliefarmerYT ปีที่แล้ว +1

    you underated man can't wait for all the episodes to come out!!

  • @razorback8300
    @razorback8300 ปีที่แล้ว

    thanks for making this series, trying to make a pong clone to start with so this is super helpful in order to learn how to properly do it with classes rather than put everything in the game class like some tutorials. keep up your great work !

  • @EdwardPerkins-x8r
    @EdwardPerkins-x8r ปีที่แล้ว +1

    Excellent Tutorial

  • @TreeHundredBucks
    @TreeHundredBucks 6 หลายเดือนก่อน

    Cool!
    Will learn Monogame

  • @ricetv942
    @ricetv942 ปีที่แล้ว

    Please, I need to see the collision Episode.

  • @MastrPunchr
    @MastrPunchr 6 หลายเดือนก่อน

    I'm getting really confused with these tutorials, you sometimes get rid of all the code from the last one and other times you pull up scripts that you continued to work on alongside never showing all of the using statements in the animations video making it take way too long so I keep getting stuck

    • @codingwithsphere
      @codingwithsphere  6 หลายเดือนก่อน

      With this tutorial series, I typically start with a blank MonoGame project + any code that can help from previous tutorials. I always state the preexisting code I'm using at the beginning of the video. I don't mention imports because the editor I'm using finds them automatically as do most. Most of the time, you just need to import MonoGame or one of its submodules. For example, in this video, there's no extra code needed. I only used the Sprite class to show an application of the input we learned previously.