Search found 611 matches

by Jeeper
Thu Apr 14, 2022 8:32 am
Forum: Support and Development
Topic: AABB collision between player and multiple boxes
Replies: 5
Views: 2266

Re: AABB collision between player and multiple boxes

JO, your tutoriel series was the thing that made me do some actual stuff. My collision detection works fine, atleast i think it does. I'm sorry, I misread your code thinking if player.y > box.y then hit ceiling elseif player.y < box.y then hit ground elseif player.x > box.x then stop moving on x ax...
by Jeeper
Wed Apr 13, 2022 7:26 pm
Forum: Support and Development
Topic: AABB collision between player and multiple boxes
Replies: 5
Views: 2266

Re: AABB collision between player and multiple boxes

Hey, i want to make a game where you have blocks wich can be broken an build so the player has to move over them smothly... Your AABB is wrong, that's why it doesn't work. It will always return true. Below is a proper implementation of it, note how all 4 conditions need to be true in order for a co...
by Jeeper
Thu Mar 31, 2022 9:07 am
Forum: General
Topic: Löve Jam 2022 winners [YouTube]
Replies: 1
Views: 2484

Löve Jam 2022 winners [YouTube]

I had a great time participating in this years Löve Jam. Fun to see a record number of entries and votes!

I made a short video which showcases the highest rated games:


Looking forward to next year!
by Jeeper
Tue Nov 23, 2021 6:51 pm
Forum: General
Topic: Lua tutorials - New video "Functions as first class objects" [Youtube]
Replies: 9
Views: 16367

Re: Lua tutorials - New video "Functions as first class objects" [Youtube]

I just released a video which dives a bit deeper into functions, covering topics such as: Functions being first class objects, Callback functions, Anonymous functions & Self invoking functions. Tutorial on Functions as first class objects and a couple of weeks ago I released a video which covers...
by Jeeper
Tue Nov 02, 2021 8:50 pm
Forum: General
Topic: Lua tutorials - New video "Functions as first class objects" [Youtube]
Replies: 9
Views: 16367

Re: Lua tutorials - New video "Multiple Inheritance" [Youtube]

New video out which covers named & optional arguments :)
salemRaddaoui wrote: Fri Oct 22, 2021 7:09 pm thanks alot! this one helps alot :awesome:
one notice !
please increase the font size
What device do you view the videos on? I have tried to increase the font size & we zoom into the code.
by Jeeper
Tue Oct 26, 2021 4:53 pm
Forum: General
Topic: Code review on Merge - Android puzzle game made with Löve [Youtube video]
Replies: 0
Views: 11274

Code review on Merge - Android puzzle game made with Löve [Youtube video]

I made a code review video on "Merge", an android puzzle game made by the Lövely 'Immow' This is the first code review video that I make, and also the first video where I record audio & video at the same time, without a script. I hope that someone finds it interesting and useful, regar...
by Jeeper
Thu Oct 07, 2021 2:46 pm
Forum: Support and Development
Topic: What sites do you recommend for hosting your screenshots and game? [RESOLVED]
Replies: 13
Views: 10676

Re: What sites do you recommend for hosting your screenshots and game?

Hi, I didn`t want to use itch.io because I wanted to reserve that for better games later on, which I want to upload under my own brand. This game is not really representative of my work and doesn`t use my brand. Attaching the file to the post would be an option. I know that I once did that in a dif...
by Jeeper
Tue Sep 28, 2021 12:23 pm
Forum: General
Topic: Lua tutorials - New video "Functions as first class objects" [Youtube]
Replies: 9
Views: 16367

Re: Lua tutorials [Youtube]

Awesome, thanks! I'll check out the video(s) if the text hooks me enough, or if it's clear I'm missing something. ... EDIT - Yeah, went back to look at the videos. Nice work! I love how concise they are. :D Same as you milon - I hardly ever watch a 20 minute vid for something that takes 3 minutes t...
by Jeeper
Wed Sep 15, 2021 9:59 pm
Forum: General
Topic: Lua tutorials - New video "Functions as first class objects" [Youtube]
Replies: 9
Views: 16367

Re: Lua tutorials [Youtube]

I'm really liked the way you explained OOP. The way I do it right now is a bit messy and I did not fully understand until now what __index and metatable is for exactly, I was using it without truly understanding. But finally, this tutorial cleared things up. Please do more. It was really useful and...
by Jeeper
Tue Sep 14, 2021 5:43 pm
Forum: General
Topic: Lua tutorials - New video "Functions as first class objects" [Youtube]
Replies: 9
Views: 16367

Lua tutorials - New video "Functions as first class objects" [Youtube]

Just released a new video which covers Functions as first class objects in Lua 9hAyj2vVg0o I have recently started making some Lua related videos on youtube, and my plan is to keep making these every now and then in order to build up (hopefully) a solid library of topics. * Explaining 'Self' * OOP &...