robotopia-x / robotopia
- пятница, 7 апреля 2017 г. в 03:11:45
JavaScript
🤖 Introducing kids to coding with tiny virtual robots!
Robotopia is a browser based programming environment for kids and young adults. The goal is to introduce kids to basic programming concepts with cute little robots.
Here is a short guide to get you started if you're interested in using our tool to organize your own coding events.
Note: We had the impression, that 1 supervisor can handle ~5 kids.
Open https://robotopia-x.github.io on each computer. The kids should start with the tutorials to learn the basics of programming. Meanwhile, the tutors can help them if they struggle with a level or have general questions. After most kids have completed the tutorials you can begin with the competition.
Open http://robotopia-x.github.io/#presenter on the computer connected to the projector and pick a room name (the kids have to enter the same room name when opening the editor)
At this point, the supervisors will, together with their assigned kids, build a competitive program.
They'll show them the basic idea behind the program and make them ready to program their own robot swarm.
Upload the current code by pressing the "Upload" button on the top right corner.
Note: You'll run the first competitive game with 2 of the build programs
You now have to get back to the presenter on the projector. Press the "Run" button and select two players that already committed their program.
You can now press the "Start" button to start the competition.
Note: The idea on this point is, that all people in the room now look at the game running on the projector.
When the first few competitions are finished, the kids get time to improve their programs with things they noticed while battling.
Also, the kids who couldn't build their own program by now get the time and opportunity to commit their own program and compete with the others.
Note: This part of the event can be extended as long as the kids are interested.
git clone https://github.com/robotopia-x/robotopia.git
cd robotopia
npm install
npm start
A local web server will be started at http://localhost:9966/.