BryceMehring / Hexel

Retro Tower Defense Game
https://brycemehring.github.io/projects/hexel/
MIT License
5 stars 2 forks source link

Tower selection and placement #18

Open BryceMehring opened 9 years ago

BryceMehring commented 9 years ago

The user should be able to:

prs9tb commented 9 years ago

I branched off since I saw you added some commits with serious game.lua and guiUtililties.lua changes while I was working on it myself.

You can build towers and use up funds now. New towers should be much easier to add to the game from assets

Selling and upgrading are going to incur some changing to overall structure. Namely, having statusUI be mutable from game.lua's onTouchDown so the user can see what they selected. I can't see an easy way of doing this, so I am leaving that alone for now.

Let me know if there's something I'm missing here

BryceMehring commented 9 years ago

Looks good so far. The only change I would make as of right now would be to remove the moving of the grid in single player.

As for merging this back into master, this could get a bit messy. I'll take care of this after the above issue is resolved.

prs9tb commented 9 years ago

Okay I made a commit to the branch I created, removed the map movement

BryceMehring commented 9 years ago

Cool. This should now be merged together with master via 6f983e42f276374b3949ef0b25aa3ab41117e523 and 2a9c637956e83b3602ec80348eb33f1d988397c7. Hope it didn't break much as merging the two back together was a pain!