Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Creating the Game Board
This video demonstrates how to create the game board for the Connect-4 game, which will download all the dependencies and files required, create a template and do the configurations.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Initializing the Game Board
In this lecture, you will learn to debug the errors created in the previous video, which did not allow certain functions to execute properly, and we will initialize the game board.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Game Circle - Event
In this video, we will create the game board component and define the Event() functions for the game.
Crash Course
Game Design: Crash Course Games
Good game design is essential for a positive player experience whether it's a board games, video game, or even dice game. So today, we're going to take some time to give you an introductory overview of the process of creating a game, and...
Maddie Moate
What is the James Webb Space Telescope?! | Maddie Moate
The world’s largest, most powerful telescope was launched into space on Christmas Day - it’s called the 'James Webb Space Telescope' but WHAT IS IT and WHAT WILL IT DISCOVER? I went to the UK's National Space Laboratory (RAL Space) where...
Great Big Story
How Lincoln's beard inspired the creation of "The Game of Life"
Explore the unexpected link between Abraham Lincoln's beard change and Milton Bradley's shift from lithographs to creating the iconic board game, "The Game of Life."
Curated Video
How to Create an Interactive Game in PowerPoint
This video demonstrates how to create an interactive "Guess the Phrase" game show using Microsoft PowerPoint. The game involves students guessing letters to reveal a word related to a topic, making it an engaging resource for classroom...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Calculating the Winner
In this video, after completely restyling our game board, we will focus on the game functionality and create the gaming functions, define the winner properties and conditions, and get the game to function.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Displaying the Winner
After defining the moves in the game and being able to calculate the winner, we will now create a display effect on the game board to display the winner after the game is completed.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Global Styling
In this lesson, you will learn to create a global CSS file and add the styles we created in the last lesson into the global CSS file to control the styles in one location.
Programming Electronics Academy
DIY retro pong game that fits in your pocket
This Arduino lesson was created by Programming Electronics Academy. We are an online education company who seeks to help people learn about electronics and programming through the ubiquitous Arduino development board. Check out this...
Curated Video
DIY Craft: Cardboard Game
Shoot and score with your very own air hockey table! Now you can bring your favourite arcade game into the comfort of your own home. Using the power of your hands and elastic bands, try to get all of your pucks onto the opposing side to...
Curated Video
UX Design for Web Developers (Video 3)
User experience (UX) design is a theoretical understanding of how users interact with websites. The major challenge developers building a company website face is finding the right balance that fulfills the objectives of the company as...
Brainwaves Video Anthology
Dan White - Filament Games
Dan White is founding partner and executive producer at Filament Games, an educational game design and development studio in Madison, WI. Founded in 2005, Filament's 20 title portfolio includes a diversity of STEM, literacy, and civics...
Curated Video
DIY Project: How To Make A Cardboard Hockey Game
Calling all creators! Looking for an exciting way to give some extra cardboard scraps a second life? Check out this DIY project! In this video, Walter shows you how to use a few household items to create a fast-paced Cardboard Hockey...
Brainwaves Video Anthology
Jon Spike - Learning with Games
Jon Spike, Chief Creative Officer of GamestormEDU, has presented all over the United States to districts, organizations, and conferences, including the International Society of Technology in Education (ISTE) Conference, the Future of...
Makematic
Weather or not game
"Families need to be ready for whatever weather is coming and to help children prepare for the unexpected. In this activity, children aged 8-11 will design and play a game that helps them explore different types of weather. When children...
FuseSchool
How to create interactive exercises using the Lessons activity tool - SMART tutorials for teachers
Are you ready to go to the next level of teaching with the Interactive Whiteboard? SMART tutorials for teacehrs shows you how to create engaging, interactive lessons with your Lessons activity tool - brought to you by the virtual school !
Curated Video
Remembering Frank Sinatra: A Tribute to the Chairman of the Board
This video provides a glimpse into the life and legacy of Frank Sinatra, one of the greatest male popular song vocalists of all time. It showcases previously unseen home movies of Sinatra, highlighting his impeccable phrasing, timing,...
Great Big Story
Klaus Teuber and the Creation of Settlers of Catan
Explore the origin of Settlers of Catan, created by Klaus Teuber in Rosdorf, Germany, a game that transformed the board game industry and united families and friends.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Updating the Player Circle
Here, we will use the dynamic styles we created and learn to update the player circles with those styles to make the game more presentable.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Smart Computer Player (Basic AI)
After creating the Suggest button and clicking on it, the game will suggest a random number so the player can strategize their moves. We will use artificial intelligence to improve the player's intelligence on the computer and make more...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Determining a Draw Condition
After getting the moves to function in the game, we will now determine a draw condition when there are two players and how the game is a tie or a draw, what parameters are defined to determine the draw, and the conditions of the game.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Inline Styling
This video focuses on how we can style some of the components of the project and create some inline styles for our React components.