Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
ℛeℙ@¢ᴋ€r
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Vote_lcapC# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Voting_barC# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Vote_rcap 
ПΣӨƧӨFƬ
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Vote_lcapC# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Voting_barC# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Vote_rcap 
tano1221
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Vote_lcapC# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Voting_barC# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Vote_rcap 
大†Shinegumi†大
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Vote_lcapC# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Voting_barC# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» CCleaner Professional Plus 6.25.0.1 Multilingual
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS EmptyAyer a las 10:50 pm por tano1221

» K-Lite Codec Pack 18.4.5 Basic/Standard/Full/Mega
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS EmptyAyer a las 10:37 pm por tano1221

» VueScan Pro 9.8.35 + OCR
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS EmptyAyer a las 10:21 pm por tano1221

» Total Uninstaller 2024 v3.0.0.789 Multilingual
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS EmptyAyer a las 10:18 pm por tano1221

» Reallusion Cartoon Animator v5.24.3026.1 Multilingual
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS EmptyAyer a las 7:06 pm por 大†Shinegumi†大

» SoftMaker FlexiPDF Professional 2022.311.0614 Multilingual
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS EmptyAyer a las 7:04 pm por 大†Shinegumi†大

» EaseUS PDF Editor Pro 6.1.1.41 Build 06/28/2024 Multilingual
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS EmptyAyer a las 7:03 pm por 大†Shinegumi†大

» Fullyworked TECH Tools Pro 2024 v1.1.43.0
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS EmptyAyer a las 7:01 pm por 大†Shinegumi†大

» Steinberg SpectraLayers Pro 11.0.10 (x64)
C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS EmptyAyer a las 1:42 pm por ПΣӨƧӨFƬ

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 C# Win Forms Flappy Bird Hunting Game OOP Master Class in VS

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70278
Fecha de inscripción : 20/08/2016

C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS Empty
MensajeTema: C# Win Forms Flappy Bird Hunting Game OOP Master Class in VS   C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS EmptyMar Nov 08, 2022 5:53 am

C# Win Forms Flappy Bird Hunting Game OOP Master Class in  VS 39cd8a8469ebd482ee0bad962c3c2925
C# Win Forms Flappy Bird Hunting Game OOP Master Class in VS
Published 11/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 9 lectures (3h 32m) | Size: 1.92 GB

Time to hunt the elusive flappy birds by making this new interactive game with C#, Windows Form, .Net in Visual Studio

What you'll learn
How to create a fun game with out using any games engine e.g. GODOT, UNITY or UNREAL
Create a Flappy Bird hunting game, its similar to the duck hunt game from the old nintendo games but its flappy bird this time. Why? Because why not right?
Code using object oriented style of programming. We will create A CLASS for the bird and control its movements, score and death using that script
Work with multiple windows forms. We will create the games window and the start window of the game and establish a communication between them using C#.
Learn how to load sprite images from external folders and load them dynamically to thee code using C# programming.
Save high score to a text file and have it ready and loaded when the game is running or loading in the background
use various data types, functions and loops to make this work. We will be using custom class and lists to control the movement of the birds
Work only on windows form and make a game using transparent images and animate objects using the sprite sheets
Publish the final application by packaging all the external files, executeable files and the resources in a windows installer
Requirements
No progrmming experience is required but some basics would be benefitial
Each of the content convered in this tutorial will be explained step by step
Have a laptop or pc with Visual Studio installed and have access to online materials
Be driven and focused to complete a project start to finish
Description
Welcome to the Flappy Bird Hunting game master class. This course has been meticulously planned to challenge your views on the capabilities of windows form. What if we can make an interactive, fast paced, multi object shooting game in windows form with C# and nothing else? What if this game would spawn and respawn objects, allow the user to have crosshair on their mouse cursor, play music and register the hits on the birds and reward the players accordingly? Does this game sound impossible in windows form? Yep it kind of does, until you realise that someone as stubborn as you and me will have to find a way to do just that. Why? Well, why not.
Windows form is an amazing platform for learning programming. Its very basic what you see if what you get platform and most of the times we learn by making calculators, image viewers or other desktop style applications. Windows form is not made for games development but its an interesting challenge to be able to mimic or build similar games as the ones existed before in this limited platform only using the tools available inside of visual studio and not using any of the big game's engines such as GODOT, Unity or Unreal.
I want to explore the hidden or less used features of windows form that can potentially be used to make actual games on the platform and for us to learn how to use C# programming in a more productive and effective way.
Although this is a games development course at the heart of it it's a programming course. We will complete the course together by making a flappy bird hunting game that's full of Challenges.
Features
Make a flappy bird hunting game using native C#, Windows Form, .Net and Visual Studio
Import sprite images to animate the bird, MOO, and coin in the game
Have a cross-hair to follow the player mouse cursor
Add the Media Player dependency for .Net through visual studio to play multiple Mp3 files together in the game
Allow players to mute or play the music and sound effects in the game
Load external sound effects to the game such as bullet sound and background music
Load external background images for the game and allow the user to pick a new background for their game play
Load lots of different birds in the game, this will be the bird sprites and we can animate each of them using separate sprite images from external folder
Create a BIRD CLASS and import that to the games window
Use the BIRD object in the game loop to check if they bird is dead or alive. If alive it will continue to fly within the bounds of the game and if DEAD it will spawn the coin animation and remove the current bird from the game.
Add a cow (MOO) that will be collecting the coins when it drops to the ground.
Play sound effects for MOO and the coin collection
Using different layers of elements to show the background, foreground, bird, MOO and cursor images in the game
Load and apply custom fonts to the game directly inside of Windows Form
Keep track of the score in the game and save the high score into a text file so it can be loaded and saved in permanent memory
Create a fun count down timer in the game and allow the users to hunt as many birds as they can within that time
Reward player with more bullets when they accurately shoot 5 birds in a row.
When the game is finished we can build a installation wizard to publish the game, this wizard will create a MSI and EXE file to be shared online or offline.
The installation process will be custom built, so it will contain the files we want to contain for the game and also include the icons for the file which will show with the desktop shortcut.
If you are not familiar with my work please check out my YouTube Channel MOOICT or search for MOOICT on google and you can explore the different types of educational content I make on my website and YouTube channel.
Happy Hunting everyone.
Who this course is for
Students
Teachers
Aspiring game developers or software engineers
New programmers or developers
For the curious minded

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/65f6d89fc5b4f8a08ff9b6523a7e2ab6/hwxqu.C.Win.Forms.Flappy.Bird.Hunting.Game.OOP.Master.Class.in.VS.part1.rar.html
https://rapidgator.net/file/9e183a058d46ccab80f7ce4cd4bdd3c6/hwxqu.C.Win.Forms.Flappy.Bird.Hunting.Game.OOP.Master.Class.in.VS.part2.rar.html

uploadgig.com:
Código:

https://uploadgig.com/file/download/19227226e4694189/hwxqu.C.Win.Forms.Flappy.Bird.Hunting.Game.OOP.Master.Class.in.VS.part1.rar
https://uploadgig.com/file/download/8648c43BBc078833/hwxqu.C.Win.Forms.Flappy.Bird.Hunting.Game.OOP.Master.Class.in.VS.part2.rar

nitroflare.com:
Código:

https://nitroflare.com/view/AE644F28A279A65/hwxqu.C.Win.Forms.Flappy.Bird.Hunting.Game.OOP.Master.Class.in.VS.part1.rar
https://nitroflare.com/view/2F57899F0A6485E/hwxqu.C.Win.Forms.Flappy.Bird.Hunting.Game.OOP.Master.Class.in.VS.part2.rar

1dl.net:
Código:

https://1dl.net/jow4tnumi73s/hwxqu.C.Win.Forms.Flappy.Bird.Hunting.Game.OOP.Master.Class.in.VS.part1.rar.html
https://1dl.net/9b5jjdc1s2hm/hwxqu.C.Win.Forms.Flappy.Bird.Hunting.Game.OOP.Master.Class.in.VS.part2.rar.html
Volver arriba Ir abajo
 

C# Win Forms Flappy Bird Hunting Game OOP Master Class in VS

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Publish Your Flappy Bird iPhone Game, EZ & No Coding, iOS9+
» Python Game Development using Pygame and Python 3 | Flappy Birds Game
» Learn to make a 2D Angry Bird like game using Unity & C#
» Master Flame Game Engine: Code The T-Rex Endless Runner Game
» Mastering Django Part 1 - AJAX, Class Based Views, Forms

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-