Skip to content

Commit 32c8b5b

Browse files
committed
Dupes and fixes.
1 parent b1af815 commit 32c8b5b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/CheckLinks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Install awesome_bot
1919
run: gem install awesome_bot
2020
- name: Run awesome_bot
21-
run: awesome_bot README.md --allow-redirect --set-timeout 240 --skip-save-results --allow 429,403,401 --allow-ssl -w derek
21+
run: awesome_bot README.md --allow-redirect --set-timeout 240 --skip-save-results --allow 429,403,401,202 --allow-ssl -w derek

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
1919
- [**Organization**](#organization)
2020
- [**Unity**](#unity)
2121
- [**Unreal**](#unreal)
22+
- [**Godot**](#godot)
2223
- [**Engines**](#engines)
2324
- [**Postmortems**](#postmortems)
2425
- [**Web**](#web)
@@ -725,7 +726,6 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
725726
* Ideal starting point for new Unity projects ([link](https://github.com/SamuelAsherRivello/unity-project-template)).
726727
* Learn computer graphics from scratch and for free ([link](https://www.scratchapixel.com/)).
727728
* Getting Started tutorial for DirectX Tool Kit ([link](https://github.com/microsoft/DirectXTK/wiki/Getting-Started)).
728-
* Mathematics for Computer Science [PDF] ([link](https://courses.csail.mit.edu/6.042/spring18/mcs.pdf)).
729729
* Procedural generation in games: complete guide to PCG techniques & implementation ([link](https://generalistprogrammer.com/procedural-generation-games)).
730730
* Transforms 101 ([link](https://www.slembcke.net/blog/Transforms/)).
731731
* Graphics programming resources ([link](https://develop--gpvm-website.netlify.app/resources/)).
@@ -1351,7 +1351,6 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
13511351
* Tons of free 16-bit style pixel-art assets ([link](http://ansimuz.com/site/)).
13521352
* Over 2,000 free 3d humanoid animations ([link](https://rancidmilk.itch.io/free-character-animations)).
13531353
* Free AI generated game textures ([link](https://pixela.ai/)).
1354-
* AI skybox generator ([link](https://skybox.blockadelabs.com/)).
13551354
* Free background music (Creative Commons) ([youtube](https://www.youtube.com/watch?v=Ef0VrcrOatg&list=PLsVfn9YIFmNC3SL_FgAe6k4_is4stMOh2)).
13561355
* A mega-list of learning resources for Game Creators ([link](https://github.com/notpresident35/awesome-learn-gamedev)).
13571356
* Indiedev startup stack ([link](https://getwaitlist.com/blog/solo-dev-startup-stack)).

0 commit comments

Comments
 (0)