VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Flappy Bird (with Lua) - CS50's Intro to Game Development

Flappy Bird (with Lua) - CS50's Intro to Game Development

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
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: https://www.youtube.com/playlist?list=PLWKjhJtqVAbluXJKKbCIb4xd7fcRkpzoz -Assignment: https://docs.cs50.net/ocw/games/assignments/1/assignment1.html
Date: 2022-03-14

Comments and reviews: 3


This is great but 2 suggestions: 1) show how to debug, log, read documentation etc and the process of experimentation in figuring stuff out. 2) In the code, use better abstraction and encapsulation. You often don't need code comments if make more things into descriptive little functions. Same with the file structure, these intro classes assume it makes it easier to keep things -simple- by having a huge main file and everything in the src folder, but I think most people can handle the file navigation, and it would show much better how to have clean, readable, and maintainable code
reply

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.
reply

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
reply
Add a review, comment






Other channel videos