14.03.2014, 06:19
Looks like then you are going to need only 2 or 3 (moving) Objects anyway.
I would not recommend you to write a level editor. This is too time consuming and probably slightly beyond your current programming skills. You should either define your levels as "data" sequences (or even binaries) in the source, or use a bitmap you can draw in a paint program. This is much (much) easier and faster.
I would not recommend you to write a level editor. This is too time consuming and probably slightly beyond your current programming skills. You should either define your levels as "data" sequences (or even binaries) in the source, or use a bitmap you can draw in a paint program. This is much (much) easier and faster.