-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
add connect four #655
base: fabric
Are you sure you want to change the base?
add connect four #655
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I have pushed a few style changes and have left the following comments.
src/main/java/net/earthcomputer/clientcommands/ClientCommands.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/features/TwoPlayerGameType.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/features/TwoPlayerGameType.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/command/FourInARowCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/features/TwoPlayerGame.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/features/TwoPlayerGameType.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Frederik van der Els <49305700+xpple@users.noreply.github.com>
src/main/java/net/earthcomputer/clientcommands/features/TwoPlayerGameType.java
Outdated
Show resolved
Hide resolved
src/main/java/net/earthcomputer/clientcommands/features/TwoPlayerGameType.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good at a first glance. I did notice some translation keys still use fourInARowGame
, could you change those as well?
Perhaps you could now rename |
no problem |
…o `TwoPlayerGame`
No description provided.