mirror of
https://github.com/DragonRidersUnite/book
synced 2024-11-16 07:47:42 +01:00
commit
f41119380b
1 changed files with 6 additions and 6 deletions
|
@ -17,8 +17,8 @@ Recommended tools for making games.
|
|||
### Graphics
|
||||
|
||||
- [Aseprite](https://www.aseprite.org/) — pixel art tool
|
||||
- [GIMP](https://www.gimp.org/) — open source image editor
|
||||
- [Inkscape](https://inkscape.org/) — open source vector editor
|
||||
- [GIMP](https://www.gimp.org/) — open-source image editor
|
||||
- [Inkscape](https://inkscape.org/) — open-source vector editor
|
||||
- [Krita](https://krita.org/en/) — digital painting tool
|
||||
- [Piskel](https://www.piskelapp.com/) — free browser pixel tool
|
||||
|
||||
|
@ -34,15 +34,15 @@ Making a game by yourself can seem like a lot when you need to design the game,
|
|||
I love reading books about making games. It's a great way to take a break from the computer but still learn about the hobby you love. Here are some of my favorites.
|
||||
|
||||
- [Spelunky by Derek Yu](https://bossfightbooks.com/products/spelunky-by-derek-yu) — deep-dive into the game development process by the creator of the game himself
|
||||
- [How to Make a Video Game All By Yourself](https://www.valadria.com/how-to-make-a-video-game-all-by-yourself/) — excellent book on being a solo game dev
|
||||
- [Code the Classics](https://wireframe.raspberrypi.com/books/code-the-classics1) — free book covering how to make classic games in PyGame, but if you instead used DragonRuby GTK?
|
||||
- [Indie Games: From Dream to Delivery](https://www.amazon.com/Indie-Games-Delivery-Don-Daglow/dp/0996781552) — a book of questions and essays to get your brain churning about your game for when you're further a long
|
||||
- [How to Make a Video Game All By Yourself](https://www.valadria.com/how-to-make-a-video-game-all-by-yourself/) — an excellent book on being a solo game dev
|
||||
- [Code the Classics](https://wireframe.raspberrypi.com/books/code-the-classics1) — a free book covering how to make classic games in PyGame, but if you instead used DragonRuby GTK?
|
||||
- [Indie Games: From Dream to Delivery](https://www.amazon.com/Indie-Games-Delivery-Don-Daglow/dp/0996781552) — a book of questions and essays to get your brain churning about your game for when you're further along
|
||||
|
||||
## Videos
|
||||
|
||||
A selection of the best videos about making games:
|
||||
|
||||
- ["Juice it or lose it" presentation](https://www.youtube.com/watch?v=Fy0aCDmgnxg) — how to polish games
|
||||
- ["The art of screenshake" presentation](https://www.youtube.com/watch?v=AJdEqssNZ-U) — step-by-step guide on making a game feel good to play
|
||||
- ["The art of screenshake" presentation](https://www.youtube.com/watch?v=AJdEqssNZ-U) — a step-by-step guide on making a game feel good to play
|
||||
- ["Game a Week: Teaching Students to Prototype" presentation](https://www.youtube.com/watch?v=9O9Q8OVWrFA&list=PLT0BvNof1jZKXdGj7pT8pxakQVFUPO9GA&index=6&t=9s) — two college instructors talk about their courses where students make a game a week
|
||||
|
||||
|
|
Loading…
Reference in a new issue