Skip to content

IdoKendo/good-game-rusty-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

good-game-rusty-pong

Pong

GGRP (Good Game Rusty Pong) is an open-source, mainly learning exercise, online multiplayer pong game.

Build status

This game is using the macroquad crate for drawing the game on screen.
For the netcode part, the game is using the rust implementation of GGPO, GGRS, from which the name convention is borrowed.

Features

  • Highly exciting, high-stakes, game of Pong.
  • Rollback netcode, courtesy of GGRS.