[#Script #Coding] Game Development with LÖVE 2D and Lua – Full Course

Game Development with LÖVE 2D and Lua – Full Course

By freeCodeCamp.org
Published: Aug 25, 2022


freeCodeCamp.org Learn how to create games using LÖVE 2D and Lua. LÖVE is a framework you can use to make 2D games in Lua. It’s free, open-source, and works on Windows, Mac OS X, Linux, Android and iOS. In this course, you will first learn how to program in Lua. Then you will learn how to use Love2D with Lua to develop amazing games.

Course created by Steve. Check out his channel: https://www.youtube.com/c/Stevesteacherzz

    Resources and Code

  • Lua: https://lua.org
  • Love2D: https://love2d.org
  • LuaRocks: https://luarocks.org
  • Running Boy Sprites: https://github.com/WeebNetsu/YouTube-…
  • Save the Ball Source Code: https://github.com/WeebNetsu/YouTube-…
  • Asteroids Game Source Code: https://github.com/WeebNetsu/YouTube-…
  • Sound Effects & BGM: https://github.com/WeebNetsu/YouTube-…
  • Creator’s GitHub: https://github.com/WeebNetsu/
    Course Contents
    — LUA BASICS —

  • (0:00:00) Intro to Lua
  • (0:02:28) Installing Lua
  • (0:09:51) Running Lua (VSCode)
  • (0:11:03) Printing and Comments
  • (0:19:42) Variables & Data Types
  • (0:29:51) Strings
  • (0:36:59) Math
  • (0:46:22) If Statements
  • (0:58:49) Loops
  • (1:03:37) User Input
  • (1:05:34) Tables
  • (1:23:27) Functions
  • (1:31:44) Working with Files
  • (1:39:12) Custom Modules
  • (1:43:10) OOP
    — LOVE 2D BASICS —

  • (1:56:42) Setup and LUD basics
  • (2:06:35) The Config File
  • (2:25:13) Drawing & Moving Shapes
  • (2:45:57) Keyboard Input
  • (2:55:36) Working with Sprites
    — CREATING SAVE THE BALL GAME —

  • (3:21:44) Game Setup
  • (3:38:03) Creating the Enemy
  • (4:09:02) The Menu Screen
  • (4:51:11) Adding a Point System
  • (5:11:44) Game Over Screen
    — CREATING THE ASTEROIDS GAME —

  • (5:31:24) Game Setup
  • (5:40:02) The Player
  • (6:10:32) The Thruster
  • (6:31:59) The Game State
  • (6:38:47) Game Text
  • (7:02:40) Asteroids
  • (7:41:32) Lasers
  • (8:03:46) Laser Collision Detection
  • (8:29:10) Player Collision Detection
  • (8:41:17) Player Lives
  • (8:57:54) The Menu
  • (9:30:51) Installing & Running LuaRocks
  • (9:42:18) The Score System
  • (10:03:12) Game Over
  • (10:11:56) Invincible PLayer & Infinite Levels
  • (10:31:07) Game Reset & High Score
  • (10:44:38) BGM & SFX

Top Headlines for January 07, 2023

Headline News from the Associated Press

[#Photoshop #Tutorials] Glowing Space Text Effect – Photoshop Tutorial

Glowing Space Text Effect – Photoshop Tutorial

By Photoshop Tutorials
Published: Mar 12, 2018


Photoshop Tutorials This Photoshop tutorial covers how to create a cool space text effect using nebula images. We’ll be working with adjustment layers, filters, masks and much more. Don’t forget to leave a like on the video, so I know that you enjoyed this tutorial.

Unlimited Downloads on Envato Elements, Photoshop Actions, Brushes, Stocks and much more!

STOCKS
http://www.photoshoptutorials.tv/glow…

If you’re new to our content, subscribe and stay updated for new Photoshop content.

Audio Provided By: https://www.youtube.com/audiolibrary

[#Script #Coding] Learn Kotlin Programming – Full Course for Beginners

Learn Kotlin Programming – Full Course for Beginners

By freeCodeCamp.org
Published: Oct 27, 2022


freeCodeCamp.org Learn the Kotlin programming language in this full course for beginners. Kotlin is the most popular programming language for building Android apps and it can also be can be used for any kind of development.

Alexandru Cristian developed this course.
Alexandru on Instagram: https://www.instagram.com/alexdobinca/

Other courses from Alenxadru:
Python: https://www.udemy.com/course/python…
Kotlin: https://www.udemy.com/course/kotlin…

    Contents

  • (0:00:00) Introduction
  • (0:01:06) Install Intellij IDEA
  • (0:06:23) Hello World
  • (0:25:41) Variables
  • (0:41:18) Window
  • (0:42:24) Integer Type
  • (0:53:08) DataType: Byte, Short and Long
  • (1:04:42) Float and Double
  • (1:16:16) Char and Boolean
  • (1:25:55) Operators
  • (1:49:47) Comments
  • (1:51:43) IfThenElse: Statement-Expression
  • (2:02:25) Less Than or Equal To Operator
  • (2:10:33) logical AND operator
  • (2:14:52) logical OR operator
  • (2:29:48) When Statement-Expression
  • (2:44:16) Null
  • (2:59:59) Functions
  • (3:15:46) Function: return and expressions
  • (3:27:43) Functions Overloading
  • (3:33:57) Functions Default Values
  • (3:44:09) Functions vararg keyword
  • (3:55:17) loops: FOR loop
  • (4:05:18) loops: WHILE and DO WHILE loop, Labels and continue and break
  • (4:28:26) loops Challenge
  • (4:43:14) Arrays
  • (4:59:56) Arrays Challenge
  • (5:18:41) OOP: Classes
  • (5:37:01) OOP: Primary Constructor
  • (5:51:25) OOP: Initializer Blocks
  • (6:07:03) OOP: Secondary Constructors
  • (6:23:56) OOP: Constructor Parameters Default Values
  • (6:31:08) OOP: Getters and Setters
  • (6:48:00) OOP: lateinit keyword
  • (6:57:52) OOP: Companion Object
  • (7:07:47) OOP: Singleton
  • (7:19:08) OOP: Lazy Initialization
  • (7:25:02) OOP: Enum Classes
  • (7:39:27) OOP: Inner Classes
  • (7:44:19) OOP Challenge
  • (8:00:16) OOP: Inheritance 1
  • (8:20:37) OOP: Inheritance 2
  • (8:35:31) OOP: Sealed Class
  • (8:48:57) OOP: Abstract Classes
  • (8:56:29) OOP: Data Class
  • (9:23:53) OOP: Interfaces 1
  • (9:35:37) OOP: Interfaces 2
  • (9:49:03) OOP: Object Expression
  • (9:58:09) OOP: Delegation
  • (10:05:20) List, Set, Map
  • (10:22:26) Mapping
  • (10:34:17) Zipping and Association
  • (10:49:34) Flatten
  • (10:59:17) String Representation
  • (11:10:19) Filtering
  • (11:28:53) Test Predicates
  • (11:31:30) Plus and Minus Operators
  • (11:34:45) Grouping
  • (11:39:41) Retreieve Collection parts
  • (11:59:47) Retreieve Single Elemets
  • (12:04:28) Aggregate Operations
  • (12:09:23) Comparable and Comparator
  • (12:36:43) Binary Search
  • (12:51:06) Generics: Type Parameters and Casting
  • (13:07:28) Generics: Upper Bounds

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Top Headlines for January 06, 2023

Headline News from the Associated Press

[#Photoshop #Tutorials] Animal Double Color Exposure Effect – Photoshop Tutorial

Animal Double Color Exposure Effect – Photoshop Tutorial

By Photoshop Tutorials
Published: Sep 24, 2018


Photoshop Tutorials This Photoshop tutorial teaches you how to create a double exposure color effect, using two images. We’ll be working with solid color adjustment layers for colors and blending them & Much more. Please leave a like if you enjoyed this tutorial.

Download All Stocks Here!

Unlimited Downloads on Envato Elements, Photoshop Actions, Brushes, Stocks and much more!

Audio Provided By https://www.youtube.com/audiolibrary

If you made it this far, I put a lot of work into creating tutorials. Many hours of editing and sharing. If you’re new please subscribe for new content.

Top Headlines for January 05, 2023

Headline News from the Associated Press

[#Art #Animation] Character Turns like a Pro! Photoshop Timeline

Character Turns like a Pro! Photoshop Timeline

By BaM Animation
Published: Sep 03, 2018


BaM Animation Brent and Max teach you about character design’s most important job, TURNAROUNDS….one of the hardest things to do! We share awesome tips and tricks that only pros know.

A 2d character turn around is a fundamental of character design. Animation uses character turn arounds to complete traditional and puppeted animation. You can make a character turn around using photoshop and the photoshop timeline. In this video we explain how to use the photoshop timeline to rotate your 2d character.

[READ MORE]

Top Headlines for January 04, 2023

Headline News from the Associated Press

[#Video #Editing] Free Premium Templates For After Effects & Premiere Pro

Free Premium Templates For After Effects & Premiere Pro

By Olufemii
Published: May 27, 2022


Olufemii Start Your 7 Day Free Trial of Envato Elements: https://1.envato.market/Gjda02
Get Unlimited Video Templates With Your Free Trial: https://1.envato.market/Gjda02

So over 5,000 of you have joined Envato Elements through the Olufemii Channel. For all of you who are yet to join you can now get Elements for FREE for 7 days.

Elements is a subscription service that gives you access to millions of quality digital products like text packs, effects packs, beautiful stock footage, sound effects, transition packs, literally anything you could dream of having as a video editor!

    CONTENTS

  • Intro
  • Vital Elements
  • Free Trial
  • Free Templates
  • Outro

Reach out to Josh Olufemii on Instagram: https://www.instagram.com/madebyolufe…
Subscribe Here: https://www.youtube.com/c/OlufemiiTuts

Proudly powered by WordPress
Creative Commons License
EricBrooks.Com® is licensed under a Creative Commons License.

Disclaimer: The views expressed herein are solely those of Eric Brooks. They do not necessarily reflect those of his employers, friends, contacts, family, or even his pets (though my cat, Puddy, seems to agree with me on many key issues.). In accordance to my terms of use, you hereby acknowledge my right to psychoanalyze you, practice accupuncture, and mock you incessantly with every visit. As the user, you also acknowledge that the author has been legally declared a "Problem Adult" by the Commonwealth of Pennsylvania, and is therefore not responsible for any of his actions. ALSO, the political views and products advertised on this site may/may not reflect the views of Puddy or myself, so please don't take them as an endorsement. We just need to eat.


Connect