-
Notifications
You must be signed in to change notification settings - Fork 114
Make README more consistent #432
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
Changes from 2 commits
1152652
0f81613
7060ce5
801bcc9
ce66c56
fa9b045
c6cf7f1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -2,17 +2,17 @@ | |||||||||||||||||||||||
|
||||||||||||||||||||||||
 | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
Minecraft **clone** rewritten in TypeScript using the best modern web technologies. Minecraft vanilla-compatible client and integrated server packaged into a single web app. | ||||||||||||||||||||||||
Minecraft **clone** written in TypeScript using the best modern web technologies. Minecraft vanilla-compatible client and integrated server packaged into a single web app. | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
You can try this out at [mcraft.fun](https://mcraft.fun/), [pcm.gg](https://pcm.gg) (short link), [mcon.vercel.app](https://mcon.vercel.app/) or the GitHub pages deploy. Every commit from the default (`develop`) branch is deployed to [s.mcraft.fun](https://s.mcraft.fun/) and [s.pcm.gg](https://s.pcm.gg/) - so it's usually newer, but might be less stable. | ||||||||||||||||||||||||
You can try this out at [mcraft.fun](https://mcraft.fun/), [pcm.gg](https://pcm.gg), [mcon.vercel.app](https://mcon.vercel.app/), or the GitHub pages deploy. Every commit from the default (`next`) branch is deployed to [s.mcraft.fun](https://s.mcraft.fun/) and [s.pcm.gg](https://s.pcm.gg/) - it's usually newer, but might be less stable. | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
> For Turkey/Russia use [ru.mcraft.fun](https://ru.mcraft.fun/) (since Cloudflare is blocked) | ||||||||||||||||||||||||
> In Turkey/Russia, use [ru.mcraft.fun](https://ru.mcraft.fun/) (since Cloudflare is blocked) | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
Don't confuse with [Eaglercraft](https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8) which is a REAL vanilla Minecraft Java edition port to the web (but with its own limitations). Eaglercraft is a fully playable solution, meanwhile this project is aimed for *device-compatiiblity* and better performance so it feels portable, flexible and lightweight. It's also a very strong example on how to build true HTML games for the web at scale entirely with the JS ecosystem. Have fun! | ||||||||||||||||||||||||
Don't confuse this with [Eaglercraft](https://eagsrc.webmc.xyz) which is a REAL vanilla Minecraft Java Edition port to the web (but with its own limitations). Eaglercraft is a fully playable solution, meanwhile this project is aimed for *device-compatiiblity* and better performance so it feels portable, flexible and lightweight. It's also a very strong example on how to build true HTML games for the web at scale entirely with the JS ecosystem. Have fun! | ||||||||||||||||||||||||
coderabbitai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
For building the project yourself / contributing, see [Development, Debugging & Contributing](#development-debugging--contributing). For reference at what and how web technologies / frameworks are used, see [TECH.md](./TECH.md) (also for comparison with Eaglercraft). | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
> **Note**: You can deploy it on your own server in less than a minute using a one-liner script from [Minecraft Everywhere repo](https://github.com/zardoy/minecraft-everywhere) | ||||||||||||||||||||||||
> **Note**: You can deploy it on your own server in less than a minute using a one-liner script from the [Minecraft Everywhere repo](https://github.com/zardoy/minecraft-everywhere) | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
### Big Features | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
|
@@ -48,7 +48,7 @@ This project is tested with BrowserStack. Special thanks to [BrowserStack](https | |||||||||||||||||||||||
|
||||||||||||||||||||||||
Howerver, it's known that these browsers have issues: | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
**Opera Mini**: Disable *mouse gestures* in browsre settings to avoid opening new tab on right click hold | ||||||||||||||||||||||||
**Opera Mini**: Disable *mouse gestures* in browser settings to avoid opening new tab on right click hold | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
**Vivaldi**: Disable Controls -> *Raw Input* in game settings if experiencing issues | ||||||||||||||||||||||||
|
Howerver, it's known that these browsers have issues: | |
**Opera Mini**: Disable *mouse gestures* in browsre settings to avoid opening new tab on right click hold | |
**Opera Mini**: Disable *mouse gestures* in browser settings to avoid opening new tab on right click hold | |
**Vivaldi**: Disable Controls -> *Raw Input* in game settings if experiencing issues | |
However, it's known that these browsers have issues: | |
**Opera Mini**: Disable *mouse gestures* in browser settings to avoid opening a new tab on right-click-and-hold | |
**Vivaldi**: Disable Controls -> *Raw Input* in game settings if experiencing issues |
🧰 Tools
🪛 LanguageTool
[grammar] ~51-~51: There might be a mistake here.
Context: ... gestures* in browser settings to avoid opening new tab on right click hold *Vivaldi...
(QB_NEW_EN)
[grammar] ~51-~51: Use a hyphen to join words.
Context: ...ttings to avoid opening new tab on right click hold Vivaldi: Disable Control...
(QB_NEW_EN_HYPHEN)
🤖 Prompt for AI Agents
In README.MD around lines 49 to 53, fix the three tiny grammar/readability
issues: correct "Howerver" to "However", add the definite article "the" before
"Opera Mini" note (e.g., "In the Opera Mini"), and hyphenate the phrase to
"right-click-and-hold" so the Opera Mini sentence reads clearly; update the
Vivaldi line only if needed for consistency but no other changes.
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.
Can remove it
Uh oh!
There was an error while loading. Please reload this page.