Ferdinaldo Fernando Bernardo Pelembeferdinaldocoding.hashnode.dev·Jul 3, 2024Como Criar um Jogo de Snake em C++ com SFML?Neste artigo, vou guiá-lo através do processo de criação de um jogo simples de Snake em C++ utilizando a biblioteca SFML. Vamos usar um código-fonte que já está parcialmente desenvolvido. Vou explicar cada parte do código e como ele contribui para o ...C#
Anton Yarkovoptiklab.hashnode.dev·Sep 17, 2023Exploring well-known path finding algorithms with SFML graphics libraryIntro As someone who is not a professional game developer, I have always been curious about different concepts and enjoy exploring topics that are not directly related to my daily routine. Throughout my career, I have often found myself working on sm...1 like·26 readsA-Star
Enzo Hugonnierdarleanews.hashnode.dev·May 16, 2023Demystifying Raycasting: Building 2D and 2.5D Ray cast Engines in C++Raycasting is a core technique used in computer graphics and game development. It's like casting a line into a scene to find out what it hits. A ray cast can answer questions like "What object is under the mouse cursor?" or "What's in the player's fi...227 readsGame and Physics programmingraycasting