Some content could not load. We could not load files from our content delivery networks (CDN).
Your network may be blocking access. Ask your IT to allow loading from: .
Network domains required
We use these CDNs to deliver the files the site needs to run, please allow the following:
Domains to allow Used for
cdn.jsdelivr.net styles and JavaScript libraries.
cdnjs.cloudflare.com JavaScript libraries and icons.
code.jquery.com jQuery and jQuery UI.
pixelpad.io, cdn.pixelpad.io CDN of images, sounds, and application files.
cdn.datatables.net Interactive tables.
fonts.googleapis.com, fonts.gstatic.com Fonts stylesheets and font files.
s3.us-west-1.amazonaws.com, s3-us-west-1.amazonaws.com Project files stored on Amazon S3.
vmwan2cvlyzeklq4knz63qh6d40lewka.lambda-url.us-west-1.on.aws Amazon AWS Project play counters.
nexushud.org Learning assistant.
u45ivsqoja6u3sk7zaliv37zq40hpbxk.lambda-url.us-west-1.on.aws Amazon AWS AI character responses, when used.
  • 둘러보기
  • 배우기
  • 로그인
  • Introduction
  • Game
  • Start-loop
  • Objects
  • Sprites
  • Animation
  • Sounds
  • Rooms
  • Input
  • Collision
  • Functions
  • Camera
  • Fps
  • Text
  • Graphics
  • Filters
  • Multiplayer
  • Ai

PixelPAD 2D - multiplayer

init_multiplayer() -> None

예시
설명
Must be called in order to have a multiplayer project. Note that this does NOT connect you to a server, only initializes the other multiplayer functionality.
매개변수
None
No parameters.

반환값
No return value.

create_server(size: int) -> None

예시
설명
Creates a multiplayer server. If no one has joined the server within 5 seconds it will be deleted.
매개변수
size
The maximum number of players that can be connected to the server at any given time. Must be between 2 and 20 inclusive.

반환값
No return value. Because of delay the result of the function can be found with get_server_event(), where the event type will be "type": "server_created".

join_server(server_id: str) -> None

예시
설명
Attempts to connect to the server with the specified server id. If the user is already connected to a server they will be disconnected as you can only be connected to one server at a time.
매개변수
server_id
The ID of the server the user should attempt to join.

반환값
No return value. Because of delay the result of the function can be found with get_server_event(), where the event type will be "type": "self_joined".

inspect_server(server_id: str) -> None

예시
설명
Gets information about a specific server without joining it
매개변수
server_id
The ID of the server to get information about.

반환값
No return value. Because of delay the result of the function can be found with get_server_event(), where the event type will be "type": "server_info".

get_server_event() -> dict

예시
설명
Checks for asynchronous (delayed) responses from create_server(), join_server(), and inspect_server() on the current frame.
매개변수
None
No parameters.

반환값
A dictionary with the type of event that was received on the frame, or None if there is no event. If the event type is not None, the dict will also contain the boolean field "status", detailing whether the request was successful or not, as well as the field "message", containing a string with the event message, such as a server id from a "server_created" event.

send_message(data: str) -> None

예시
설명
Sends data to all other users connected to the same server.
매개변수
data
The string to send. Must be of length less than or equal to 256 characters.

반환값
No return value.

get_messages() -> list

예시
설명
Get all the messages that have been received from the current server since get_messages() was last called.
매개변수
None
No parameters.

반환값
A list of string messages that have been received, in order from oldest to most recently received. Returns an empty list if no messages have been received.

get_player_count() -> int

예시
설명
Checks how many people are in the currently connected server.
매개변수
None
No parameters.

반환값
The number of people connected to the current server, 0 if there is no connection.

leave_server() -> None

예시
설명
Disconnects the current user from any servers they are in.
매개변수
None
No parameters.

반환값
No return value.

get_servers() -> list

예시
설명
Gets a list of existing servers for the current project
매개변수
None
No parameters.

반환값
A list with all active server IDs for the same project, or an empty list if there are none.

Multiplayer and Servers

Multiplayer projects are projects you can play together with other people. Sometimes this is done by having multiple people use the same keyboard, but in can also be done over the internet, so people can use their own computers and play projects together even when they are in different places. Pixelpad allows you to create such projects by using servers.

A server is a computer designed to process and respond to requests from other computers, often known as clients. Servers are used for a huge variety of purposes, including this website, but they are also used for making multiplayer projects. Pixelpad has functions to create and join servers, to inspect and see all servers for a project, and to send and receive messages in the servers.
PixelPAD
PixelPAD 소개
Discord
Arm 빌드 3.0.943
자료
문서
EULA
개인정보 처리방침
문의하기
hello@pixelpad.io
© 2026 All Rights Reserved.
PixelPAD.io
한국어
English Deutsch Español Français Português 日本語 简体中文 繁體中文 한국어
Logo

다시 오신 것을 환영해요!

로그인하고 계속 만들어 보세요

로그인하거나 가입해서 프로젝트를 저장하세요.
비밀번호를 잊으셨나요?

계정이 없으신가요?

Logo

계정 만들기

PixelPad에서 수천 명의 창작자와 함께하세요

로그인하거나 가입해서 프로젝트를 저장하세요.

이미 계정이 있으신가요? 로그인

Logo

교육자로 가입

창의적인 도구로 학생들의 역량을 키워 주세요

교실을 만들고 학생들의 진도를 확인하세요.

이미 계정이 있으신가요? 로그인