From b0856f281aef2173595fe1e77d71ff37a95a9b7f Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 6 Sep 2021 22:57:53 +0400 Subject: [PATCH] Add video game section. Addresses #54. --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 7be15e6..7b43d76 100644 --- a/readme.md +++ b/readme.md @@ -43,6 +43,7 @@ In a sense, *Falsehood* articles are a suite of wordy unit-tests covering extens - [Society](#society) - [Software Engineering](#software-engineering) - [Typography](#typography) +- [Video Games](#video-games) @@ -209,6 +210,10 @@ On character encoding, string formatting, unicode and internationalization. - [Falsehoods about Fonts](https://github.com/RoelN/Font-Falsehoods) - Assumptions about typography on the web and in desktop applications. - [Truths programmers should know about case](https://www.b-list.org/weblog/2018/nov/26/case/) - A complete reverse of the falsehoods format, on the topic of case (as in uppercase and lowercase text). +## Video Games + +- [The Door Problem](https://lizengland.com/blog/2014/04/the-door-problem/) - All the things you have not considered implementing for your doors in games. + ## Contributing Your contributions are always welcome\! Please take a look at the [contribution guidelines](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/contributing.md) first.