Learn game development by creating a Flappy Bird game using Lua and LÖVE2D.
This beginner’s course teaches the foundations of game development. This video is lecture 1 of CS50’s Intro to Game Development from Harvard University.
Check out the full course playlist:
🔗Assignment:
⌨️ (0:00:00) Introduction
⌨️ (0:04:04) The Day-0 Update
⌨️ (0:12:49) The Parallax Update
⌨️ (0:26:53) Games Are Illusions
⌨️ (0:31:05) The Bird Update
⌨️ (0:36:51) The Gravity Update
⌨️ (0:41:51) The Anti-Gravity Update
⌨️ (0:52:52) The Infinite Pipe Update
⌨️ (1:13:12) The PipePair Update
⌨️ (1:34:43) The Collision Update
⌨️ (1:43:27) The State Machine Update
⌨️ (1:57:17) The Countdown Update
⌨️ (1:59:52) The Audio Update
⌨️ (2:02:42) The Mouse Update
Lecture taught by Colton T. Ogden. Thanks to Harvard’s CS50 for giving us permission to post this lecture. Checkout their YouTube channel for more great lectures:
—
Learn to code for free and get a developer job:
Read hundreds of articles on programming:
And subscribe for new videos on technology every day:
Nguồn: https://bdshub.net
Xem thêm bài viết khác: https://bdshub.net/game/
Xem thêm Bài Viết:
- JUDGMENT #1: HÍT DRAMA ĐẾN THỦNG PHỔI !!! THÁM TỬ CONAN GỌI BẰNG CỤ !!!
- [Độc Quyền] Bom tấn Ngạo Kiếm 3D Funtap kế thừa tinh hoa từ Nhất Kiếm Giang Hồ và Tình Kiếm 3D
- Chơi trượt ống nước xoắn ốc lụm vàng cực hay Uphill Rush cu lỳ chơi game lồng tiếng vui nhộn
- How to breed Wasteland Dragon ? – Dragon Mania Legends
- Game đánh bài đổi thưởng 2020 | hướng dẫn rút tiền từ game về thẻ ATM
This is the second lecture is CS50's Introduction to Game Development. Check out the full course playlist: https://www.youtube.com/playlist?list=PLWKjhJtqVAbluXJKKbCIb4xd7fcRkpzoz
The instructor really loves to use the word 'arbitrary'
at first i thought there was no audience and he was talking to himself
wher c++?
When I download love it won’t work
Nice stuff!
Great game engine that uses Lua is Defold
some one pls help me ? im getting this msg error attempt to index global 'love' (a nil value)
ocal background = love.graphics.newImage('background.png')
local ground = love.graphics.newImage('ground.png')
function love.load()
— initialize our nearest-neighbor filter
love.graphics.setDefaultFilter('nearest', 'nearest')
— app window title
love.window.setTitle('Fifty Bird')
— initialize our virtual resolution
push:setupScreen(VIRTUAL_WIDTH, VIRTUAL_HEIGHT, WINDOW_WIDTH, WINDOW_HEIGHT, {
vsync = true,
fullscreen = false,
resizable = true
})
end
Why is it always this guy
I am not only watching the videos but also doing the homework. After struggling with the pause feature during a few hours, I made it! It is hard not having a teacher. But now I am ready to go to the next part.
watch this video for free practice questions:-
https://youtu.be/yEMMyFRdneo
8-BIT
So he made an actual game?!
why lua not c++ or C# ? what is the best programming language for game development ?
My dream is this
Daymmm
I really look forward to making a game.. with the help of such videos.. thanks a lot to free code camp for uploading such interesting and useful videos