mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-03 01:09:25 +00:00
Fix link text: C => C++ #140
This commit is contained in:
parent
d0da7e3f90
commit
19fa7cebda
1 changed files with 1 additions and 1 deletions
|
|
@ -218,8 +218,8 @@
|
|||
|
||||
#### Build your own `Physics Engine`
|
||||
|
||||
* [**C**: _Game physics series by Allen Chou_](http://allenchou.net/game-physics-series/)
|
||||
* [**C**: _Video Game Physics Tutorial_](https://www.toptal.com/game/video-game-physics-part-i-an-introduction-to-rigid-body-dynamics)
|
||||
* [**C++**: _Game physics series by Allen Chou_](http://allenchou.net/game-physics-series/)
|
||||
* [**C++**: _How to Create a Custom Physics Engine_](https://gamedevelopment.tutsplus.com/series/how-to-create-a-custom-physics-engine--gamedev-12715)
|
||||
* [**C++**: _Game physics series by Glenn Fiedler_](https://gafferongames.com/post/integration_basics/)
|
||||
* [**C++**: _3D Physics Engine Tutorial_](https://www.youtube.com/playlist?list=PLEETnX-uPtBXm1KEr_2zQ6K_0hoGH6JJ0) [video]
|
||||
|
|
|
|||
Loading…
Reference in a new issue