From 8e895eb3e6ea5549a7e9cd88ed834cabb7dffd79 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Thu, 4 Feb 2021 11:02:17 +0100 Subject: [PATCH] Add CodingGame --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 940ff1e..37ec796 100644 --- a/README.md +++ b/README.md @@ -529,6 +529,10 @@ The best way to learn is to learn by doing. - [Challenging projects every programmer should try](http://web.eecs.utk.edu/~azh/blog/challengingprojects.html): text editor, space invaders, compiler (Tiny Basic), mini OS, spreadsheet, video game console emulator. - [More challenging projects every programmer should try](https://web.eecs.utk.edu/~azh/blog/morechallengingprojects.html): ray tracer, key-value store web API, web browser, stock trading bot. +Practice: + +- [CodinGame](https://www.codingame.com/start) + ### Hardware - [NandGame](https://nandgame.com/): build a computer from scratch.