Project

General

Profile

Game Design and Game Development Resources » History » Version 1

quintus, 03/20/2020 04:07 PM
Initial Creation

1 1 quintus
# Game Design and Game Development Resources
2
3
This page lists useful resources that can explain how to design games in general. It also lists resources for a specific subtopic of game design, the structure of the game's code. Try to divide this page with useful subheadings that group the links.
4
5
## Story Design
6
7
* The master himself on "Fairy Stories" (sic): [J.R.R. Tolkien, On Fairy Stories (1939)](https://web.archive.org/web/20160304142116/http://brainstorm-services.com/wcu-2004/fairystories-tolkien.pdf)
8
  * [English Wikipedia summary](https://en.wikipedia.org/wiki/On_Fairy-Stories), [German Wikipedia summary](https://de.wikipedia.org/wiki/On_Fairy-Stories). Reading the original is recommended, but Tolkien's English is very elaborate and for a non-native speaker quite challenging. There's a German translation around somewhere, but Tolkien heavily draws from language specifics, thus the essay cannot really be fully understood in another language than English.
9
10
## Code Design
11
12
### Game coding
13
14
* [Robert Nystrom, Game Programming Patterns](http://gameprogrammingpatterns.com/) (web version is free of charge, consider buying the hardcopy)
15
* OpenGL tutorial: https://learnopengl.com/
16
17
### Coding in general
18
19
* If you need to refresh your C++ knowledge, go here: https://www.learncpp.com/
20
* Bjarne Stroustrup, The C++ Programming Language. quintus owns a hardcopy of the 4th edition (2014), which introduces C++11. Ping quintus if you need something from it.