| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | Apr 3 at 16:33 | |
| stats | profile views | 23 |
|
Feb 11 |
comment |
moving from XNA to LWJGL +1 agreed, for a better comparison LibGDX, Slick2D are more of a framework on top of LWJGL and would be more of a comparison to XNA |
|
Feb 10 |
revised |
Implementing a color picker images added |
|
Feb 10 |
suggested | suggested edit on Implementing a color picker |
|
Feb 8 |
comment |
Programmatically and efficiently create a graphical ripple effect? @Siddharth How can we help explain how to implement an effect (ie. visualisation) of something without knowing what you decided it looks like? |
|
Feb 3 |
answered | Where can I find a chess tileset? |
|
Feb 3 |
comment |
Set up indie game studio (UK) - how? Yes it is mainly the Self-assesment tax form, the business rates is based on premises costs even if working from home. VAT see here for when to apply. Going to LTD is as my old boss used to say "A Good problem to have". There is alot more cost involved (I Don't know the details) and as its a whole new kettle of fish I would save that for when you need the information. |
|
Feb 3 |
revised |
Set up indie game studio (UK) - how? added 795 characters in body |
|
Feb 3 |
answered | Set up indie game studio (UK) - how? |
|
Feb 2 |
comment |
Limited Screen Switching Count Memory Issue @DavidDimalanta How are you handling switching of screens? are you creating a new one each time? or maintaining the reference after instantiating? |
|
Feb 2 |
comment |
How do I manage multiplayer login? if all levels are same for players the client can have a local copy so the servers need only to send position of where the user was last and the client renders the level at that position. |
|
Feb 1 |
answered | In a regular grid, how can I tell which tile a position is in? |
|
Jan 31 |
revised |
Derive a algorithm to match best position added 80 characters in body |
|
Jan 31 |
answered | Derive a algorithm to match best position |
|
Jan 30 |
comment |
Derive a algorithm to match best position @FarooqArshed Hi, What are the basis for regarding an algorithm a sucess. You wish to place units in positions based on an overall cost so you could simply choose random position and see what units can be put on that position based on cost and allowed position(s). |
|
Jan 30 |
answered | How to generate houses procedurally in a voxel world? |
|
Jan 30 |
answered | How do I generate a 2d grid-based map without screwing it up? |
|
Jan 29 |
answered | PHP Browser Game Private Messages? |
|
Jan 29 |
answered | Writing a server for a multiplayer game |
|
Jan 28 |
answered | AI surrounding algorithm suggestions |
|
Jan 26 |
comment |
How to store data in a data-driven RPG @ashes999 OK I see your point on size, although I feel the benefit of having 100's of tools that can be used, advantages in validation and as a lot of languages have support for XML can out wiegh the cost. plus if you are truly concerned with it you could remove all white space and change the XML tags to letters, just as you would with JSON |