Skip to content

Commit e30ae34

Browse files
authored
Febrary update
1 parent ed10d40 commit e30ae34

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

README.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
212212
* Unity for technical art: advantages, tools & workflows ([link](https://80.lv/articles/unity-for-technical-art-advantages-tools-workflows/)).
213213
* Helldivers 2 trailers review by Derek Lieu ([youtube](https://www.derek-lieu.com/blog/2024/3/3/helldivers-2-trailers-review)).
214214
* Color Science Precis for the CGI Artist ([link](https://colour-science.github.io/colour-science-precis/)).
215+
* On applying for 3D artist jobs ([link](https://medium.com/@chriswade__/on-applying-for-3d-artist-jobs-15eab00f6912)).
216+
* The art of hooking your audience: crafting killer game trailer openings ([link](https://www.linkedin.com/pulse/art-hooking-your-audience-crafting-killer-game-nikita-sidorenko-wt0ff/)).
217+
* Master Class: Being a Tech Art Detective ([youtube](https://www.youtube.com/watch?v=etNmLiaLxb8)).
218+
* Step-by-Step guide to 3D scanning objects at home ([link](https://80.lv/articles/step-by-step-guide-to-3d-scanning-objects-at-home/)).
219+
* Scene setup for art direction ([link](https://charlesboury.fr/articles/scene-setup-for-art-direction.html)).
215220

216221
**[⬆ back to top ⬆](#Contents)**
217222
<br>
@@ -443,6 +448,22 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
443448
* Math puzzles ([link](https://jrmf.org/puzzle/)).
444449
* Game Design Pattern library ([link](https://patternlanguageforgamedesign.com/PatternLibraryApp/PatternLibrary/)).
445450
* Game Design Documents, a comprehensive guide ([youtube](https://www.youtube.com/watch?v=hzPZznSmbao)).
451+
* A holistic approach to game making ([link](https://medium.com/toge-productions/a-holistic-approach-to-game-making-3f2d8163e105)).
452+
* Designing a game’s flow ([link](https://gamedesignskills.com/game-design/game-flow/)).
453+
* Learn how games get PEGI ratings ([link](https://80.lv/articles/learn-how-games-get-pegi-ratings/)).
454+
* How to make a game people CARE About ([youtube](https://www.youtube.com/watch?v=1DUWX6OOFY8)).
455+
* 5 tips for Great Level Design ([youtube](https://www.youtube.com/watch?v=LBtucVc8l0M)).
456+
* Iterative narrative design for video games, an indie approach ([link](https://www.gamedeveloper.com/production/iterative-narrative-design-for-video-games-an-indie-approach)).
457+
* How to write a good story that doesn't give me headaches ([link](https://bottomfeeder.substack.com/p/how-to-write-a-good-story-that-doesnt)).
458+
* Game Design Documents, a minimalist approach ([youtube](https://www.youtube.com/watch?v=uBxYGFRi-S4)).
459+
* Why video games are tough for storytelling ([link](https://bottomfeeder.substack.com/p/why-video-games-are-tough-for-storytelling)).
460+
* Game Enemy Design: a beginner’s guide ([link](https://gamedesignskills.com/game-design/enemy-design/)).
461+
* Worldbuilding: game writing and game design ([link](https://gamedesignskills.com/game-design/worldbuilding/)).
462+
* The tutorial is a lie (or how to help players learn your game) ([link](https://adammirkowski.substack.com/p/the-tutorial-is-a-lie)).
463+
* Story Structure 101: super basic shit ([link](ttps://channel101.fandom.com/wiki/Story_Structure_101:_Super_Basic_Shit)).
464+
* How to kill your characters to achieve maximum story efficiency ([link](https://bottomfeeder.substack.com/p/when-writing-fantasy-kill-your-darlings)).
465+
* Guide on game economy, balance, and monetization ([link](https://www.gamedeveloper.com/production/i-designed-economies-for-150m-games-here-s-my-ultimate-handbook)).
466+
* Game Mechanics: Interaction Loop and the Game State ([link](https://medium.com/@stanislav-stankovic/game-mechanics-interaction-loop-and-the-game-state-c38e6e4584dd)).
446467

447468
**[⬆ back to top ⬆](#Contents)**
448469
<br>
@@ -678,6 +699,12 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
678699
* The guide to Git I never had ([link](https://medium.com/@jake.page91/the-guide-to-git-i-never-had-a89048d4703a)).
679700
* C++ Game Programming, AI for Video Games, and Intro to AI ([link](https://www.cs.mun.ca/~dchurchill/teaching/)).
680701
* Learn Computer Graphics Programming ([link](https://www.scratchapixel.com/index.html)).
702+
* The basics of game architecture ([youtube](https://www.youtube.com/watch?v=Hp7BSg3v5q8)).
703+
* Game Engines with source code ([link](https://github.com/redorav/public_source_engines)).
704+
* optick, a C++ profiler for games ([link](https://github.com/bombomby/optick)).
705+
* A curated list of Multiplayer Game Network Programming resources ([link](https://github.com/0xFA11/GameNetworkingResources)).
706+
* A glossary of standard terms found in graphics programming ([link](https://modal.com/gpu-glossary)).
707+
* C# asynchronous programming https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md
681708

682709
**[⬆ back to top ⬆](#Contents)**
683710
<br>
@@ -739,6 +766,7 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
739766
* Targeting Your Audience With the Trailer's Sound Effects ([link](https://www.derek-lieu.com/blog/2024/1/7/targeting-your-audience-with-the-trailers-sound-effects)).
740767
* Chaos Theory in game music ([youtube](https://www.youtube.com/watch?v=y7DSWCnGInA)).
741768
* How design awesome gun sounds ([youtube](https://www.youtube.com/watch?v=_J56n496u6k)).
769+
* Guide for file structure in Game Development ([link](https://medium.com/@sorensaket/guide-for-file-structure-in-game-development-2bcfcadfd218)).
742770

743771
**[⬆ back to top ⬆](#Contents)**
744772
<br>
@@ -1076,6 +1104,14 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
10761104
* CLEAN Game Architecture with ScriptableObjects ([youtube](https://www.youtube.com/watch?v=wzPputN4Ts4)).
10771105
* Optimizing Graphics and Rendering in Unity: Key aspects and practical solutions ([link](https://devsdaddy.hashnode.dev/optimizing-graphics-and-rendering-in-unity-key-aspects-and-practical-solutions)).
10781106
* UI canvas modes and canvas scaler explained ([youtube](https://www.youtube.com/watch?v=1OwQflHq5kg)).
1107+
* Converting Drone and Interaction Controls to the Input System ([link](https://medium.com/@aidanhart321/converting-drone-and-interaction-controls-to-the-input-system-day-2-2774a79dd51a)).
1108+
* Git and Unity, a comprehensive guide to Version Control for Game Devs ([link](https://www.virtualmaker.dev/blog/git-and-unity-a-comprehensive-guide-to-version-control-for-game-devs)).
1109+
* How to optimize UIs in Unity ([link](https://medium.com/my-games-company/how-to-optimize-uis-in-unity-slow-performance-causes-and-solutions-c47af453b1db)).
1110+
* Architecture behind our most popular Unity games ([youtube](https://www.youtube.com/watch?v=-TlQAm8IZp4)).
1111+
* Automating Unity builds with GitHub Actions ([link](https://dev.to/virtualmaker/automating-unity-builds-with-github-actions-1inf)).
1112+
* Git tips for collaborative Unity development ([link](https://medium.com/@mateovillagomez1995/git-tips-for-collaborative-unity-development-5f4dde3715f9)).
1113+
* Unit Testing for Unity Developers ([link](https://dev.to/virtualmaker/unit-testing-for-unity-developers-52lp)).
1114+
* A set of assets for Unity to authenticate users on different platforms with OAuth 2.0 ([link](https://github.com/hippogamesunity/SimpleSignIn)).
10791115

10801116
**[⬆ back to top ⬆](#Contents)**
10811117
<br>
@@ -1220,6 +1256,7 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
12201256
* The publishing of Lunistice ([link](https://medium.com/@AGrumpyFox/the-publishing-of-lunistice-post-mortem-64cf9fd53dd5)).
12211257
* 100 days of Steam sales: analysis ([link](https://medium.com/@simon.nordon/100-days-of-steam-sales-analysis-aa28a183eedf)).
12221258
* Cozy Space Survivors ([link](https://simonschreibt.de/gat/cozy-space-survivors/#update1)).
1259+
* Telltale Games' The Walking Dead (2012) ([link](https://www.gamedeveloper.com/design/classic-postmortem-telltale-games-the-walking-dead-2012)).
12231260

12241261
**[⬆ back to top ⬆](#Contents)**
12251262
<br>
@@ -1292,6 +1329,7 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
12921329
* Set of nice spinners for imgui ([link](https://github.com/dalerank/imspinner)).
12931330
* Open source alternatives to popular software ([link](https://openalternative.co/)).
12941331
* Big collection of clean CC0 models ([link](https://www.thebasemesh.com/)).
1332+
* An open music encyclopedia ([link](https://musicbrainz.org/)).
12951333

12961334
**[⬆ back to top ⬆](#Contents)**
12971335
<br>
@@ -1316,6 +1354,8 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
13161354
* Kanboard, a free and open source Kanban project management software ([link](https://kanboard.org/)).
13171355
* PixelEditor 2.0 ([link](https://pixieditor.net/v2)).
13181356
* A collection of color tools ([link](https://fffuel.co/)).
1357+
* Crocotile3D, a low poly modelling tool ([link](https://crocotile3d.com/)).
1358+
* AI Game DevTools ([link](https://github.com/Yuan-ManX/ai-game-devtools)).
13191359

13201360
**[⬆ back to top ⬆](#Contents)**
13211361
<br>
@@ -1447,6 +1487,14 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
14471487
* Games Marketing on Easy Mode, Hard Mode, and the dark valley between ([link](https://www.pushtotalk.gg/p/games-marketing-on-easy-mode-hard)).
14481488
* How to predict sales for your game ([youtube](https://www.youtube.com/watch?v=5FUq91eH6jg)).
14491489
* Steam expert explains how to make a great Steam page ([youtube](https://www.youtube.com/watch?v=OzYnPGnDDIk)).
1490+
* How to make your itch.io page stand out ([link](https://arimiadev.com/how-to-make-your-itch-io-page-stand-out/)).
1491+
* How to NOT screw up your indie game launch, 30 mistakes in 30 minutes ([youtube](https://www.youtube.com/live/gQBdIGaZROE)).
1492+
* Launching your game demo: Setting up for success ([link](https://heyitsdora.com/2024/09/18/launching-your-demo-when-and-why/)).
1493+
* How to budget your indie game's promotion campaign ([youtube](https://www.youtube.com/watch?v=-jM9Tx6AVIE)).
1494+
* How to talk about your game so that people will listen ([link](https://impress.games/blog/marketing-for-indies-how-to-talk-about-your-game)).
1495+
* A complete step-by-step marketing strategy for video games ([link](https://gacrivastudio.notion.site/d1e4e8a86bb54793b47427c2d92cd43c?v=104388e8f8fe4a088acd0468a06795a6)).
1496+
* 7 things I learned about Steam in 2024 ([link](https://howtomarketagame.com/2024/12/31/7-things-i-learned-about-steam-in-2024/)).
1497+
* What works for getting Wishlists? ([link](https://www.valadria.com/what-works-for-getting-wishlists/)).
14501498

14511499
**[⬆ back to top ⬆](#Contents)**
14521500
<br>
@@ -1525,6 +1573,8 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
15251573
* An updated list of +300 publishers and +100 support studios (porting, production, QA, etc.) ([link](https://docs.google.com/spreadsheets/d/11g8MCMFNrBM0CXIWrT8bej5vqR1fCJGMhoFfbS5ph3Q/edit#gid=0)).
15261574
* Steam Visibility or How Games Get Surfaced to Players ([youtube](https://www.youtube.com/watch?v=qkmAqBvUBOw)).
15271575
* Steam Q&A summaries ([link](https://steamcommunity.com/groups/steamworks/announcements/detail/4191238396458987548)).
1576+
* 9 things I learned pitching my game to publishers ([link](https://www.valadria.com/9-things-i-learned-pitching-my-game-to-publishers/)).
1577+
* Key terminology in Game Publishing ([link](https://medium.com/@klaothongchan/key-terminology-in-game-publishing-141740fb76b8)).
15281578

15291579
**[⬆ back to top ⬆](#Contents)**
15301580
<br>
@@ -1607,6 +1657,7 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
16071657
* Guide to Game Jams ([link](https://www.virginia-leo.com/post/guide-to-game-jams)).
16081658
* How to survive as an indie developer in mobile games ([link](https://medium.com/@bartbonte/how-to-survive-as-an-indie-developer-in-mobile-games-bf493347e72f)).
16091659
* Jonathan Blow on advice for Indie Game Developers ([youtube](https://www.youtube.com/watch?v=S1pP8mQNBLg)).
1660+
* Game maker toolkit notebook ([link](https://docs.google.com/document/d/1rDIupep9HG7u6rcsQBHnJ2v1J3TL9ZjpfRrM3OME9Xs/edit#heading=h.voxo5dmq0oth)).
16101661

16111662
**[⬆ back to top ⬆](#Contents)**
16121663
<br>
@@ -1617,4 +1668,4 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
16171668
* Music for programming ([link](https://musicforprogramming.net/)).
16181669

16191670
**[⬆ back to top ⬆](#Contents)**
1620-
<br>
1671+
<br>

0 commit comments

Comments
 (0)