Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement multiplayer chess #488

Draft
wants to merge 5 commits into
base: fabric
Choose a base branch
from
Draft

Conversation

xpple
Copy link
Collaborator

@xpple xpple commented Jan 6, 2023

I have implemented multiplayer chess over the C2C packets protocol. The PR is still a draft, as some chess rules are missing and because I'm waiting for #485 to be merged. The chess itself is a very basic implementation of chess using a two-dimensional piece array. The assets for the pieces are based on assets from opengameart.org, let me know if that's legally allowed.

# Conflicts:
#	src/main/java/net/earthcomputer/clientcommands/ClientCommands.java
# Conflicts:
#	src/main/java/net/earthcomputer/clientcommands/c2c/CCNetworkHandler.java
#	src/main/java/net/earthcomputer/clientcommands/c2c/CCPacketHandler.java
@xpple xpple added the enhancement New feature or request label Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant