JavaScript Tutorial – Build 2 Word Games!
By freeCodeCamp.org
Published: Jul 05, 2022“
In this tutorial for beginners, you will improve your JavaScript skills by coding two word games.
Ania Kubow developed this course. Check out her channel: https://www.youtube.com/aniakubow
Code:
- Word Association: https://github.com/kubowania/word-association-vanilla-javascript
- Jeopardy: https://github.com/kubowania/jeopardy-vanilla-javascript
Course Contents
- (0:00) Introduction
- (1:30) Word Association Game
- (49:51) Jeopardy Game
”
Category: Gaming
[#Script #Coding] Unreal Engine & C++ Tutorial – 1st Person Shooter Game
Unreal Engine & C++ Tutorial – 1st Person Shooter Game
By freeCodeCamp.org
Published: Nov 11, 2021“
Learn how to use Unreal Engine and C++ to create monster shooter game.
Course created by Fahir from Awesome Tuts. Check out his channel: https://www.youtube.com/channel/UC5c-DuzPdH9iaWYdI0v0uzw
More tutorials from Fahir: https://awesometuts.com/Assets and Code: https://cdn.fs.teachablecdn.com/HVnF0XHHS3C8GxModarr
Course Contents
- (0:00:00) Game Preview
- (0:02:43) Creating The Player Character
- (0:22:17) Creating The Character Blueprint
- (0:29:23) Player Movement
- (0:37:41) The Projectile Class
- (0:47:54) Shooting The Projectile
- (1:02:41) Creating The Enemy And Enemy Animations
- (1:11:59) AI Perception Component Setup
- (1:27:58) Detecting The Player With Sight
- (1:44:34) Animating Enemy’s Movement
- (1:49:05) Dealing Damage To The Player And Enemy
- (1:57:27) Gameplay UI
- (2:04:55) Displaying Countdown Timer
- (2:20:04) Enemy Health UI
- (2:26:21) The Door Script
- (2:34:43) Creating The Level
”
[#Script #Coding] Stardew Valley Game Clone with Python and Pygame – Full Course
Stardew Valley Game Clone with Python and Pygame – Full Course
By freeCodeCamp.org
Published: Aug 15, 2022“
Create a Stardew Valley style game with Python and Pygame. This includes farming and foraging, a day and night cycle, weather effects, and a merchant. The game was also made in Tiled so you can expand it yourself.
Christian from Clear Code created this game. Check out his channel: https://www.youtube.com/c/ClearCode
Project files: https://github.com/clear-code-project…
Links to related pygame videos:
- Ultimate introduction to Pygame – https://www.youtube.com/watch?v=AY9Mn…
- Delta time in pygame – https://www.youtube.com/watch?v=rWtfC…
- Masks in pygame – https://www.youtube.com/watch?v=uW3Fh…
- Collisions – https://www.youtube.com/watch?v=W9uKz…
- Tiled – https://www.youtube.com/watch?v=N6xqC…
- Cameras – https://www.youtube.com/watch?v=u7LPR…
Course Contents
- (0:00:00) Intro
- (0:02:08) Setup
- (0:10:34) Creating the basic player
- (0:30:04) Importing the player graphics
- (0:43:14) Animating the player
- (0:53:47) Tool use
- (1:09:19) Switching between tools
- (1:21:42) Creating the overlay
- (1:32:35) Starting the camera and importing the floor
- (1:51:05) Importing all elements and faking more 3D
- (2:19:07) Collisions
- (2:42:44) Working on the trees
- (3:06:57) Particles
- (3:16:47) Player inventory
- (3:22:12) Restarting the day
- (3:46:15) Starting the soil
- (4:12:44) Soil patch graphics
- (4:33:06) Watering logic
- (4:43:34) Rain
- (5:03:51) Creating the plants
- (5:25:11) Harvesting
- (5:33:08) Daytime transition
- (5:41:19) The merchant
- (6:24:01) Audio (+ some final fixes )
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
”
[#Script #Coding] JavaScript Game Development Course for Beginners
JavaScript Game Development Course for Beginners
By freeCodeCamp.org
Published: Jul 28, 2022“
Learn to make 2D games with HTML, CSS & plain vanilla JavaScript, no frameworks and no libraries! From sprite animation to state management, in this series of projects, you will learn everything you need to make your own 2D animated games! We will go step by step explaining each technique on a small standalone codebase and then we will use everything we learned to make a single final game.
Course by Frank’s Laboratory. https://www.youtube.com/c/Frankslabor…
”
[#Script #Coding] Code a 2D Game Engine using Java – Full Course for Beginners
Code a 2D Game Engine using Java – Full Course for Beginners
By freeCodeCamp.org
Published: Jan 03, 2022“
Learn how to program a 2D game engine from scratch using the Java Programming Language. You will use the game engine to create a Super Mario Clone but the engine can be used to create other games as well.
Code: https://github.com/codingminecraft/MarioYoutube/tree/master
Course created by GamesWithGabe. Check out his channel: https://www.youtube.com/channel/UCQP4…Part 2 (final hour of this course): https://youtu.be/roPRqEQZFu8
Course Contents
- (00:00:06) Introduction
- (00:07:54) Setting up the Window with LWJGL
- (00:25:20) Adding Event Listeners with GLFW
- (00:51:42) Creating a Scene Manager & Delta Time Variable
- (01:11:26) How OpenGL Graphics Programming Works
- (01:32:53) Drawing the First Square
- (02:02:56) Regexes and Shader Abstraction
- (02:24:25) Game Camera OpenGL
- (02:47:47) GLSL Shaders
- (03:08:45) Texture Loading in LWJGL3
- (03:36:02) Entity Component System
- (04:06:25) Batch Rendering in LWJGL3
- (04:50:00) Resource Management in LWJGL3
- (05:05:30) Texture Batching
- (05:38:48) Spritesheets
- (06:01:12) Dirty Flags in Rendering
- (06:23:17) Alpha Blending and Z-Indexing
- (06:38:56) Integrating ImGui
- (07:01:56) ImGui Fonts and Scene Integration
- (07:19:43) Serialization with Gson
- (07:42:48) Deserialization with Gson
- (08:06:03) Exposing Variables to the Level Editor
- (08:25:29) Converting Screen Coords to World Coords
- (08:49:27) Drag ‘N Drop Level Editor
- (09:15:25) Debug Drawing Functions
- (09:47:35) Snap To Grid Tool
- (10:10:25) Debug Drawing Boxes and Circles
- (10:28:58) Framebuffers in OpenGL
- (10:52:56) ImGui Docking in Java LWJGL
- (11:11:55) Adding a Game Viewport
- (11:34:51) Mouse Screen Coordinates to Game Viewport Coordinates
- (11:50:01) Pixel PERFECT Mouse Picking
- (12:23:39) Enabling Mouse Picking and Code Maintenance
- (12:35:16) Editor Camera Controls with Lerp
- (13:01:48) Coding Gizmos
- (13:31:03) Translate and Scale Gizmo
- (14:04:29) Properties Panel
- (14:33:53) Integrating JBox2D in our Engine
- (14:54:53) Event System and Box2D Physics
- (15:19:09) Adding an Engine Runtime (Play/Stop Buttons)
- (16:10:10) Refactoring and Physics
- (16:40:28) Font Rendering
- (16:43:34) Beginning Scene Hierarchy & ImGui Upgrade
- (17:00:38) Scene Panel Drag & Drop (ImGui)
- (17:18:31) Even More Bug Fixing
- (17:44:51) 2D Animations
- (18:18:29) Sounds with OpenAL
- (18:44:27) Improving the Editor
- (19:21:24) How to Use Box2D Physics
- (20:06:12) Pillbox Colliders and Player Controllers
- (20:45:32) Variable Length Jumps
- (21:25:28) Powerups
- (21:51:52) Goomba AI
- (22:29:59) Mario Pipes & Editor Improvements
- (23:01:59) Game Camera & Grid Lines
- (23:28:28) Mario Turtle AI
- (https://youtu.be/roPRqEQZFu8) Adding Flag Poles to Mario
- (https://youtu.be/roPRqEQZFu8) Fireballs and Bug Fixes
- (https://youtu.be/roPRqEQZFu8) The LAST Episode and Distributing your Game
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…
”
[#Money #Success] Life is a Game This is how you win it
Life is a Game This is how you win it
By Alux.com
Published: Feb 13, 2022“
Life is a strategy game, know the rules and win it!
SUBSCRIBE to ALUX: https://www.youtube.com/channel/…
15 Rules To Win At Life (Part 1): https://youtu.be/QQa_PTWHwtsHave a look at our premium courses: https://courses.alux.com
GOAL Mastery: https://www.alux.com/goalsIn this Alux.com video we will be answering the following questions:
- How to win at life?
- How to win the game of life?
- Is life a game?
- Is life a strategy game?
- How to cheat at the game of life?
- What does it take to beat the game of life?
- If life is a game, what are the cheat codes?
”
[#Script #Coding] Learn JavaScript by Building 7 Games – Full Course
Learn JavaScript by Building 7 Games – Full Course
By freeCodeCamp.org
Published: Feb 28, 2022“
Learn JavaScript by building 7 retro games.
Ania Kubów created this course. Check out her channel: https://www.youtube.com/aniakubow
GitHub Links:
- Rock Paper Scissors: https://github.com/kubowania/rock-paper-scissors-x3
- Memory Game: https://github.com/kubowania/memory-game
- Whac-a-mole: https://github.com/kubowania/whac-a-mole
- Breakout: https://github.com/kubowania/breakout
- Frogger: https://github.com/kubowania/Frogger
- Connect Four: https://github.com/kubowania/connect-…
- Space Invaders: https://github.com/kubowania/space-in…
”
[Cracked] Why All Ubisoft Games Are The Same
From Cracked: was Posts –Why All Ubisoft Games Are The Same :
“
By Adam Ganser -Published: March 31st, 2017 – Ubisoft seemed to be into some creative stuff with their ‘Rayman’ series. And then Tom Clancy happened.”