
The Coding Train
p5.js
Nature of Code
Processing
Godot Engine
CodeCombat
Code.org
Frontend Mentor
Screeps
CodeCombat
CheckIO
CodinGame
Robocode
Codewars
Project Euler
LeetCode
The Coding Train
ScreepsNo 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 45 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.
He has a knack for picking visual interesting problems/algorithms and his enthusiasm is unmatched. https://thecodingtrain.com/. - Source: Hacker News / about 2 years 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 2 years ago
You can always look at the help videos by Shiffman at (the coding train) Specifically: help guide to p5js. Source: about 3 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 / about 3 years ago
Another great free site https://thecodingtrain.com/ to have in your pocket :D have fun out there! Source: over 3 years ago
When I used to play Screeps[1], a MMO strategy game where you programmed to control your units and buildings, a group of us setup a player that was managed in this exact way called Quorum[2]. If anyone wants to run their own project in this way I open sourced the code to do so under the GitConsensus[3] project. There's a Github App (which may not still work, but if there's interest I'll restart it) and a "run it... - Source: Hacker News / 7 months ago
> Fwiw nothing beats โimplement the game logic in full (huge amounts of work) and with pruning on some heuristics look 50 moves aheadโ. This is how chess engines work and how all good turn based game ai works. For board games this is mostly true. For turn based games in general, it is not. It's certainly not true to say "all good turn based game ai" works like this. Turn based games where multiple "moves" are... - Source: Hacker News / 11 months ago
Reminds me (in spirit) of screeps https://screeps.com/ - any inspiration? - Source: Hacker News / over 1 year 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 / almost 2 years ago
I've heard about Screeps which is close to what you describe: https://screeps.com/. - Source: Hacker News / over 2 years ago
p5.js - JS library for creating graphic and interactive experiences
CodeCombat - Learn programming with a multiplayer live coding strategy game.
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.
CodinGame - CodinGame provides users with a fun and effective way to learn coding that eschews the rigid structure of traditional teaching methods.