User Input | Monogame Tutorial Ep. 3

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 8

  • @ColliefarmerYT
    @ColliefarmerYT Рік тому +1

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

  • @EdwardPerkins-x8r
    @EdwardPerkins-x8r Рік тому +1

    Excellent Tutorial

  • @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 !

  • @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.