-
Antipodes Map (AKA Tunnel Map)
http://www.findlatitudeandlongitude.com/antipode-map
-
Gamedev Marketing, PR, Youtubers
PixelProspector offers a great guide on gamedev marketing http://www.pixelprospector.com/the-marketing-guide-for-game-developers/ List of various youtubers http://gameyoutubers.com/ Helps you to find right youtubers http://videogamecaster.com/ http://videogamecaster.com/big-list-of-youtubers http://videogamecaster.com/resources
-
GTA Graphics Study & Regular Expression Tools
An amazing GTA V graphics study that was made using renderdoc and nsight. Awesome regular expression tester: https://regex101.com/ Tutorial (step-by-step) on regular expressions: https://regexone.com/ Bonus: Dictionary of Algorithms and Data Structures at https://xlinux.nist.gov/dads/
-
Gamedev learning resources
Various algorithms explained (eg. pathfinding, map generation)http://www.redblobgames.com/ Links to tutorials about various topics (eg. pathfinding, AI, Game Design, OOP)http://www-cs-students.stanford.edu/~amitp/gameprog.html Videos from past Game Developers Conferences (GDCs)http://gdcvault.com/freehttps://www.youtube.com/channel/UC0JB7TSe49lg56u6qH8y_MQ Great book (also online in html) on programming patterns (eg. Service Locator, Singleton, Event Queue)http://gameprogrammingpatterns.com/ Game programming with SDL tutorialhttp://lazyfoo.net/tutorials/SDL/index.php Let’s make a voxel engine tutorialhttps://sites.google.com/site/letsmakeavoxelengine/ Deconstructions of games […]
-
Funny code and all the different gitignore files
Fun “shitty code” snippets: http://www.hovnokod.cz/ Get gitignore for everything: https://www.gitignore.io/