One of the best educational video series on the internet. You should do this for life!
@owenbraun33909 ай бұрын
Hey, what happens if you put a 0 into a zero1 function? would it be 1 since 0^0 is 1?
@madbanana2210 ай бұрын
now I can say "made with Love"
@toosharpstudios669410 ай бұрын
can we still follow the demo with the latest version of love2D?
@EdaGhazi11 ай бұрын
Thank you for this! I wasn't able to completely grasp the concept in my lecture, but this has definitely simplified it! :)
@viczvapo Жыл бұрын
1:09:30 lol “it’s not hard to implement a title screen” watched the whole video for that lmao. Great video, nonetheless. Gracias.
@user-nc4sj5ht2s Жыл бұрын
Man, you saved my life.
@conorvaneden Жыл бұрын
thank you, this was a great video. it took me 2 minutes into the video to understand primitive recursion and I've been struggling with this for 2 weeks in my own lecture. KZbin university all the way!
@NeedAllah-h4j Жыл бұрын
How can I installed love 2d
@BelegaerTheGreat Жыл бұрын
Just a note, the zero and succ functions can themselves be defined by Peano.
@BelegaerTheGreat Жыл бұрын
Cannot we just define the domain of div as Z\{0} and have it a total function?
@BuildersSite Жыл бұрын
More of this please!
@Nazar-ni1kw Жыл бұрын
coding is actually fun when you know it
@BelegaerTheGreat Жыл бұрын
*PARTIAL RECURSIVE FUNCTIONS COVER EVERY COMPUTABLE FUNCTION OMG!!!* Other models like Lamba Calculus, Turing Machines, or Register Machines can also define the set of Computable Functions, but it is the same set that the Partial Recursive ones define!!!
@BelegaerTheGreat Жыл бұрын
Everything has been very well defined here, except the Rho.
@niilokolehmainen Жыл бұрын
A great video! Definetly learned a lot!
@jonrx7765 Жыл бұрын
how do his VS can work?????
@emiainscough2945 Жыл бұрын
Thank you so much for this! I have a worksheet due in a few hours, and you might have just saved me from failing!
@silviapetrova85622 жыл бұрын
bro thank you
@mohammadradiver26442 жыл бұрын
Bro are you in funeral?
@calapranzee2 жыл бұрын
Try to say “get ready for the next battle”
@prasathvishnu2 жыл бұрын
Hands on excercise based intro - very useful. Last part could have been little linear and slow
@guycallahan76252 жыл бұрын
Why are your views so low?😉
@prasathvishnu2 жыл бұрын
Good for a very basic introduction.
@SliverOfStraw012 жыл бұрын
how to do the same thing but with a circel
@aljosanpedro41892 жыл бұрын
thanks a lot! still useful in 2022 : D finally understand how the coin spawning works after a few tries xD
@HemmantthKStark2 жыл бұрын
Make more videos. These are really fun to watch and learn
@abdelkrimnachef3522 жыл бұрын
you are d best
@abdelkrimnachef3522 жыл бұрын
thx a lot
@joedew41833 жыл бұрын
in new versions of love the rgb is from a a scale of 0-1. to use 0-255 just use that and put /255 after every value: (255/255, 100/255, 100,255)
@joseville3 жыл бұрын
When you say primitive recursion with parameter 1, what does that mean? How do we apply the primitive recursion functions? I.e. how would we apply pred to 3 to get 2? pred = p^0(zero^0, proj^1_1) pred(3) = ???
@joseville3 жыл бұрын
7:37 how would one actually define add in this system? I know how to do it in lambda calculus using n-fold composition on the successor function, but not sure how to bring that over to this system?
@davidgao3005 Жыл бұрын
It is in the next video
@joseville3 жыл бұрын
3:17 I was a bit confused at first why you're defining composition in this way which is so different than how I've seen it defined, but then I realized the composition I'm used to is just the case where n=1 f ᐤ [g1]x = f(g(x)) Can n be 0? I.e. f ᐤ [] = f() would be a the composition of a function that takes no arguments (such as zero^0) with 0 functions).
@joseville3 жыл бұрын
Great video! Re: the partial function div (Integer Division), could we redefine the domain or codomain to make it a total function. I.e. what if we defined 1) the codomain to be Z Union Undefined? or 2) the domain to be restricted to Z^2 - (x,0) Vx in Z. Would that then make it a total function? div: Z^2 -> Z U "Undefined" would this be a total function? div: Z^2 - (x, 0) Vx in Z -> Z would this be a total function?
@anui74663 жыл бұрын
Show that 𝑓 (𝑥 )= 𝑥/ 2 is partially recursive.
@turtle85583 жыл бұрын
nice
@neithancrack76493 жыл бұрын
Hello I'm from ur video how to make a game from löve for Android pls pls pls I got a problem the part where u r making a Key to move ur character the keyboard thingy I am not making a pc game I am making an Android game ur showing us in ur making a game for love for Android is on PC can u make one for touch screen controlss tutorial from löve from Android pls..?
@neithancrack76493 жыл бұрын
How to change the picture of löve for Android?,
@lucianoferrara47813 жыл бұрын
Thanks for the great video series. Could you share the book title used throughout the course? You explained the topics very simply and my hope was to find the rest of the course on the book you used at your University. Thanks
@The_KrOOb3 жыл бұрын
1:08:35 We can see you have a local variable ( local img = images.player_down ), i understand you need that local there, but i dont get why you set this local = player.down. Is there any specific reason.
@turtle85583 жыл бұрын
in lua local is like a variable that makes the variable only be used in the function it was created in, it also makes stuff run faster
@Hamzaelbouti3 жыл бұрын
greate tutorial in 2021, but resources not found , please re-upload them if possible
@darkfrei23 жыл бұрын
Thanks a lot! I've already made some games / simulations with Löve! :)
@neithancrack76493 жыл бұрын
Hey I'm confused can u help me out?
@darkfrei23 жыл бұрын
@@neithancrack7649 I don't know, first you are need to explain your problem :)
@neithancrack76493 жыл бұрын
@@darkfrei2 can I publish my games on playstore using a smartphone
@neithancrack76493 жыл бұрын
@@darkfrei2 and is the function love.update(dt) is it umm a function to move things but when I used it it doesn't move anything in my small circle
@neithancrack76493 жыл бұрын
And how do I make a 2D pixel art game on Löve for Android from a Android phone and thx if u solved 3 of my problems I'm new to making theeezee