Тёмный

Tutorial 7: Starting with Love -- GameDev For Complete Beginners Tutorial Series 

Gamefromscratch
Подписаться 252 тыс.
Просмотров 11 тыс.
50% 1

We finally start working in Love... the process of creating a game begins!
This tutorial shows how to install Love, create your first project, illustrates what a game loop is, and how it is implemented in Love.
For more details of the Love game engine, watch:
• Optional 1: What is Lo...

Опубликовано:

 

18 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@gamefromscratch
@gamefromscratch 6 лет назад
Lua/Love Links: www.gamefromscratch.com/page/GameDev-For-Complete-Beginners-Tutorial-Series.aspx
@win32prog
@win32prog 7 лет назад
This is the clearest tutorial series I've ever watched
@Bollalillo
@Bollalillo 2 года назад
Mike made me find Love. What a matchmaker! ♥️
@doubleringstudios6757
@doubleringstudios6757 8 лет назад
Really enjoying the series so far! Learning a lot, I been using a scratchpad to write all the things I am getting my head around, me coming from a Artist background and always getting frustrating in programming but dreaming of making my own games, and having search for multiple engines, scripting languages and so on, Lua is definitely been the easiest to understand of all. plus in the long run I can see using engines like ClickTeam Fusion and implement LuaScripts to generate quick in game prototype and make great games. Thanks a lot!
@retrogamingbros8164
@retrogamingbros8164 6 лет назад
What is love? Baby don't hurt me, don't hurt me for asking this question... A GREAT PUN btw I already know what love is.
@krystofpaulik759
@krystofpaulik759 7 лет назад
*KNOCK KNOCK KNOCK* When you get to this point, call me. *KNOCK KNOCK KNOCK* When you get to this point, call me. *KNOCK KNOCK KNOCK* When you get to this point, call me. This reminded me of something :)
@justusalho391
@justusalho391 7 лет назад
What if i don't answer?
@CrossbowBeta
@CrossbowBeta 8 лет назад
Quick tip: you can refresh you PATH without restarting by killing explorer.exe and restarting it.
@christ587
@christ587 5 лет назад
Hey, I've starting watching your vids. A bit confused so far but I got the IDE setup correctly. You should use a more realistic or understandable folder path then 'Temp', I got confused a few times wondering what it was supposed to contain, also if people follow along exactly - some programs might dump genuine temp stuff in there. Thanks for the upload, hope I keep it up and can get further.
@webberdontstarve7017
@webberdontstarve7017 4 года назад
Usually i recommend using 1,25 or 1,5 but for this one i actually used 0,75 to understand everything
@dusaprukiyathan1613
@dusaprukiyathan1613 3 года назад
"LOVE will not be happy if main is not there" you sure? it seemed pretty chill about it if you ask me
@CarnetsVirtuelsTchey
@CarnetsVirtuelsTchey 8 лет назад
Thanks. I hope you will cover turn based system, not only asteroid/tank/snake stuff already done by others several times.
@rafaelbezerra9178
@rafaelbezerra9178 8 лет назад
+Carnets Virtuels eh, well. I never make asteroid/tank/snake stuff... :) For me, It's will be interesting if these codes are show.
@K5-Tech
@K5-Tech 8 лет назад
i love it!
@ZaxehKule
@ZaxehKule 7 лет назад
at 4:18 what kind of file am I supposed to make for the main.lua. His says visual studio code but I don't know what that is. :I
@Hunar1997
@Hunar1997 7 лет назад
I finnaly found love .. no i actually did XD
@tuirod8920
@tuirod8920 2 месяца назад
and it still going ?
@user-du7bz3pc6w
@user-du7bz3pc6w 8 лет назад
Which part is loop ?
@gamefromscratch
@gamefromscratch 8 лет назад
+成宇 program flow, in a tutorial or two.
@filiphodak6792
@filiphodak6792 7 лет назад
samn i love you :]
@Blacteddy
@Blacteddy 8 лет назад
why does my path never work?! After following the first 3:14 of the video; i enter love into the CMD and says " 'love' is not recognized as an internal or external command, operable program or batch file I did the samething i did for Lua but this time nothing...please help
@gamefromscratch
@gamefromscratch 8 лет назад
+BlacTeddy this means that Love.exe isn't found in your system path. Did you add the directory to the PATH variable?
@Blacteddy
@Blacteddy 8 лет назад
+Gamefromscratch yes, I I used to have the same issues with javac and the JDK, I followed what you did on your computer (even made a dev folder in my C:\ drive) and added the location of the folder containing love.exe to path variable
@gamefromscratch
@gamefromscratch 8 лет назад
+BlacTeddy go to a command prompt and type echo %path% Print the results here.
@Blacteddy
@Blacteddy 8 лет назад
+Gamefromscratch C:\Users\D>echo %path% C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Java\jdk1.8.0_91\\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;%LOVE_HOME%;C:\dev\lua53\
@gamefromscratch
@gamefromscratch 8 лет назад
+BlacTeddy there is your problem. Replace %LOVE_HOME%; with the direct path to Love. For example if Love is installed at C:\dev\love\love.exe, you want that to read: C:\Program Files\Common Files\Intel\WirelessCommon\;c:\dev\love\;C:\dev\lua53\
@zyadmohamed5360
@zyadmohamed5360 7 лет назад
i can not find the folder where there is main.lua i did not have it
@the_dec0de
@the_dec0de 7 лет назад
AG Games you must save it as that main.lua
@zyadmohamed5360
@zyadmohamed5360 7 лет назад
yeah i figured this out from 3 weeks :D edit: now i have joined thrive game dev team and i am programming with lua thanks for this tutorial series :D
@valensosa6000
@valensosa6000 8 лет назад
When I open Main.lua with löve, it keep showing me the "super toast" screen. Help! D:
@jdfj1041
@jdfj1041 8 лет назад
open the whole folder that contains you Main.lua with Love.
@zamh1376
@zamh1376 8 лет назад
thnks
@ZaxehKule
@ZaxehKule 7 лет назад
I have the same problem, and in trying this it just gives me, "Error boot.lua:433: No code to run
Далее
How would you react?!😳
00:44
Просмотров 6 млн
Why I Dont Recommend Starting with C++
27:06
Просмотров 55 тыс.
How To PLAN your Game as a Solo Developer
16:26
Просмотров 497 тыс.
Making Successful Indie Games Is Simple (But Not Easy)
12:08
C++ vs Rust: which is faster?
21:15
Просмотров 394 тыс.
Tutorial 4: Functions in Lua -- Gamedev for Beginners
14:49
How would you react?!😳
00:44
Просмотров 6 млн