338 reputation
212
bio website github.com/nickhall
location Yatsushiro-shi, Japan
age 23
visits member for 1 year, 10 months
seen yesterday
stats profile views 31

日本語でどうぞ。


May
22
comment Crowdfunding an indie game. What should I offer back?
I don't think the question is about how to present the project as much as it is about what rewards are effective for incentivizing funding
Apr
17
comment How can I disable the forward/back buttons in AS3?
I think he's referring to the flash forward/back functions, not browser forward/back buttons
Mar
25
comment Jittery effects with collisions
spriteBatch.draw(texture, new Vector2((int) position.X, (int) position.Y), Color.White)
Mar
25
comment Jittery effects with collisions
When you draw your sprite use (int)position.X and (int)position.Y instead of just position
Mar
25
answered Jittery effects with collisions
Mar
22
comment Developing a simple platformer
This will likely be closed but you can check out the XNA platformer sample game for help.
Feb
4
reviewed Excellent Why are some objects not rendering properly?
Feb
4
reviewed Excellent Astar heuristics closing in on an answer before searching around to find nodes with lower movement costs
Feb
4
awarded  Custodian
Feb
4
reviewed Excellent Implementing a camera / viewport to a 2D game
Feb
4
reviewed Satisfactory How do engines avoid “Phase Lock” (multiple objects in same location) in a Physics Engine?
Feb
4
reviewed Excellent Demystifying “chunked level of detail”
Feb
2
revised Pygame 2D Scrolling Map
Thanks/signature messages are discouraged here
Feb
2
suggested suggested edit on Pygame 2D Scrolling Map
Jan
31
comment PNG image as a level map for 2d game
What tiled editor are you using, what kind of "high graphical look" are you going for, and what way do you want to use png images to fix this? Like just load a png as the background of your game?
Jan
23
accepted How should IDs be assigned in an entity component system?
Jan
20
accepted How can I get accurate collision resolution on the corners of rectangles?
Jan
20
asked How should IDs be assigned in an entity component system?
Jan
18
awarded  Informed
Jan
11
comment Good Tools & Methodologies for designing Game Arch
Are you asking for tools that do this or just saying there should be?