From 262d9a748b42c16544b804d2bb3a44406f6e07ff Mon Sep 17 00:00:00 2001 From: Daniyar <54556004+luckytiger1@users.noreply.github.com> Date: Mon, 25 Oct 2021 13:51:07 +0600 Subject: [PATCH] add Game Programming Patterns --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4d868a5..d3fb7f8c 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ When learning CS, there are some useful sites you must know to get always inform - [10-ways-to-be-a-better-developer](https://stephenhaunts.files.wordpress.com/2014/04/10-ways-to-be-a-better-developer.png) : Ways to become a better dev! - [Code Review Best Practices](https://www.kevinlondon.com/2015/05/05/code-review-best-practices.html) : Kevin London's blog - [Design Patterns](https://sourcemaking.com/design_patterns) : Design Patterns explained in detail with examples. +- [Game Programming Patterns](http://gameprogrammingpatterns.com/) : Game Programming Patterns is a collection of patterns Robert Nystrom found in games that make code cleaner, easier to understand, and faster - [How to become a programmer or the art of Googling well](https://okepi.wordpress.com/2014/08/21/how-to-become-a-programmer-or-the-art-of-googling-well/) : How to become a programmer or the art of Googling well - [How to escape tutorial purgatory as a new developer — or at any time in your career](https://medium.freecodecamp.org/how-to-escape-tutorial-purgatory-as-a-new-developer-or-at-any-time-in-your-career-e3a4b2384a40) : How to escape tutorial purgatory - [JS Project Guidelines](https://github.com/wearehive/project-guidelines) : A set of best practices for JavaScript projects.