* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    Hoje às 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40

Autor Tópico: Learn Coding By Creating A Python Game  (Lida 87 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Learn Coding By Creating A Python Game
« em: 30 de Setembro de 2022, 12:14 »


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


Download link

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

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

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

1dl.net:
Citar
https://1dl.net/dyypn0huzm3x/ainjj.Learn.Coding.By.Creating.A.Python.Game.rar.html