Skip to content

PixelWalker is a live multiplayer platform game where you can build levels and play together. Create exciting worlds and chat with other players! This repository is for those who wish to create programs within the game.

License

Notifications You must be signed in to change notification settings

PixelWalkerGame/Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PixelWalker Protocol

Introduction

PixelWalker uses Protocol Buffers v3 for communication between the client and game server. You can use the .proto file in this repository to generate classes for your programming language of choice.

In addition, we have volunteer community members who maintain unofficial SDKs in a variety of programming languages that can also interface with the game. Using an existing SDK is typically easier for those who are learning how to program, as the foundation is built for you, such as built-in user and block management, and other features. Please join our Discord server to learn more about what the community has to offer! Please keep in mind that these third party SDKs are not vetted by the PixelWalker team, and that they should be used at your own risk. (Check the source code before providing your credentials!)

Useful Resources

Authentication

In order to retrieve the latest room type, please see this endpoint from the game server.

Blocks

If you're looking for all the block palette mappings, please see the mappings endpoint from the game server. This can be referenced in your program so you always have the most up-to-date mappings, as numerical block ids are subject to change and should not be used in persistent storage.

Help

If you'd like help with your program and to connect with the community, please join our Discord server.

About

PixelWalker is a live multiplayer platform game where you can build levels and play together. Create exciting worlds and chat with other players! This repository is for those who wish to create programs within the game.

Resources

License

Stars

Watchers

Forks