File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Browsercraft
2
2
3
- This is a port of Minecraft to the web using [ CheerpJ] ( https://labs.leaningtech.com/cheerpj ) .
3
+ This is a proof of concept of Minecraft running unmodified in the browser, using [ CheerpJ] ( https://labs.leaningtech.com/cheerpj ) .
4
+
5
+ See [ the website] ( https://browsercraft.cheerpj.com ) for a live demo and more information.
Original file line number Diff line number Diff line change 8
8
< script defer data-domain ="minecraft.cheerpj.com " src ="https://plausible.leaningtech.com/js/script.js "> </ script >
9
9
< link rel ="stylesheet " href ="style.css ">
10
10
11
- < meta name ="description " content ="Open-source port of Minecraft to the web . Play Minecraft in your browser! ">
11
+ < meta name ="description " content ="Unmodified Minecraft running in the browser using CheerpJ . Play Minecraft in your browser! ">
12
12
< meta property ="og:title " content ="Browsercraft ">
13
- < meta property ="og:description " content ="Open-source port of Minecraft to the web . Play Minecraft in your browser! ">
13
+ < meta property ="og:description " content ="Unmodified Minecraft running in the browser using CheerpJ . Play Minecraft in your browser! ">
14
14
< meta property ="og:url " content ="https://browsercraft.cheerpj.com ">
15
15
</ head >
16
16
< body >
@@ -84,7 +84,7 @@ <h2>How it works</h2>
84
84
const share = document . getElementById ( "share" ) ;
85
85
const shareData = {
86
86
title : "Browsercraft" ,
87
- text : "Play Minecraft in your browser!" ,
87
+ text : "Unmodified Minecraft running in the browser using CheerpJ. Play Minecraft in your browser!" ,
88
88
url : "https://browsercraft.cheerpj.com" ,
89
89
} ;
90
90
if ( navigator . canShare ?. ( shareData ) ) {
You can’t perform that action at this time.
0 commit comments