From 544edbcbca6526513ce7ae97e2b89577cf4014d7 Mon Sep 17 00:00:00 2001 From: Anton Date: Sun, 18 Apr 2021 09:02:55 -0500 Subject: [PATCH 1/2] Replace codingworkshops with Robot Rumble Replace the now-defunct codingworkshops with Chicode's new project, Robot Rumble. It uses RustPython to run Python robots on the desktop, in the browser, and on the server. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 808829d92..1e5df71dd 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,7 @@ make cool projects: - [pyckitup](https://github.com/pickitup247/pyckitup): a game engine written in rust. -- [codingworkshops.org](https://github.com/chicode/codingworkshops): a site - where you can learn how to code. +- [Robot Rumble](github.com/robot-rumble/logic/): an arena-based AI competition platform ## Goals From f231bb413fc2c7a4ad1a47b242add20103b6e328 Mon Sep 17 00:00:00 2001 From: Anton Date: Sun, 18 Apr 2021 09:04:29 -0500 Subject: [PATCH 2/2] Add https:// --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e5df71dd..e632bd675 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ make cool projects: - [pyckitup](https://github.com/pickitup247/pyckitup): a game engine written in rust. -- [Robot Rumble](github.com/robot-rumble/logic/): an arena-based AI competition platform +- [Robot Rumble](https://github.com/robot-rumble/logic/): an arena-based AI competition platform ## Goals