Compare commits

...

3 commits

Author SHA1 Message Date
haiyoucuv
2461757740
Merge 704c1e5f33 into 294aef8fde 2026-02-23 09:23:43 -08:00
haiyoucuv
704c1e5f33
Merge branch 'codecrafters-io:master' into master 2026-02-10 14:24:21 +08:00
haiyoucuv
4c5fe7069b
add WhatIsGameDevelopment 2025-07-24 10:40:43 +08:00

View file

@ -223,6 +223,7 @@ It's a great way to learn.
* [**JavaScript**: _Build your own 8-Ball Pool game from scratch_](https://www.youtube.com/watch?v=aXwCrtAo4Wc) [video] * [**JavaScript**: _Build your own 8-Ball Pool game from scratch_](https://www.youtube.com/watch?v=aXwCrtAo4Wc) [video]
* [**JavaScript**: _How to Make Your First Roguelike_](https://gamedevelopment.tutsplus.com/tutorials/how-to-make-your-first-roguelike--gamedev-13677) * [**JavaScript**: _How to Make Your First Roguelike_](https://gamedevelopment.tutsplus.com/tutorials/how-to-make-your-first-roguelike--gamedev-13677)
* [**JavaScript**: _Think like a programmer: How to build Snake using only JavaScript, HTML & CSS_](https://medium.freecodecamp.org/think-like-a-programmer-how-to-build-snake-using-only-javascript-html-and-css-7b1479c3339e) * [**JavaScript**: _Think like a programmer: How to build Snake using only JavaScript, HTML & CSS_](https://medium.freecodecamp.org/think-like-a-programmer-how-to-build-snake-using-only-javascript-html-and-css-7b1479c3339e)
* [**JavaScript**: _What is game development? Let me introduce it to you using HTML and JavaScript!_](https://github.com/haiyoucuv/WhatIsGameDevelopment)
* [**Lua**: _BYTEPATH_](https://github.com/SSYGEN/blog/issues/30) * [**Lua**: _BYTEPATH_](https://github.com/SSYGEN/blog/issues/30)
* [**Python**: _Developing Games With PyGame_](https://pythonprogramming.net/pygame-python-3-part-1-intro/) * [**Python**: _Developing Games With PyGame_](https://pythonprogramming.net/pygame-python-3-part-1-intro/)
* [**Python**: _Making Games with Python & Pygame_](https://inventwithpython.com/makinggames.pdf) [pdf] * [**Python**: _Making Games with Python & Pygame_](https://inventwithpython.com/makinggames.pdf) [pdf]