Actions
Game Design and Game Development Resources » History » Revision 1
Revision 1/41
| Next »
quintus, 03/20/2020 04:07 PM
Initial Creation
Game Design and Game Development Resources¶
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.
Story Design¶
- The master himself on "Fairy Stories" (sic): J.R.R. Tolkien, On Fairy Stories (1939)
- English Wikipedia summary, German Wikipedia summary. 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.
Code Design¶
Game coding¶
- Robert Nystrom, Game Programming Patterns (web version is free of charge, consider buying the hardcopy)
- OpenGL tutorial: https://learnopengl.com/
Coding in general¶
- If you need to refresh your C++ knowledge, go here: https://www.learncpp.com/
- 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.
Updated by quintus almost 5 years ago · 1 revisions