- Видео 163
- Просмотров 2 370 206
Moo ICT
Великобритания
Добавлен 14 мар 2016
Moo ICT is a educational channel. where we make programming projects start to finish. We love games and games development so many of our projects reflect that. We try to keep the tutorials simple and understandable for beginners. You can jump into any tutorial and starting following them.
We all have to start somewhere and we hope this channel will be useful resource to learn programming in a fun way.
Visit the Moo ICT website for full written tutorials, images and source code for the project we work on.
Happy Programming and Many Thanks for the support and for being awesome, all the best.
Moo ICT
We all have to start somewhere and we hope this channel will be useful resource to learn programming in a fun way.
Visit the Moo ICT website for full written tutorials, images and source code for the project we work on.
Happy Programming and Many Thanks for the support and for being awesome, all the best.
Moo ICT
Build a Pacman Game in Windows Forms with C# and Visual Studio - Full Tutorial
Download the images from our Patreon - www.patreon.com/posts/pac-man-tutorial-119217850?Link&
Hello and welcome to this exciting new tutorial from MOO ICT! In this comprehensive step-by-step guide, we’ll walk you through the process of creating your very own Pacman game using the C# programming language in Windows Forms with Visual Studio. Whether you’re new to C# or looking to enhance your programming skills, this tutorial is packed with hands-on learning and fun!
Throughout this tutorial, you’ll learn to harness the power of Visual Studio and Windows Forms to design and build an interactive Pacman game. We’ll cover key programming concepts such as object-oriented programming (OOP) and eve...
Hello and welcome to this exciting new tutorial from MOO ICT! In this comprehensive step-by-step guide, we’ll walk you through the process of creating your very own Pacman game using the C# programming language in Windows Forms with Visual Studio. Whether you’re new to C# or looking to enhance your programming skills, this tutorial is packed with hands-on learning and fun!
Throughout this tutorial, you’ll learn to harness the power of Visual Studio and Windows Forms to design and build an interactive Pacman game. We’ll cover key programming concepts such as object-oriented programming (OOP) and eve...
Просмотров: 723
Видео
Create a T-Rex Endless Runner Game in C# | Windows Forms & Visual Studio Tutorial
Просмотров 1,9 тыс.6 месяцев назад
Download the game assets here - www.patreon.com/posts/create-t-rex-in-109137259?Link& Learn how to create a T-Rex Endless Runner game in C# using Windows Forms and Visual Studio! This step-by-step tutorial will guide you through the entire process, from setting up your project to implementing game mechanics and adding graphics. Perfect for beginners and intermediate developers looking to enhanc...
How to Build a 6-Page Website with HTML and CSS: Beginner-Friendly Tutorial
Просмотров 1,8 тыс.9 месяцев назад
Download Resources - www.mooict.com/html-and-css-tutorial-create-a-simple-6-page-website-and-host-it-online-with-github-pages/ Welcome to our beginner-friendly tutorial on creating a 6-page website using just HTML and CSS! Dive into the world of computer hardware as we explore topics like motherboards, CPUs, GPUs, and RAM. We'll start by styling our website with CSS, making it look sleek and pr...
Python Tutorial - Generate subtitle for any videos with Python and Whisper
Просмотров 1 тыс.11 месяцев назад
This short tutorial will demonstrate how to create subtitles for any videos. I am demonstrating a English speaking video, but using the Ai-Whisper package. You can install this package using pip directly into your Visual Studio code terminal. For more information check their Pip package website here - pypi.org/project/openai-whisper/. Hope this tutorial is useful. Like and Subscribe to the chan...
C# Tutorial - Create a simple Pong Game with Windows Forms and Visual Studio
Просмотров 17 тыс.11 месяцев назад
Source Code and Images - wp.me/p74nED-13P Lets make a simple pong game using windows forms and C# in visual studio. This tutorial is aimed at beginner programmers who want to learn programming by completing small projects. Hope you have fun with the project. If you found it useful please, like and subscribe to the channel. Let me know in the comments if you are having any issues with the projec...
Create a Quiz Maker App with Windows Forms and C# in Visual Studio a MOO ICT Course
Просмотров 507Год назад
Join the Course - www.udemy.com/course/c-sharp-course-quiz-maker-app-development-windows-forms/?referralCode=5E451AB5858399CC5143 Hi, We are very happy to introduce you to the new course created by MOO ICT. We spend a lot of time developing this course to make it perfect just for you. In this app we will be making a Quiz Maker and Quiz Player application using C# and Windows Forms. In this app ...
Change Data Between Forms in Visual Studio C# Tutorial
Просмотров 330Год назад
Source Code - wp.me/p74nED-13F In this tutorial we will be creating a image viewer between multiple windows forms that will help us change the image by either loading the image from the PC or to load the image from an URL. We will do this creating 2 forms in visual studio, one to show the picture with its location and the second one will be used as picture browser window. Follow along with this...
How to load images from URL to a Picture Box in Windows Forms With C# and Visual Studio
Просмотров 997Год назад
Text File and Source Code Here - wp.me/p74nED-13t Hi, in this tutorial we will show you how to load images from an URL to a picture box in windows forms. So on many of our tutorials we have loaded pictures to a picture box using local resources that were either loaded externally using file/directory location or embedded into the visual studio resources file. In this tutorial we will show you ho...
JavaScript Tutorial - Create a Word Shuffle Typing Game
Просмотров 354Год назад
Join this channel to get access to perks: ruclips.net/channel/UCntXGyc0ylNJKs60VSPcIygjoin Source Code - wp.me/p74nED-12U Welcome to this fun JavaScript tutorial. This tutorial we explore how to make a simple typing game directly playable in your browser. We will use only the standard HTML, CSS and JavaScript code to make this game. The premise for the game is very simple, we will load any rand...
JavaScript Tutorial - Move an Image using the Arrow Keys in HTML Canvas
Просмотров 2,3 тыс.Год назад
Join this channel to get access to perks: ruclips.net/channel/UCntXGyc0ylNJKs60VSPcIygjoin Download Images Here - wp.me/p74nED-12F We are moving on from animating the object on its own to now moving it with the arrow keys on the keyboard. In this tutorial we will demonstrate how to add key down and up events to the HTML Canvas and move an image in that direction. Animating objects and moving th...
JavaScript Tutorial - Move an Image inside of HTML Canvas
Просмотров 1,1 тыс.Год назад
Join this channel to get access to perks: ruclips.net/channel/UCntXGyc0ylNJKs60VSPcIygjoin Download Images and Source Code Here - wp.me/p74nED-12C We are getting started with the main JavaScript games development series however before we can get started with that, we need to learn the fundamentals first. In most games we will need to have a way to move an image around the games screen. This is ...
Create a simple Number Guessing Game in JavaScript
Просмотров 266Год назад
Join this channel to get access to perks: ruclips.net/channel/UCntXGyc0ylNJKs60VSPcIygjoin In this tutorial we will demonstrate how to create a simple Number Guessing Game using JavaScript programming language. To follow this tutorial you can use any code editor you like, we are using the Visual Studio Code because its amazing when coding HTML CSS and JavaScript. This tutorial will build up on ...
Python Simple Data Science Full Tutorial- Make Charts, Add Columns, Use LOC and iLoc with UI
Просмотров 536Год назад
Hi welcome to this exciting Python and Pandas Data Analysis and UI tutorial. Pandas is an excellent library to analyze data and visualise them in ways that we can understand what's going on and also Python is such as amazing language and it makes it so much easier for to understand complicated computational process in simplified ways. In this tutorial we will be doing 2 very important things 1 ...
Make a Character Selection project using HTML CSS and JavaScript
Просмотров 1,9 тыс.Год назад
In this tutorial we will make a character selection screen using HTML CSS and JavaScript. This tutorial includes HTML and CSS to animate the background of the player character and animate a RGB glow around the characters selected. JavaScript is used to change the character image and the name of the characters. Hope you enjoy this tutorial. Source Code and Background Image used can be downloaded...
Make a Image Slide Show using JavaScript - Beginner Tutorial
Просмотров 614Год назад
Lets make a quick and simple Image Slide show using JavaScript HTML and CSS in Visual Studio Code. This tutorial will build on the last calculator tutorial we did for JavaScript and hopefully we will be moving forward in to move interesting topics. We have touched on some of the fun things for this tutorial such as changing HTML source properties using JavaScript programming, using CSS animatio...
Make a Simple Calculator with JavaScript - Beginner Tutorial
Просмотров 445Год назад
Make a Simple Calculator with JavaScript - Beginner Tutorial
C# Project - How to Make a Word Shuffle game in windows forms and visual studio
Просмотров 3,3 тыс.Год назад
C# Project - How to Make a Word Shuffle game in windows forms and visual studio
Make a Simon Says Game in C# and Windows Forms Tutorial
Просмотров 2,8 тыс.Год назад
Make a Simon Says Game in C# and Windows Forms Tutorial
C# OOP Multi-Form Butterfly Catching Game Tutorial in Win Forms and Visual Studio
Просмотров 3,9 тыс.Год назад
C# OOP Multi-Form Butterfly Catching Game Tutorial in Win Forms and Visual Studio
C# OOP Project Drag And Drop Multiple Images in Windows Forms
Просмотров 4 тыс.Год назад
C# OOP Project Drag And Drop Multiple Images in Windows Forms
How to Move an Image using Drag and Drop in Windows Form and C#
Просмотров 8 тыс.Год назад
How to Move an Image using Drag and Drop in Windows Form and C#
C# OOP Project - Spawn Animated Fireworks in Windows Forms With Click Event
Просмотров 2,2 тыс.Год назад
C# OOP Project - Spawn Animated Fireworks in Windows Forms With Click Event
Python Project - How to Make a GUI Magic 8 Ball App with Tkinter
Просмотров 698Год назад
Python Project - How to Make a GUI Magic 8 Ball App with Tkinter
Python Project - How to Make a GUI Number Guessing Game with Tkinter
Просмотров 2 тыс.Год назад
Python Project - How to Make a GUI Number Guessing Game with Tkinter
How to Spawn random game items in 2D and collect it using collision in Windows Forms and C#.
Просмотров 2,8 тыс.Год назад
How to Spawn random game items in 2D and collect it using collision in Windows Forms and C#.
C# Tutorial - Create 4 Way Sprite Movement Animation Using .Net, Windows Form and Visual Studio
Просмотров 16 тыс.Год назад
C# Tutorial - Create 4 Way Sprite Movement Animation Using .Net, Windows Form and Visual Studio
Make a Sliding Image Puzzle Game Using C# and Windows Forms In Visual Studio
Просмотров 8 тыс.Год назад
Make a Sliding Image Puzzle Game Using C# and Windows Forms In Visual Studio
C# Tutorial - Street Fighter Demo in Windows Forms and Visual Studio
Просмотров 8 тыс.Год назад
C# Tutorial - Street Fighter Demo in Windows Forms and Visual Studio
Move an image using the arrow keys in C# and windows form using paint event.
Просмотров 4,8 тыс.Год назад
Move an image using the arrow keys in C# and windows form using paint event.
C# OOP Project- Create Masking Effects Animation in Windows Forms and Visual Studio
Просмотров 1,8 тыс.2 года назад
C# OOP Project- Create Masking Effects Animation in Windows Forms and Visual Studio
thanks
14:00
Finally, a really good teacher in game dev. Thank a lot man!
Hey when i run the build the project is zoomed in. Is this caused by some mistake of mine. It does not happen in any WPF project only in Windows forms projects
21:30
can you provide the full code?
I dont understand the -10 and the other -10 (LOL?) for the left and right movement area. in the teleporting section. I kinda get the overall picture of this area but not the specifics/numbers. Does -10 mean PacMan has moved 10 spaces off the screen and thus the negative number needed?
thx for that now i wont fail in programing❤
CheckBoundaries is not working! Idk where is my mistake. Can i ask for a bit of help
do you have a link to the code ?
i m having problem in 138 line in the picturebox list pictureboxlist[i].BorderStyle = BorderStyle.FixedSingle; Pictureboxlist[i].Location = new Point(x, y);
Nice Bro ! Thanks You big fan for Game Coading Vote for Next Gaming video I am waiting the next video Ok!!!!!
Hey when i use background image in windows forms the images become very slow delayed and jittery. I was trying out Platformer tutorial and i saw that yours was not jittering as much as mine. Is there any fix?
Try enabling double buffered on the form. If the background image is very large in size it can also cause the glitch.
@@mooict Thank you very much i have learnt so much about c# by your tutorials
@@mooict Also can you add more WPF tutorials. I find them more fun to make and they also work smoother
16:58
Hi, nice tutorial but there is 1 logical error, and i cant figure out how to fix it lol. Game lets you still play 4th round, but dont record score. I mean after 3rd round should be message box that player or cpu won game, but it lets you play 4th round, score didnt count ant then pops message box
Can i do it in webform
Hello I have a problem where the obstacle arent appearing and it shows error in the x.Left = this.ClientSize.Width
I'm glad bro your still alive 🥲
lol me too
Thanks for guide, after what you did i made my own Flappy Bird with only 60 lines of Code 🥲
Nice work!
thank you for the tutorial! it has taught me a lot
Glad to hear that!
This is awsome! keep em comming!
Thanks! Will do!
If I wanted to make the game programmable to make squares rather than circles what should I change?
감사합니다. 영상이 많은 도움이 되네요...
I’m glad you liked it 👍🏽
code needs to be updated. IN 20204 and C# 10 and .Net 8 many things have changed since this video was shot. Canvas control cannot have any Content in it now. You need to enclosed it in a grid or a stackpanel control - i.e. in a canvas you cannot hv a label control for example. Your users need to target .Net Framework 4.7 latest for this code to work.
how to fix yung mga ufo or alien kapag nag s-start na nag kakagulo
may you please explain why (when we do the second method of restarting the game) we call the RestartGame function in the form1 method because it works without that line of code?
hi.Can you please put Persian subtitles on your videos so that the people of Iran can benefit from your videos and high skills.
Hi, are you able to use the RUclips auto translate to Persian language?
Thank you 🙏 I was able to find the subtitle@@mooict
Gracias por el tutorial 😊
thanks for this tutorial👌
You're welcome 😊
Gracias 😊
Great project thank you! I used this code after completing my first C# course at a university. This project here is great for new learners as it adds a ton of new but relatively simple features. Everything is working except I cannot move the actual player bar but that is just me needing to figure out what controls it
4 years later and I needed this, despite it being Christmas. I just had to add it to my Flashcards WinForms project and couldn’t stop before it’s done. Thanks a lot!
How can I download this project please 😢
I want the source code for the game Batman Gravity Run
I want the source code for the game Batman Gravity Run
I want the source code for the game Batman Gravity Run
Do you have drevo gramr full rgb software maybe?
it says that the name properties does not exist in the current context what should i do if (goleft == true) { pacman.Left -= playerSpeed; pacman.Image = Properties.Resources.left; } if (goright == true) { pacman.Left -= playerSpeed; pacman.Image = Properties.Resources.right; } if (godown == true) { pacman.Top += playerSpeed; pacman.Image = Properties.Resources.down; } if (goup == true) { pacman.Top -= playerSpeed; pacman.Image = Properties. Resources.up; }
life saver
thanks for teach it)
at 45:20 , e.keycode line is showing error. how do i fix that
Dude, you are the coolest!
I already did it, but make an Python video for almost complete programmers
That’s a good idea. Do you have any topics in mind?
52:50 Why does my code can't find the plusone resource, even though I already include it in the file 'Resources'😭
Which app we should use
тухааааааааааа
hi new subscriber here! i followed the code but the images of the board didn't show up, i wonder why? :<
Hi, welcome 🤗. Importing pictures into WPF can be tricky sometimes. Check the source available in the description hope that helps
ur the goat bro
The code you wrote did not work for me, I am using html5. Just wanted to let you know. I did copy your code afterwards from your site and it worked with some small updates and refactoring so I updated my code with some of your updates and it is working to move the cow but now to stop it except for at x <= 0. I do appreciate your video and thank you for producing it, just wanted to give information that may help you in the future.
Thank you and I’m glad you got it working 😊
Thanks a lot
Happy to help