Making some Game Dev Tutorials :)

***I had to reupload this due to the low resolution that youtube posted it at ***

Part 24 is now up:

This one deals with threading and updating our paths.

2 Likes

Part 25 is up:

This one covers getting a first skill in and an Effects pipeline.

2 Likes

Part 26 is now up:

This episode deals with refactoring some of our base classes (projectiles, skills, and effects) to make them a bit more robust.

3 Likes

awesome!:thumbsup::clap::clap::clap:

Part 27 is now up:

This one starts adding things to the grid, and will slow start to flesh out levels.

3 Likes

part 28 is now up:

This one takes another step toward getting the level’s scene put together by adding SceneItems.

2 Likes

Part 29 is now up:

This one adds currency to the game (gold) and updates sections that can use it.

4 Likes

part 30 is now up (Full Solution provided):

This one adds a draw manager which should help you to created more complex games :wink:

3 Likes

Parth 31 is now up:

This one works on doing tiled backgrounds. I hope it helps!

3 Likes

Part 32 is now up:

This one deals with level selection via a world map.

3 Likes

32, that’s a milestone!

@Tom you guys should add his channel to the tutorial list on the documentation page

Feel free to open a pull request :slight_smile:

@jjagg I will be honest, I mostly used Turtle SVN for years, so GitHub is still very new to me. I will take a look.

right now I just upload the full solution every 10 tutorials (that may change tho).

@Kay Thanks for the shout out

@MrValentine :wink: 2^5 total tutorials so far :slight_smile:

1 Like

Git takes some getting used to in general, but GitHub makes editing pages a lot easier! If you follow my link, you can

  • make changes
  • briefly describe them with a short explanation in the first textbox below, no need to fill the second one (e.g. Add Batholith to tutorials)
  • click propose changes

GitHub has an official help page for this process: https://help.github.com/articles/editing-files-in-another-user-s-repository/

2 Likes

Here is part 33:

This one adds another mob. This one shoots :slight_smile:

3 Likes

Here is part 34:

This one adds more to LevelDrawManager, and cleans up the scrolling.

3 Likes

Part 35 is now up:

This one adds a 2nd skill, but it mostly is designed to show how quickly content can be added to a game when setup right.

3 Likes

Part 36 is now up:

This tutorial shows you how to add a skill bar!

3 Likes

Part 37 is up:

this one adds a Skill menu to the game.

3 Likes