feat: expand Game Dev Resources

This commit is contained in:
Brett Chalupa 2023-01-08 11:43:32 -05:00
parent 8eb80e9398
commit 2932bd8b99
2 changed files with 6 additions and 2 deletions

View file

@ -4,17 +4,20 @@ While this book covers the technical aspects of programming games with Ruby, the
## Tools ## Tools
Tools for making games that I recommend. Centered around on 2D games, like the book is. Recommended tools for making games.
### Audio ### Audio
- [jsfxr](https://sfxr.me/) — generate sound effects - [jsfxr](https://sfxr.me/) — generate sound effects
- [ChipTone](https://sfbgames.itch.io/chiptone) — another sound effect tool
- [Audacity](https://www.audacityteam.org/) — audio editor - [Audacity](https://www.audacityteam.org/) — audio editor
- [1BitDragon](https://1bitdragon.com/) — intuitive music creation software - [1BitDragon](https://1bitdragon.com/) — intuitive music creation software
- [LMMS](https://lmms.io/) — music creation tool
### Graphics ### Graphics
- [Aseprite](https://www.aseprite.org/) — pixel art tool - [Aseprite](https://www.aseprite.org/) — pixel art tool
- [Piskel](https://www.piskelapp.com/) — free browser pixel tool
- [Krita](https://krita.org/en/) — digital painting tool - [Krita](https://krita.org/en/) — digital painting tool
## Assets ## Assets
@ -39,4 +42,5 @@ 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 - ["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) — 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

View file

@ -1,6 +1,6 @@
# Ruby Primer # Ruby Primer
New to Ruby? Here's a brief walk through the common language features and syntax as a quick reference. New to Ruby? No worries! Here's a brief walk through the common language features and syntax as a quick reference.
## Core Types ## Core Types