erodriguez4620 / COMP-129-COMP-55-Resurrection

A fork of the groupproject-team-4-hobby-lobby repository
0 stars 0 forks source link

Create methods which make it easier to generate levels and enemies #2

Open erodriguez4620 opened 1 year ago

erodriguez4620 commented 1 year ago
onzfonz commented 1 year ago

I like this one, but add to it to make it even more dynamic, such that maybe you start setting up the framework so that someone else could come in and modify the enemy or level without having to edit the code. Add that in and you are good to go!

erodriguez4620 commented 1 year ago

I like this one, but add to it to make it even more dynamic, such that maybe you start setting up the framework so that someone else could come in and modify the enemy or level without having to edit the code. Add that in and you are good to go!

Do you mean creating a UI that allows the user to create enemies and levels? So that someone without any coding experience can create something?

onzfonz commented 1 year ago

no it doesn't have to be a UI, it can be simple text files that you have that would allow them to change something about the level without having to change it via the code