Looks nice for something early in development.Triplenox wrote:
Why do you use photoshop when there are things like GIMP and Paint.NET around?
My motto for tech stuff is this:
(Translate: I don't like to pay for software.)Nsmurf wrote:Anything I need is freeware or hardware.
Anyways, I like the look of the game, but i am curious what you are planning to turn it into.
Also:
Looking at the code on your screen, I would write it like this:
Code: Select all
player = {
x = 100,
y = 100,
speed = 180,
health = 20,
damage = 5
}
Keep up the good work.
- Nsmurf