Hi
I have decided to create an online strategy game, which is mainly a database maths game, with simple tile based graphics to represent maps / buildings / units etc.. The game will be somewhat static when it comes to graphics. But I will need to be able to build a GUI along with the tile map. However there will be many tiles on a map. Think like 50 x 50 tiles to be displayed at a time.. What technology would be best for use in a browser? Would java be efficient enough? Are there any 2d Tile based browser friendly engines that anyone could recommend? If not, then how should I do this? Was thinking of using ASP.Net 2 for the web page, or perhaps php.
I have decided to create an online strategy game, which is mainly a database maths game, with simple tile based graphics to represent maps / buildings / units etc.. The game will be somewhat static when it comes to graphics. But I will need to be able to build a GUI along with the tile map. However there will be many tiles on a map. Think like 50 x 50 tiles to be displayed at a time.. What technology would be best for use in a browser? Would java be efficient enough? Are there any 2d Tile based browser friendly engines that anyone could recommend? If not, then how should I do this? Was thinking of using ASP.Net 2 for the web page, or perhaps php.