Previous: What are you working on, Jow Forums?
/dpt/ — Daily Programming Thread
Brody Ramirez
Wyatt Peterson
Yeah if you want to make a game and it's your first time, don't make an engine. You'll just get sucked into it.
Nicholas Bell
:^)
Henry Robinson
but programming the engine is probably the most interesting part of making the game
Landon Gray
Then you end up making the engine and never the game which is also a trap.
Jose Thomas
desu making a game is not really a programming challenge but a design and creativity challenge
Making an engine is a programming challenge and you may find it more enjoyable
Thomas Hall
James Bell
What's the simplest way to copy pre-defined directories to other pre-defined directories using Python?
Henry Hill
import shutil
shutil.copy(src, dst)
Jackson Thomas
relevant euzy.com