-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0b3463
commit 732f41a
Showing
5 changed files
with
379 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,327 @@ | ||
# Awesome Resourc | ||
* [General Programming](#general-programming) | ||
* [Languages](#languages) | ||
* [Assembly](#assembly) | ||
* [Bash](#bash) | ||
* [C](#c) | ||
* [C#](#c#) | ||
* [C++](#c++) | ||
* [Clojure](#clojure) | ||
* [Coffeescript](#coffeescript) | ||
* [Crystal](#crystal) | ||
* [CSS](#css) | ||
* [D](#d) | ||
* [Dart](#dart) | ||
* [Elixir](#elixir) | ||
* [Erlang](#erlang) | ||
* [F#](#f#) | ||
* [Fortran](#fortran) | ||
* [Go](#go) | ||
* [Groovy](#groovy) | ||
* [Haskell](#haskell) | ||
* [Java](#java) | ||
* [JavaScript](#javascript) | ||
* [Kotlin](#kotlin) | ||
* [Lua](#lua) | ||
* [Objective-C](#objective-c) | ||
* [OCaml](#ocaml) | ||
* [Pascal](#pascal) | ||
* [Perl](#perl) | ||
* [Php](#php) | ||
* [Python](#python) | ||
* [R](#r) | ||
* [Ruby](#ruby) | ||
* [Rust](#rust) | ||
* [Scala](#scala) | ||
* [Shell](#shell) | ||
* [SQL](#sql) | ||
* [Swift](#swift) | ||
* [TypeScript](#typescript) | ||
* [VB.NET](#vb-net) | ||
* [Tools & Editors](#tools-&-editors) | ||
h | ||
# Awesome Resources For Learning To Code | ||
|
||
A curated list of sites, tools, resources and other things that help when learning about programming | ||
|
||
<details> | ||
<summary>Table of Contents</summary> | ||
|
||
<!-- BEGIN_TOC --> | ||
<!-- END_TOC --> | ||
|
||
</details> | ||
|
||
<details> | ||
<summary>Legend</summary> | ||
|
||
| Icon | Meaning | | ||
| ---:| :---| | ||
| ๐ฐ | Not Free | | ||
| โ | Windows | | ||
| ๏ฃฟ | OS | | ||
| ๐ธ | Web | | ||
| ๐ฑ | Mobile | | ||
| ๐ฎ | Game | | ||
| ๐ | Playground | | ||
|
||
</details> | ||
|
||
<!-- BEGIN_LIST --> | ||
|
||
# [General Programming](https://en.wikipedia.org/wiki/Computer_programming) | ||
|
||
General computer programming skills & techniques | ||
|
||
* [Human Resource Machine](https://tomorrowcorporation.com/humanresourcemachine) - ๐ฐ๐ฑ๐ฎ A mobile game that teaches you how low-level programming (i.e., Assembler) works | ||
|
||
# [Tools & Editors](https://en.wikipedia.org/wiki/Programming_tool) | ||
|
||
Build tools, text editors, IDEs and more | ||
|
||
* [Git Games](https://git-game.com/) - ๐ธ๐ฎ A terminal based game that teaches both new and advances users some pretty cool features of the git scm (source control management) system | ||
* [Learn Git Branching](https://learngitbranching.js.org/) - ๐ธ๐ฎ "The most visual and interactive way to learn Git on the web" | ||
* [Untrusted](https://alexnisnevich.github.io/untrusted/) - ๐ธ๐ฎ Use JavaScript to guide Dr. Eval through a machine continuum! | ||
* [Vim Adventures](https://vim-adventures.com/) - ๐ธ๐ฎ An online game based on VIM's keyboard shortcuts. It's the "Zelda meets text editing" game. So come have some fun and learn some VIM! | ||
|
||
# [Languages](https://en.wikipedia.org/wiki/Programming_languages) | ||
|
||
Programming languages | ||
|
||
|
||
|
||
## [Assembly](http://www.azillionmonkeys.com/qed/asmexample.html) | ||
|
||
* [Human Resource Machine](https://tomorrowcorporation.com/humanresourcemachine) - ๐ฐ๐ฑ๐ฎ A mobile game that teaches you how low-level programming (i.e., Assembler) works | ||
* [Shenzhen I/O](https://store.steampowered.com/app/504210/SHENZHEN_IO/) - โ๏ฃฟ๐ฎ BUILD CIRCUITS. WRITE CODE. RTFM. | ||
* [TIS-100](https://store.steampowered.com/app/370360/TIS100/) - ๐ฐโ๏ฃฟ๐ฎ Rewrite corrupted code segments to repair the TIS-100 and unlock its secrets. | ||
|
||
|
||
## [Bash](https://www.gnu.org/software/bash/) | ||
|
||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [C](https://en.wikipedia.org/wiki/C_(programming_language)) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [C++](https://en.cppreference.com/w/) | ||
|
||
* [C++ Shell](http://cpp.sh/) - ๐ธ๐ Run C++ code in your browser, using different language versions and compiler optimization settings | ||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [C#](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/) | ||
|
||
* [.NET Fiddle](https://dotnetfiddle.net/) - ๐ธ๐ A .NET sandbox for developers to quickly try out code and share C#, F# and VB.NET code snippets. | ||
* [Codehunt](https://www.codehunt.com/) - ๐ธ๐ฎ Learn how to code by playing a game | ||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
* [Robocode](http://robocode.sourceforge.net/) - โ๏ฃฟ๐ฎ Develop a robot battle tank to battle against others in Java or .NET | ||
|
||
|
||
## [Clojure](https://clojure.org/) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [Coffeescript](https://coffeescript.org/) | ||
|
||
* [Code Monkey](https://www.playcodemonkey.com/) - ๐ธ๐ฎ Using CoffeeScript, build your own games in HTML5. | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [Crystal](https://crystal-lang.org/) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
|
||
|
||
## [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) | ||
|
||
* [CSS Diner](https://flukeout.github.io/) - ๐ธ๐ฎ Practice your advanced CSS3 selectors with 32 levels of interactive challenges | ||
* [CodePen](https://codepen.io/) - ๐ธ๐ A social development environment for front-end designers and developers. | ||
* [CodeSandbox](https://codesandbox.io/) - ๐ธ๐ The online editor for React, Vue, Angular, Preact and Svelte apps | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Flexbox Defense](http://www.flexboxdefense.com/) - ๐ธ๐ฎ Use flexbox to move your defenses into position and defend against waves of incoming enemies | ||
* [Flexbox Froggy](https://flexboxfroggy.com/) - ๐ธ๐ฎ A game for learning CSS flexbox | ||
* [JS Bin](https://jsbin.com/) - ๐ธ๐ Collaborative JavaScript Debugging | ||
* [JSFiddle](https://jsfiddle.net/) - ๐ธ๐ Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor. | ||
* [Plunker](https://plnkr.co/) - ๐ธ๐ An online community for creating, collaborating on and sharing your web development ideas. | ||
* [Stackblitz](https://stackblitz.com/) - ๐ธ๐ The online IDE for web applications, Powered by Visual Studio Code. Instantly create Angular, Ionic, React and Svelte projects with TypeScript or JavaScript | ||
|
||
|
||
## [D](https://dlang.org/) | ||
|
||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [Dart](https://www.dartlang.org/) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
|
||
|
||
## [Elixir](https://elixir-lang.org/) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [Erlang](https://www.erlang.org/) | ||
|
||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [F#](https://fsharp.org/) | ||
|
||
* [.NET Fiddle](https://dotnetfiddle.net/) - ๐ธ๐ A .NET sandbox for developers to quickly try out code and share C#, F# and VB.NET code snippets. | ||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [Fortran](https://en.wikibooks.org/wiki/Fortran/Fortran_examples) | ||
|
||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [Go](https://golang.org/) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
* [Go Playground](https://play.go-lang.org/) - ๐ธ๐ Run and share Go snippets from the comfort of your browser | ||
|
||
|
||
## [Groovy](http://groovy-lang.org/) | ||
|
||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [Haskell](https://www.haskell.org/) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [Java](https://www.java.com/) | ||
|
||
* [CodeCombat](https://codecombat.com/play) - ๐ธ๐ฎ Learn how to code by playing a game | ||
* [Codehunt](https://www.codehunt.com/) - ๐ธ๐ฎ Learn how to code by playing a game | ||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
* [Robocode](http://robocode.sourceforge.net/) - โ๏ฃฟ๐ฎ Develop a robot battle tank to battle against others in Java or .NET | ||
|
||
|
||
## [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | ||
|
||
* [Check I/O](https://checkio.org/) - ๐ธ๐ฎ Improve your coding skills by solving engaging challenges and fun task using Python and JavaScript | ||
* [CodeCombat](https://codecombat.com/play) - ๐ธ๐ฎ Learn how to code by playing a game | ||
* [CodePen](https://codepen.io/) - ๐ธ๐ A social development environment for front-end designers and developers. | ||
* [CodeSandbox](https://codesandbox.io/) - ๐ธ๐ The online editor for React, Vue, Angular, Preact and Svelte apps | ||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
* [Grasshopper](https://grasshopper.codes/) - ๐ฑ๐ฎ fun, quick lessons on your phone that teach you to write real JavaScript. | ||
* [JS Bin](https://jsbin.com/) - ๐ธ๐ Collaborative JavaScript Debugging | ||
* [JSFiddle](https://jsfiddle.net/) - ๐ธ๐ Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor. | ||
* [Plunker](https://plnkr.co/) - ๐ธ๐ An online community for creating, collaborating on and sharing your web development ideas. | ||
* [Screeps](https://store.steampowered.com/app/464350/Screeps/) - ๐ฐโ๏ฃฟ๐ฎ Screeps is an open source MMO RTS sandbox game for programmers, wherein the core mechanic is programming your units AI. You control your colony by writing JavaScript which operate 24/7 in the single persistent world filled by other players on par with you. | ||
* [Stackblitz](https://stackblitz.com/) - ๐ธ๐ The online IDE for web applications, Powered by Visual Studio Code. Instantly create Angular, Ionic, React and Svelte projects with TypeScript or JavaScript | ||
|
||
|
||
## [Kotlin](https://kotlinlang.org/) | ||
|
||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [Lua](https://www.lua.org/) | ||
|
||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
|
||
|
||
## [Objective-C](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html) | ||
|
||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
|
||
|
||
## [OCaml](https://ocaml.org/) | ||
|
||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
|
||
|
||
## [Pascal](http://pascal-central.com/ppl/index.html) | ||
|
||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
|
||
|
||
## [Perl](https://www.perl.org/) | ||
|
||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
|
||
|
||
## [Php](https://secure.php.net/) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
* [PhpFiddle](http://phpfiddle.org/) - ๐ธ๐ Php/MySQL execution environment in your web browser | ||
|
||
|
||
## [Python](https://www.python.org/) | ||
|
||
* [Check I/O](https://checkio.org/) - ๐ธ๐ฎ Improve your coding skills by solving engaging challenges and fun task using Python and JavaScript | ||
* [CodeCombat](https://codecombat.com/play) - ๐ธ๐ฎ Learn how to code by playing a game | ||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
* [DataCamp Light](https://cdn.datacamp.com/dcl-react/standalone-example.html) - ๐ธ๐ Embeddable R and Python examples | ||
* [Python Fiddle](http://python-fiddle.com/) - ๐ธ๐ Python IDE for the web | ||
|
||
|
||
## [R](https://www.r-project.org/) | ||
|
||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
* [DataCamp Light](https://cdn.datacamp.com/dcl-react/standalone-example.html) - ๐ธ๐ Embeddable R and Python examples | ||
|
||
|
||
## [Ruby](https://www.ruby-lang.org/) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
* [Ruby Warrior](https://www.bloc.io/ruby-warrior#/) - ๐ธ๐ฎ A triumphant quest of adventure, love & destiny all within a few lines of code | ||
* [RubyFiddle](http://rubyfiddle.com/) - ๐ธ๐ Run Ruby snippets in your web browser | ||
|
||
|
||
## [Rust](https://rust-lang.org) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
* [Rust Playground](https://play.rust-lang.org/) - ๐ธ๐ Run and share Rust snippets from the comfort of your browser | ||
|
||
|
||
## [Scala](https://www.scala-lang.org/) | ||
|
||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Robocode](http://robocode.sourceforge.net/) - โ๏ฃฟ๐ฎ Develop a robot battle tank to battle against others in Java or .NET | ||
|
||
|
||
## [Shell](https://help.ubuntu.com/community/Beginners/BashScripting) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
|
||
|
||
## [SQL](https://www.postgresql.org/) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [SQL Fiddle](http://sqlfiddle.com/) - ๐ธ๐ Run SQL snippets in your web browser, using PostgreSQL, MySQL, Oracle, SQLite and MS SQL Server | ||
|
||
|
||
## [Swift](https://developer.apple.com/swift/) | ||
|
||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Cyber Dojo](http://cyber-dojo.org/) - ๐ธ๐ฎ Hone your programming skills in a huge range of languages, writing code to pass tests | ||
* [Swift Playgrounds](https://www.apple.com/swift/playgrounds/) - ๐ฑ๐ฎ Learn swift by playing games on your iPad | ||
|
||
|
||
## [TypeScript](http://typescriptlang.org/) | ||
|
||
* [CodePen](https://codepen.io/) - ๐ธ๐ A social development environment for front-end designers and developers. | ||
* [CodeSandbox](https://codesandbox.io/) - ๐ธ๐ The online editor for React, Vue, Angular, Preact and Svelte apps | ||
* [Codewars](https://www.codewars.com/) - ๐ธ๐ฎ Improve your skills by training with others on real code challenges | ||
* [Stackblitz](https://stackblitz.com/) - ๐ธ๐ The online IDE for web applications, Powered by Visual Studio Code. Instantly create Angular, Ionic, React and Svelte projects with TypeScript or JavaScript | ||
|
||
|
||
## [VB.NET](https://docs.microsoft.com/en-us/dotnet/visual-basic/getting-started/) | ||
|
||
* [.NET Fiddle](https://dotnetfiddle.net/) - ๐ธ๐ A .NET sandbox for developers to quickly try out code and share C#, F# and VB.NET code snippets. | ||
* [CodinGame](https://www.codingame.com/) - ๐ธ๐ฎ Games and Programming Challenges to Code Better | ||
* [Robocode](http://robocode.sourceforge.net/) - โ๏ฃฟ๐ฎ Develop a robot battle tank to battle against others in Java or .NET | ||
|
||
<!-- END_LIST --> | ||
|
||
## Sources | ||
|
||
- https://github.com/michelpereira/awesome-gamesofcoding | ||
- https://www.makeuseof.com/tag/best-programming-games/ | ||
- https://www.slant.co/topics/6586/~programming-games-on-steam | ||
- https://www.rockpapershotgun.com/2017/11/29/best-hacking-games/ | ||
- https://medium.mybridge.co/12-free-resources-learn-to-code-while-playing-games-f7333043de11 | ||
- https://github.com/webloper/awesome-fiddles | ||
|
||
## Copyright | ||
|
||
(c) 2018 Mike North |
Oops, something went wrong.