mirror of
https://github.com/DragonRidersUnite/book
synced 2024-11-16 07:47:42 +01:00
I keep shooting 'cause I keep missing introduction.md
This commit is contained in:
parent
864e7082eb
commit
f8c0237768
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ That's a legit question. Here are my reasons why:
|
|||
- It makes use of Ruby, which is a wonderfully productive programming language.
|
||||
- It doesn't force you to use a specific editor or tooling.
|
||||
- It's lightweight to run the engine, which means you can make games on any computer, even a Raspberry Pi.
|
||||
- It has live-reload and no compile times, which means when you change your game code, it automatically refreshes in the running engine. This is honestly so amazing. You wouldn't know how incredible this is unless you've used other game engines that require you compile your game with each change.
|
||||
- It has live reload and no compile times, which means when you change your game code, it automatically refreshes in the running engine. This is honestly so amazing. You wouldn't know how incredible this is unless you've used other game engines that require you to compile your game with each change.
|
||||
|
||||
I'm going to be honest, DRGTK might not be for you. If you want to make 3D games, look elsewhere. Although, if you're new to game development, I wouldn't recommend starting with a 3D game. If you're absolutely not willing to try coding, look elsewhere.
|
||||
|
||||
|
|
Loading…
Reference in a new issue