JamesDevJim / game-zulu

First game of the coolest project
0 stars 1 forks source link

Purpose of recycling folder? #15

Open shuttle1987 opened 4 years ago

JamesDevJim commented 4 years ago

The recycling folder is where I put all the files I was scared to delete after doing an initial restructure. As you mentioned before, by using git+github, this maybe silly to do.

The gameExample file in there was been useful to reference when I need to look up an example of how to structure or write pygame code.

DanieltheYogi commented 4 years ago

At some point if you ever realize there are a handful of common structures to games, your could make a templatized jumpstarter project, that could essentially be its own directory or perhaps even its own repo that you could pass flags to in order to generate new projects from a certain template. When building Pepper apps, I used to use one that our Paris team built: https://github.com/pepperhacking/robot-jumpstarter

On Feb 24, 2020, at 7:28 AM, JamesDevJim notifications@github.com wrote:

 The recycling folder is where I put all the files I was scared to delete after doing an initial restructure. As you mentioned before, by using git+github, this maybe silly to do.

The gameExample file in there was been useful to reference when I need to look up an example of how to structure or write pygame code.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.