Actions
Game Design and Game Development Resources » History » Revision 2
« Previous |
Revision 2/41
(diff)
| Next »
quintus, 03/30/2020 04:18 PM
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). In: C.S. Lewis (editor), Essays presented to Charles Williams. William B. Eerdmans Pub., Grand Rapids 1947.
- 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/
Updated by quintus almost 5 years ago · 2 revisions