Page 1 of 1
Tutorial on making a complete game with LÖVE
Posted: Tue Apr 25, 2017 8:24 am
by adnzzzzZ
I started writing a tutorial on how to make a complete game with LÖVE. Here are the first 4 parts I've written so far:
Part 1 - Game Loop
Part 2 - Libraries
Part 3 - Rooms and Areas
Part 4 - Exercises
And here's what the game that will be created in the tutorial looks like:
Re: Tutorial on making a complete game with LÖVE
Posted: Tue Apr 25, 2017 11:00 am
by xNick1
That looks great!
Re: Tutorial on making a complete game with LÖVE
Posted: Tue Apr 25, 2017 11:56 am
by davisdude
These are really great! They explain everything really very well, but are still concise. I like how you're explaining the implementation of things from the ground-up. It helps people understand why you're doing something a certain way.
One random question: what is the name of the font you're using in the third screenshot?
Re: Tutorial on making a complete game with LÖVE
Posted: Wed Apr 26, 2017 5:31 am
by adnzzzzZ
davisdude wrote: ↑Tue Apr 25, 2017 11:56 am
One random question: what is the name of the font you're using in the third screenshot?
For the normal text I think it's this one
http://allfont.net/download/anonymous/ and for the weird letters it's this one
http://www.pentacom.jp/pentacom/bitfont ... ry/?id=612
Re: Tutorial on making a complete game with LÖVE
Posted: Sat Apr 29, 2017 12:27 am
by yetneverdone
I was really wondering if the tutorial literally would teach how to make the "game". Anyways, really awesome and helpful tutorial