Hi. I wrote a tutorial on how to make a complete game with LÖVE 0.10.2.
This is what the game that will be made looks like:
And here are the articles:
BYTEPATH #0 - Introduction
BYTEPATH #1 - Game Loop
BYTEPATH #2 - Libraries
BYTEPATH #3 - Rooms and Areas
BYTEPATH #4 - Exercises
BYTEPATH #5 - Game Basics
BYTEPATH #6 - Player Basics
BYTEPATH #7 - Player Stats and Attacks
BYTEPATH #8 - Enemies
BYTEPATH #9 - Director and Gameplay Loop
BYTEPATH #10 - Coding Practices
BYTEPATH #11 - Passives
BYTEPATH #12 - More Passives
BYTEPATH #13 - Skill Tree
BYTEPATH #14 - Console
BYTEPATH #15 - Final
BYTEPATH tutorial - making a complete game with LÖVE
-
- Prole
- Posts: 6
- Joined: Fri Jan 05, 2018 10:56 pm
Re: BYTEPATH tutorial - making a complete game with LÖVE
This must be the most in-depth tutorial I've seen for any engine!
Was the decision to use an object-oriented design due to your background, to teach common practice, or something else entirely? I've always thought of the use of OOP as un-LÖVEly, but your code makes it fit in incredibly cleanly.
Was the decision to use an object-oriented design due to your background, to teach common practice, or something else entirely? I've always thought of the use of OOP as un-LÖVEly, but your code makes it fit in incredibly cleanly.
Re: BYTEPATH tutorial - making a complete game with LÖVE
Looks T H I C C
Great job!
Great job!
Re: BYTEPATH tutorial - making a compleis te game with LÖVE
Wow, that looks really awesome. Excellent work! Creative abuse of the github issue tracker as a blog host too, lol. i like it. Any reasons why you chose this approach instead of using the wiki?
Did you plan on making the tutorial right from the beginning? Like, "I'm gonna make a game as a tutorial" or "I have this game; lets turn it into a tutorial"? I don't follow LÖVE projects from the community, I'm sorry if there is an obvious answer to this.
Would you mind sharing a (ballpark) number of how many of the tutorials you've sold after some while? I'm curious about the demand and if people are willing to pay $25 or even $50 for something like this. If you prefer to share the numbers privately, I promise not to tell anyone I would also appreciate some general insight into buyer feedback, if any.
Did you plan on making the tutorial right from the beginning? Like, "I'm gonna make a game as a tutorial" or "I have this game; lets turn it into a tutorial"? I don't follow LÖVE projects from the community, I'm sorry if there is an obvious answer to this.
Would you mind sharing a (ballpark) number of how many of the tutorials you've sold after some while? I'm curious about the demand and if people are willing to pay $25 or even $50 for something like this. If you prefer to share the numbers privately, I promise not to tell anyone I would also appreciate some general insight into buyer feedback, if any.
Re: BYTEPATH tutorial - making a complete game with LÖVE
In my view OOP is the style that makes the most sense for game development, since it's there's a direct mapping between the code and the simulation. And if you don't need that much performance, such as in this game, then there's even less reason to go for anything else.
Thanks!
The wiki doesn't allow comments.
Yes. I've been meaning to both write something like this for a while and to also finish a simple but complex enough game on my own. So doing both seemed like a good idea.
Yes, PM me in a few weeks about this.
Who is online
Users browsing this forum: No registered users and 0 guests