Falling in LÖVE with Lua
While modern AAA game engines like Unity and Unreal can make 3D cutting-edge game development exceptionally easier, they may not always be the best tool for modern 2D game development or the greatest entry point for a newcomer to the field. Enter LÖVE 2D: a simple and clean 2D game development framework utilizing Lua as its scripting language. In this seminar, we’ll be implementing the classic Super Mario Bros. and showcasing the flexibility of what it means to develop in a small, dynamic language. By learning Lua, we’ll not only have a useful tool in the context of 2D game development and LÖVE 2D but also the knowledge that Lua is omnipresent in the gaming industry, a skill we may hope to leverage on most any future indie or AAA project. Let’s fall in LÖVE!
Nguồn: https://consummatecompendium.com/
Xem thêm bài viết khác: https://consummatecompendium.com/am-nhac/
Comments (25)
DoctorBeans
29 Jul 2020Yeah I also want to fall in lion with lua
liamjonah02
29 Jul 2020What Text Editor Do You Use With Lua and love?
ahamad shaik
29 Jul 2020Error
main.lua:2: module 'class' not found:
no field package.preload['class']
no 'class' in LOVE game directories.
no file 'class' in LOVE paths.
no file '.class.lua'
no file 'C:Program FilesLOVEluaclass.lua'
no file 'C:Program FilesLOVEluaclassinit.lua'
no file '.class.dll'
no file 'C:Program FilesLOVEclass.dll'
no file 'C:Program FilesLOVEloadall.dll'
Traceback
[C]: in function 'require'
main.lua:2: in main chunk
[C]: in function 'require'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
iam getting this issue when iam running code can anyone help me on this issue
Marcella Costa
29 Jul 2020I was introduced to Lua back in Rio during my graduation at PUC, by its own creator! Roberto Ierusalimschy.
Fantastic language and fantastic teacher
victor noagbodji
29 Jul 2020🙏 this is a solid introduction. thank you!
Ava babie
29 Jul 2020omg lua fan base!!!!!!! what???!!!!☺️☺️☺️☺️
jinjan
29 Jul 2020im in love iwth lua !! FIGHT ME GR!!?!1!1!!1!1!1!1!!1!1!1!1!!1!1!£8€{3
ckxk
Lua_
29 Jul 2020Thank you guys for falling in love with me!!
canilus is a vending machine
29 Jul 2020oh my god lua is so hot
Levyn KHS
29 Jul 2020Created one game which is the pong,since that day i never stopped playing because i learned how to code and make this game.im using windows so its a real pain in the ass to configure it and each time you have to go on folder that your main.lua program is and the press shift right click the command promp and press love .
In mac you only have to press start i think
Fantasma
29 Jul 2020i will try to learn this and make the best roblox game ever
Trevis Schiffer
29 Jul 2020I am gonna fight with you, as I am in love with lua too 🙂
ChiKler
29 Jul 2020This is awesome, I'm enjoying Löve2d and lua so much =D
bubbybumble
29 Jul 2020I'm here to see if I can switch from Roblox without learning new syntax.
Cerbyo
29 Jul 2020this is unacceptable, you are offering advice and a tutorial pretty much here. How are people supposed to make their own decisions on teh content if you don't allow users to comment and share thoughts on it? I get that you could be getting trolled unfairly, but if all videos do this then people will be continuously learning information they think is credible and it turns out being wrong. We can't have that happen! We must have a dialogue open at all times! If your video is purely entertainment, then sure kill the comments and the ratings…people can decide if they like it by watching it. Educational videos must be treated differently though.
Mosha Miracle
29 Jul 2020Что он все, когда описывает, с питоном сравнивает.
Steve Hanson
29 Jul 2020python >>>>>>>>>>> lua
Vaishnav S Mallya
29 Jul 2020Thank you CS50 and Colton for this amazing course 😁. It's really helpful for beginners like me to get started. I have been trying to get into gamedev for months but stumble, trip and fall because I tried to jump to higher rungs instead of climbing from the bottom. Love2D is awesome way to get started and I've felt it. Completed pong and can't wait to make other games in the course.
%WHATEVER%
29 Jul 2020OOP in Lua is very ugly and painful. Use Moonscript if you really need OOP.
Dado Sutter
29 Jul 2020Great talk, thanks for sharing!
Is there a link for the code used on the presentation? Thanks again for this.
musho o
29 Jul 2020I am completely in love with Lua too, I am happy that I am not the only one!
Santiago Gonzalez Rojo
29 Jul 2020Thanks for the video! Can anyone share the link to download the source code please?
Salsa
29 Jul 2020Arrays start at 0.
Patrick Angel
29 Jul 2020Love the presentation, and I know the video is very long, but you should've taken your time as you talk very fast
Nkoi
29 Jul 2020anybody have this running the github lovedemo ? :
Error
push.lua:101: attempt to call field 'getPixelScale' (a nil value)
Traceback
push.lua:101: in function 'initValues'
push.lua:48: in function 'setupScreen'
main.lua:26: in function 'load'
[C]: in function 'xpcall'
[C]: in function 'xpcall'