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 minecraft server for specs #20

Merged
merged 2 commits into from
Jul 24, 2022

Conversation

grepsedawk
Copy link
Collaborator

Right now it's just a flat world with a 10 block radius, but with time
we can do more and more with this test harness

Also added a POC integration spec that proves the login sequence works

@grepsedawk grepsedawk marked this pull request as draft July 19, 2022 23:18

Spectator.describe Rosegold::Client do
it "should connect to a running server" do
Rosegold::Client.new("localhost", 25565).start
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when does this terminate?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right away, it gets to the end of the start, returns the client, then moves on

@grepsedawk grepsedawk force-pushed the aw-man-now-i-have-java-in-this-repo branch 3 times, most recently from 7f566ae to 40635cf Compare July 24, 2022 09:47
Right now it's just a flat world with a 10 block radius, but with time
we can do more and more with this test harness

Also added a POC integration spec that proves the login sequence works
@grepsedawk grepsedawk force-pushed the aw-man-now-i-have-java-in-this-repo branch from 40635cf to 53a8a15 Compare July 24, 2022 09:54
@grepsedawk grepsedawk marked this pull request as ready for review July 24, 2022 09:54
@grepsedawk grepsedawk merged commit 536f465 into main Jul 24, 2022
@grepsedawk grepsedawk deleted the aw-man-now-i-have-java-in-this-repo branch August 14, 2022 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants