Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/en/general-development/setup/howdoicode.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Good on its own and has a lot of resources for learning Git further. Explains th
**[Learn Git Branching](https://learngitbranching.js.org/)**
An interactive, gamified way of learning Git. Plays well with "Git for the SS14 Developer" so you can develop a more intuitive understanding of what it's talking about.

### SS14
**[Entity Systems, Components and Events](../../robust-toolbox/ecs.md)**
A guide on the underlying architecture of SS14's game engine. A must-know if you want to work on the codebase.

### Other

**[CS50 | Harvard](https://cs50.harvard.edu/college/2021/spring/weeks/6/)**
Expand Down
Loading