Skip to content

assemblaj/ggpo

Folders and files

NameName
Last commit message
Last commit date
Jan 5, 2023
Nov 21, 2024
Jun 26, 2023
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
Aug 8, 2022
Jan 5, 2023
Jul 3, 2022
Jan 5, 2023
Jun 26, 2023
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
Jan 29, 2023
Jan 5, 2023
Jan 5, 2023

Repository files navigation

GGPO-Go LOGO

GGPO-Go - GGPO Port Into Go

GGPO-Go is a port of the GGPO rollback netcode library into Go. Currently unfinished.

Usage

General usage would be best explained by looking at the code in the example folder.

But to view the example, follow the following steps:

  • Clone the repository.
  • Travel to the example folder
  • enter: go run . <local_port> <num_players> <local|remote_ip:port> <local|remote_ip:port> <current_player>

An example usage would be to open one command line input with the following command go run . 7000 2 local 127.0.0.1:7001 1 and another with this command go run . 7001 2 127.0.0.1:7000 local 2

About

GGPO port into Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages