Add CodingGame

This commit is contained in:
Charles-Axel Dein 2021-02-04 11:02:17 +01:00
parent 7a4a8589e3
commit 8e895eb3e6
1 changed files with 4 additions and 0 deletions

View File

@ -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.