Live data from Hacker News

Review my HTML5 game Freeciv.net again one year later

freeciv.net

21–29 of 29 posts

Re: Review my HTML5 game Freeciv.net again one year later

#25
post #24

It looks much better than before. As a novice flash programmer myself, I'd love to know how you go about creating tile sets. I've never done a 4x game, but I used to love them and there don't seem to be many out there in recent years.

Sure. The tileset can be found here: https://github.com/freecivnet/freeciv-web/tree/master/freeci...

The isometric map is basically rendered using the HTML5 canvas element, by image clipping tiles from the tileset.

Re: Review my HTML5 game Freeciv.net again one year later

#27
post #2

Hi again HN, It's now been over a year since the first time I asked HN to review my webapp ( http://news.ycombinator.com/item?id=1005299 ), so now I would really like to ask the HN community to review my HTML5 online strategy game again. I have fixed all of the issues that were reported the first time, so now I would really appreciate some advice and ideas about what to do with this project from now on. I would be ha…

Is there any way to mess around with the UI without setting up the whole environment? I see a few bits I'd like to clean up but man that's a lot of bootstrapping :)

Re: Review my HTML5 game Freeciv.net again one year later

#28
post #27
post #2

Hi again HN, It's now been over a year since the first time I asked HN to review my webapp ( http://news.ycombinator.com/item?id=1005299 ), so now I would really like to ask the HN community to review my HTML5 online strategy game again. I have fixed all of the issues that were reported the first time, so now I would really appreciate some advice and ideas about what to do with this project from now on. I would be ha…

Is there any way to mess around with the UI without setting up the whole environment? I see a few bits I'd like to clean up but man that's a lot of bootstrapping :)

You will have to setup the entire environment. It will take a few hours to set everything up. I'll be happy to give you any help in setting it up. The documentation on github is a little out of date, so if you are interested I can update it for you.

As a start, perhaps you could open a new issue on the project's github page and we'll discuss the changes that you propose. Bugreports are just as valuable as patches at the moment. Good luck!

Post reply on HN