No The Coding Train videos yet. You could help us improve this page by suggesting one.
Based on our record, Screeps should be more popular than The Coding Train. It has been mentiond 43 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Reminds me (in spirit) of screeps https://screeps.com/ - any inspiration? - Source: Hacker News / 3 months ago
I love the idea of having an AI prompt to write code for the bots. There are already games like https://screeps.com/ or https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/ where you program your bot to do things, but they do require some minimal coding experience. Being able to describe behavior in plain english would be pretty cool. However, I think having real-time feedback is a huge part of... - Source: Hacker News / 7 months ago
I've heard about Screeps which is close to what you describe: https://screeps.com/. - Source: Hacker News / over 1 year ago
I have tried Screeps in the past, and I'm not a huge fan. I really like Stone Story, but they do not have an easy way to take your saves across multiple platforms -- you have to manually import/export your save. Source: over 1 year ago
-For JavaScript, my advice would be to introduce coding games. That way it's more fun and the environment would be set up better (less worrying about deep technical errors). The two games that come to mind are Bitburner (free) and Screeps (free offline/paid online), though they both have their own learning curves and require actual coding; so for a 9 year old YMMV greatly. Source: almost 2 years ago
He has a knack for picking visual interesting problems/algorithms and his enthusiasm is unmatched. https://thecodingtrain.com/. - Source: Hacker News / 10 months ago
I'd say Scratch is the #1 way kids to day are introduced to programming For parent that have some 8bit experience, Pico-8 (LUA) is also relatively popular. It's basically like running an Apple 2, Atari 800, Commodore 64 as if it booted into LUA instead of Basic. You can trivially draw things, and peak and poke bytes into "Screen memory" if you want to feel like you're "touching the hardware" JavaScript is also... - Source: Hacker News / over 1 year ago
You can always look at the help videos by Shiffman at (the coding train) Specifically: help guide to p5js. Source: almost 2 years ago
> how do I get him learning programming in a fun way? Processing / P5.js can be pretty fun to learn. You use a real programming language to create art and animations. With little code you can get a circle on the screen, then making it move, then following your mouse, then adding other shapes, then changing colour depending on some event… It’s conductive to experimentation and a way to gradually introduce concepts.... - Source: Hacker News / almost 2 years ago
Another great free site https://thecodingtrain.com/ to have in your pocket :D have fun out there! Source: over 2 years ago
CodeCombat - Learn programming with a multiplayer live coding strategy game.
p5.js - JS library for creating graphic and interactive experiences
Robocode - Robocode is a programming game where the goal is to code a robot battle tank to compete against...
Nature of Code - How can we capture the unpredictable evolutionary and emergent properties of nature in software?
CheckIO - CheckIO is a web site with a mission: To teach JavaScript and Python coding skills through a game-playing interface. It is designed to teach new skills or improve existing skills through completing challenges.
Processing - C++ and Java programming at the speed of thought.