-
Notifications
You must be signed in to change notification settings - Fork 172
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
Update README.md #668
Update README.md #668
Conversation
Improved readme file with an added section with steps for running the game locally using docker
My eyes, it's so bright 😭 I like the previous one, maybe just add the Docker part? |
woops, would adding the picture back make it better? |
README.md
Outdated
@@ -1,42 +1,78 @@ | |||
# 2006Scape - an open source, actively developed emulation server. Pull requests welcome!  | |||
# 2006Scape Project |
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.
2006Scape Project - Pull requests are encouraged!
README.md
Outdated
|
||
Welcome to the 2006Scape project! This repository contains both the server and client code, along with instructions to set up, build, and run the project for development purposes. |
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.
README.md
Outdated
3. **Running the Server:** | ||
- Go to `2006Scape Server/src/main/java/com.rs2`. | ||
- Right-click the `GameEngine` class and select **Run**. | ||
-  |
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.
I would prefer a dark theme so I don't burn my eyes out
README.md
Outdated
4. **Running the Client:** | ||
- Navigate to `2006Scape Client/src/main/java`. | ||
- Right-click the `Client` class and select **Run**. | ||
-  |
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.
I would prefer a dark theme so I don't burn my eyes out
oh I didn't get the first time you were talking about the screenshots, those were there before my pull request, I just made them display in the readme instead of just having the link for them, I'll take new screenshots with dark theme |
done! |
Looks like a nice improvement, good job. |
Improved readme file with an added section with steps for running the game locally using docker