Page 2 of 2

Re: [Update] Craft the Web - a game made at CERN, Switzerlan

Posted: Sat Dec 14, 2019 02:23
by Extex
rubenwardy wrote:CERN have now published a news article about this: https://home.cern/news/news/knowledge-s ... ention-web
That's so cool!
OK I know the first guy is you but who's the second guy? He wasn't introduced. Is that Jeija?
Who else is in that video?

Re: [Update] Craft the Web - a game made at CERN, Switzerlan

Posted: Sun Dec 22, 2019 11:12
by Kevin Tee
Can I save your photo and post on facebook?

Re: [Update] Craft the Web - a game made at CERN, Switzerlan

Posted: Sun Dec 22, 2019 12:07
by rubenwardy
Kevin Tee wrote:Can I save your photo and post on facebook?
Yeah, sure

Re: [Update] Craft the Web - a game made at CERN, Switzerlan

Posted: Fri Mar 27, 2020 19:59
by MCL
Is this about the World Wide Web or the Internet overall? The terms are used interchangebly in the video ...

Re: [Update] Craft the Web - a game made at CERN, Switzerlan

Posted: Sun Apr 05, 2020 20:17
by rubenwardy
Both, the internet is a prerequisite to the World Wide Web

Re: [Update] Craft the Web - a game made at CERN, Switzerland

Posted: Fri May 29, 2020 08:07
by bimlas
Repository seems to be here, but I haven't tried to run the program yet:

https://github.com/CERN/CTW

Re: [Update] Craft the Web - a game made at CERN, Switzerland

Posted: Wed Apr 07, 2021 10:44
by bimlas
What is the status of the project? It seems that its development stopped 1-2 years ago.

Re: [Update] Craft the Web - a game made at CERN, Switzerland

Posted: Fri Jul 01, 2022 19:39
by E4A
i have installed this game with git clone, but the game do not worked! Is there any version of the game running?

Re: [Update] Craft the Web - a game made at CERN, Switzerland

Posted: Tue Aug 02, 2022 07:33
by Chloro
I also tried running game cloned from github, it seems it's missing files in /mods/classroom and /mods/libs/lib_chatcmdbuilder
This is mods you can download manually, and after adding these files from mods game launched successfully. (It also requires world with project-specific nodes to function properly, so I downloaded example world from link in DEVELOP.md file)

Re: [Update] Craft the Web - a game made at CERN, Switzerland

Posted: Tue Aug 02, 2022 07:51
by ROllerozxa
Chloro wrote:
Tue Aug 02, 2022 07:33
I also tried running game cloned from github, it seems it's missing files in /mods/classroom and /mods/libs/lib_chatcmdbuilder
This is mods you can download manually, and after adding these files from mods game launched successfully. (It also requires world with project-specific nodes to function properly, so I downloaded example world from link in DEVELOP.md file)
They exist as submodules in the repo, you would have to do "git submodule update" after cloning for them to get pulled in.

Re: [Update] Craft the Web - a game made at CERN, Switzerland

Posted: Fri Jan 26, 2024 17:53
by magZHL
Hey everyone,

what a great project!

For all those, who are newbies to Minetest like me:
  • Download the latest version for your system from: https://www.minetest.net/downloads/
  • Navigate into the /games directory: /path/to/minetest/games
  • Clone the CTW-project (via the command line) by using git clone https://github.com/CERN/CTW.git
  • Since you have to also clone submodules, you need to use git submodule update --init --recursive to pull all respective submodules like /mods/classroom and /mods/libs/lib_chatcmdbuilder
  • Now you download the example demo map from this URL https://krock-works.uk.to/u/ctw_dummy.tar.gz and extract the ctw_dummy folder into your /worlds-directory: /path/to/minetest/worlds
  • Now you can start Minetest and you can click on the CERN logo the activate the "Craft the web" game
I hope this helps other persons that stumple across this nice project and want to give it a shot!