Eleftheria Batsoueleftheriabatsou.hashnode.dev路May 17, 2024FeaturedTutorial: Pong game in Rust 馃Hello, amazing people and welcome back to my blog! Today we're going to learn how to build a Pong game using the piston engine as well as the OpenGL graphics library. In the end, we will have a board with 2 paddles, one on the left and one on the rig...Pravesh Sudha and 2 others are discussing this3 people are discussing thisDiscuss路48 likes路475 readsRust Projects 馃Rust
Hadihadicya.dev路Oct 8, 2023Building Pong with MonoGame: A Step-by-Step GuideIn this tutorial, you will create the game Pong in MonoGame using C#. We will be able to play pong with a friend, and more importantly, learn how to build games in MonoGame. MonoGame is an open-source, cross-platform game development framework capabl...Discuss路2.9K readscoding
Chaim Lev-Arichiptus.hashnode.dev路Aug 16, 2022Creating PongMy first task was creating a clone of Pong, Pong is one of the earliest arcade games ever created, it's based on a game of ping pong, where you have two paddles and a ball and need to prevent the ball from crossing your paddle. It can be played with ...Discuss路39 readsGame Development