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
missyou123
Learn Coding By Creating A Python  Game Vote_lcapLearn Coding By Creating A Python  Game Voting_barLearn Coding By Creating A Python  Game Vote_rcap 
tano1221
Learn Coding By Creating A Python  Game Vote_lcapLearn Coding By Creating A Python  Game Voting_barLearn Coding By Creating A Python  Game Vote_rcap 
ПΣӨƧӨFƬ
Learn Coding By Creating A Python  Game Vote_lcapLearn Coding By Creating A Python  Game Voting_barLearn Coding By Creating A Python  Game Vote_rcap 
大†Shinegumi†大
Learn Coding By Creating A Python  Game Vote_lcapLearn Coding By Creating A Python  Game Voting_barLearn Coding By Creating A Python  Game Vote_rcap 
Engh3
Learn Coding By Creating A Python  Game Vote_lcapLearn Coding By Creating A Python  Game Voting_barLearn Coding By Creating A Python  Game Vote_rcap 
ℛeℙ@¢ᴋ€r
Learn Coding By Creating A Python  Game Vote_lcapLearn Coding By Creating A Python  Game Voting_barLearn Coding By Creating A Python  Game Vote_rcap 
ronaldinho424
Learn Coding By Creating A Python  Game Vote_lcapLearn Coding By Creating A Python  Game Voting_barLearn Coding By Creating A Python  Game Vote_rcap 
smack
Learn Coding By Creating A Python  Game Vote_lcapLearn Coding By Creating A Python  Game Voting_barLearn Coding By Creating A Python  Game Vote_rcap 
Junio 2024
LunMarMiérJueVieSábDom
     12
3456789
10111213141516
17181920212223
24252627282930
CalendarioCalendario
Últimos temas
» Arturia FX Collection 2024.6
Learn Coding By Creating A Python  Game EmptyHoy a las 12:39 am por missyou123

» CCleaner 6.24.11060 Pro/Tech/Buss Retail+ CCEnhancer 4.5.7
Learn Coding By Creating A Python  Game EmptyAyer a las 10:11 pm por ℛeℙ@¢ᴋ€r

» Tenorshare 4DDiG v10.1.2.10 Multilingual
Learn Coding By Creating A Python  Game EmptyAyer a las 9:39 pm por ℛeℙ@¢ᴋ€r

» TechSmith Capture 2.1.3.607 (x64)
Learn Coding By Creating A Python  Game EmptyAyer a las 9:37 pm por ℛeℙ@¢ᴋ€r

» SQL Backup Master 7.3.831
Learn Coding By Creating A Python  Game EmptyAyer a las 9:35 pm por ℛeℙ@¢ᴋ€r

» Aiarty Image Enhancer 2.5 (x64) Multilingual
Learn Coding By Creating A Python  Game EmptyAyer a las 7:38 pm por 大†Shinegumi†大

» save2pc Ultimate 5.7.1.1639
Learn Coding By Creating A Python  Game EmptyAyer a las 7:35 pm por 大†Shinegumi†大

» Driver Talent Pro 8.1.11.48 |Multilingual
Learn Coding By Creating A Python  Game EmptyAyer a las 7:25 pm por 大†Shinegumi†大

» Fotor 4.8.0 (x64)
Learn Coding By Creating A Python  Game EmptyAyer a las 6:44 pm por ПΣӨƧӨFƬ

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Learn Coding By Creating A Python Game

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


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

Learn Coding By Creating A Python  Game Empty
MensajeTema: Learn Coding By Creating A Python Game   Learn Coding By Creating A Python  Game EmptyVie Sep 30, 2022 6:14 am


Learn Coding By Creating A Python  Game Ec9338ab409d1504b695bef08a8a1f24

Published 9/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 350.87 MB | Duration: 0h 55m

An intro to data structure, algorithm, and coding practice

What you'll learn
How to make a game from idea to playable program
How to find, debug, and solve problems
Computer programming concepts with examples like data structures, algorithms, and object oriented programming etc.
Practical Python knowledge
Requirements
Have some basic Python knowledge, such as python keywords (for, while, etc.) and built-in functions
Description
Learning by doing. If you are curious about how a game is created, or how to put the knowledge learned from books into your own code, then this course is for you. It covers fundamentals of software engineering in developing an interesting Python game step by step. From ideas to implementation, from data structures to algorithms, from problem analysis to solution, we will be writing a game called "Imitators" (more details in the Game Intro video).This course is divided in 15 short videos (excluding intros), most of which are about 2 ~ 5 minutes long.* In Day 01 ~ 04, we will start exploring some basic elements of the game, and learn how they are related to object oriented programming, basic data structures and algorithms etc.* In Day 05 ~ 08, we implement the core logic of the game.* In Day 09 ~ 14, there will be the design and implementation of 2 main features, along with finding, analyzing and solving software bugs.* On the final day, we will wrap up the game and discuss potential improvements, one of which can be made by binary representation, a key concept in computer science.Hope you will enjoy the learning and the game itself! If you have any questions or suggestions, please do not hesitate to drop me a message.
Overview
Section 1: Game Introduction
Lecture 1 Game Intro
Section 2: Day 01: Create the fundamental element of the game - Block
Lecture 2 Day 01
Section 3: Day 02: Make blocks movable
Lecture 3 Day 02
Section 4: Day 03: Prevent blocks from going outside of window
Lecture 4 Day 03
Section 5: Day 04: Add support for different block types
Lecture 5 Day 04
Section 6: Day 05: Implement code logic (method 1) for going down
Lecture 6 Day 05
Section 7: Day 06: Implement code logic (method 2) for going down
Lecture 7 Day 06
Section 8: Day 07: Implement movements of up/left/right directions
Lecture 8 Day 07
Section 9: Day 08: Check if you win
Lecture 9 Day 08
Section 10: Day 09: Create a sidebar to easily form the initial game setup (part 1)
Lecture 10 Day 09
Section 11: Day 10: Create a sidebar to easily form the initial game setup (part 2)
Lecture 11 Day 10
Section 12: Day 11: Bugfix - When no players on field you can't win
Lecture 12 Day 11
Section 13: Day 12: Add lava boot feature (part 1)
Lecture 13 Day 12
Section 14: Day 13: Add lava boot feature (part 2)
Lecture 14 Day 13
Section 15: Day 14: Add lava boot feature (part 3)
Lecture 15 Day 14
Section 16: Day 15: Extra knowledge (hooray!): binary representation
Lecture 16 Day 15
Anyone who has read entry-level Python books and want to learn practical coding skills by creating games

Learn Coding By Creating A Python  Game 93252ac4fbf1f37943256a2cce8a88ab

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/82f179cf9ab87cc5dadcbda9f8386d67/ainjj.Learn.Coding.By.Creating.A.Python.Game.rar.html

uploadgig.com:
Código:

https://uploadgig.com/file/download/13cc722973df340B/ainjj.Learn.Coding.By.Creating.A.Python.Game.rar

nitroflare.com:
Código:

https://nitroflare.com/view/F373878F7E5DFE6/ainjj.Learn.Coding.By.Creating.A.Python.Game.rar

1dl.net:
Código:

https://1dl.net/dyypn0huzm3x/ainjj.Learn.Coding.By.Creating.A.Python.Game.rar.html
Volver arriba Ir abajo
 

Learn Coding By Creating A Python Game

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

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