Skip to content

Game Programming Adventures

My Game Programming Adventures including projects and tutorials

Menu
  • Home
  • MonoGame
    • A Summoner’s Tale
    • Forest Rush 3.8.1
    • MonoGame RPG Tutorials – Eyes of the Dragon 4.0
    • Pokemon Style MonoGame Tutorials
    • Eyes of the Dragon
    • Eyes Of The Dragon MonoGame RPG Tutorials 3.0
    • Forest Rush
    • Classic Games MonoGame Tutorials
  • HTML5
  • My Projects
    • My Projects Bugs
  • Eyes of the Dragon XNA
  • Android MonoGame Tutorials
    • MonoGame RPG Tutorials – Eyes of the Dragon 4.0
  • iOS MonoGame Tutorials

MonoGame RPG Tutorials – Eyes of the Dragon 4.0

I am rebooting Eyes of the Dragon again. This time, though, I am following a fully cross-platform design, and I have what I want to accomplish already planned out. It will very much resemble this video.

Silver Prophet

That is my game Silver Prophet. While the graphics won’t be quite the same quality since I don’t own the rights to them, the underlying gameplay will be the same. I will be making changes, but the core will remain the same. You can find the Git Hub at the following link:

https://github.com/Synammon/EyesOfTheDragon4

Tutorial List

Tutorial 1 – Getting Started

In this first tutorial, I lay the foundation on which I will be building the game. Then, I add the input manager and the state manager for key components. Finally, I also implemented the title state that will pop up when the game launches.

Tutorial 01 – Getting Started

Tutorial 2 – GUI Framework

In this tutorial, I cover how to create controls for gathering input from the player. Also, it makes a manager that manages all of the controls on a screen. Finally, I also cover how to switch control between game screens.

Tutorial 2 – GUI Framework

Tutorial 3 – Enter Android!

I said that this tutorial series would be cross-platform, and I meant it! In this tutorial, I add an Android project to the solution and demonstrate how to work with Android basics. I also cover how to use render targets to have one base resolution and scale it to multiple resolutions.

Tutorial 03 – Enter Android!

Tutorial 4 – Tiles! Tiles! Tiles!

This tutorial covers adding the tile engine for the game. It is very close to a direct port from my game, Silver Prophet. There are just a few differences. First, it is implemented on both Desktops and Android.

Tutorial 04 – Tiles! Tiles! Tiles!

Tutorial 5 – More on Mobile

For the iOS crowd, this tutorial covers the basics of getting started with iOS, from PC. Also, it adds an animated sprite. Moving the sprite will be covered in the following tutorial.

Tutorial 05 – More on Mobile


Tutorial 6 – Keep on Trekking

This tutorial is all about trekking. No, not Star Trek. It allows the player to move the sprite around the map.

Tutorial 6 – Keep on Trekking

Tutorial 7 – What Was That?

You knew it was coming. I started work on the editor. I added the missing controls: text box, list box and picture box. Also, I added the project for the editor, though I didn’t go much further.

Tutorial 7 – What Was That?

Tutorial 8 – Where Was That?

I continued work on the editor in this tutorial. I updated the basic controls that were added in the last tutorial to stop some bleeding when rendering text. Also, I added in a new form that you can use to navigate the file system.

Tutorial 8 – Where Was That?

Tutorial 09 – Who’s That Girl?

This tutorial is about adding NPCs to the game. They will be added to the map rendered, and there is collisions between them.

Tutorial 9 – Who’s That Girl

Tutorial 10 – Look Who’s Talking

This tutorial mirrors tutorial fifteen in my A Summoner’s Tale tutorials and adds conversations into the game. There will be a part two, though, because it was getting longer than I would like.

Tutorial 10 – Look Who’s Talking


Tutorial 11 – Look Who’s Talking, Now

This tutorial mirrors tutorial sixteen in my A Summoner’s Tale tutorial series. It does some refinement on conversations and sets up being able to read and write them.

Tutorial 11 – Look Who’s Talking, Now

Tutorial 12 – Mechanical Engineering, Sort of

In this tutorial, I create the bulk of the character generator that uses the SPECIAL system. You assign twenty-two points to the character’s attributes, where each attribute begins at two and goes to a maximum of nine. Attributes will not change as the character levels up. There is the potential that there will be items that change the upper limit.

Tutorial 12 – Mechanical Engineering, Sort of

Tutorial 13 – Mechanical Engineering, Sort Of – Part Two

I continue on with creating characters in this tutorial. I actually create the character using the values in the right-left selectors. I also fix a defect that was pointed out in the Look Who’s Talk and Look Who’s Talking Now tutorials. Because I often use Point variables, I added some extension methods to the SpriteBatch class to draw items using points rather than having to convert them manually. Part of the writing once and use many paradigm.

Tutorial 13 – Mechanical Engineering, Sort Of – Part Two

Tutorial 14 – Mish Mash

Okay, so the title wasn’t so clever. I could not come up with a cleaner one, though, so it stuck. In this tutorial, I cover adding mobs. First, I define a class that represents a mob. Then, I create a layer on the map to hold encounters between the player and other entities.

Tutorial 14 – Mish Mash

Tutorial 15 – Encounters

The title says it all. This tutorial is about having encounters. It is the first of two, maybe three, on the subject. In this tutorial, you can trigger an encounter by pressing the E key when you are beside a mob. You will jump to an encounter map, which is filled with obstacles. You can walk around the map but not through obstacles.

Tutorial 15 – Encounters
Project 15


Tutorial 16 – Encounters Part Two

This tutorial picks up where the last tutorial ended. It is about having fights between mobs and the player. It is a turn-based system where you take a turn, and the mob takes a turn, then back to you.

Tutorial 16 – Encounters Part Two
Project 16

Tutorial 17 – Encounters Part Three

Continuing on with encounters, this tutorial covers creating moves for attacks and the mob moving around the map. Ranged attacks will be coming next!

Tutorial 17 – Encounter Part Three
Project 17

4 thoughts on “MonoGame RPG Tutorials – Eyes of the Dragon 4.0”

  1. Sophos on February 28, 2023

    Hello.

    I just discovered your blog and I am going through tutorial… I found error at the GameStateManager class creation. The code which is in doc is for GameState not GameStateManager.

    Also you have error in GameState class, where you set SpriteBatch “set” to private and later on TitleScreen creation I got error because of that.

    Log in to Reply
    • Lady Synammon on February 28, 2023

      Hey there!

      Glad you found your way here. I thought I fixed that in the PDF. I will go over it and fix it soon. Thank you for bringing it to my attention. If you keep reading, please post any errata that you find, and I will make sure to fix them.

      Cynthia

      Log in to Reply
      • Sophos on March 1, 2023

        Sure, I will go through all 🙂 Must say good job, very detailed tutorials. Also I am wondering, can I skip iOS and Android part or I need to also implement those things (for later turorials/code to work)?

        Log in to Reply
        • Lady Synammon on March 1, 2023

          You can skip those sections if they are not relevant to you.

          Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Recent Posts

  • Q*bert Is Now Live!
  • Another Classic – Mr. Do
  • More on Q*bert
  • Q*Bert
  • Frogger Clone Tutorial Part Two

Archives

  • April 2025
  • March 2025
  • February 2025
  • August 2024
  • July 2024
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • May 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • March 2020

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Recent Comments

  1. Lady Synammon on It Was a Weird WeekMarch 29, 2023

    Thank you. I'm happy to hear that you are finding the tutorials valuable. To answer your question, I will be…

  2. Weak Entity on It Was a Weird WeekMarch 29, 2023

    I did a basic implementation of the TiledCS along with your parts and its working pretty well. Also the ButtonGroup…

  3. Weak Entity on It Was a Weird WeekMarch 28, 2023

    Welcome back. Looking forward to reading more tutorials from you. The 4.0 tutorial and code have helped me getting started…

  4. Lady Synammon on MonoGame RPG Tutorials – Eyes of the Dragon 4.0March 1, 2023

    You can skip those sections if they are not relevant to you.

  5. Sophos on MonoGame RPG Tutorials – Eyes of the Dragon 4.0March 1, 2023

    Sure, I will go through all :) Must say good job, very detailed tutorials. Also I am wondering, can I…

  • Home
  • MonoGame
    • A Summoner’s Tale
    • Forest Rush 3.8.1
    • MonoGame RPG Tutorials – Eyes of the Dragon 4.0
    • Pokemon Style MonoGame Tutorials
    • Eyes of the Dragon
    • Eyes Of The Dragon MonoGame RPG Tutorials 3.0
    • Forest Rush
    • Classic Games MonoGame Tutorials
  • HTML5
  • My Projects
    • My Projects Bugs
  • Eyes of the Dragon XNA
  • Android MonoGame Tutorials
    • MonoGame RPG Tutorials – Eyes of the Dragon 4.0
  • iOS MonoGame Tutorials