| bio | website | boardspace.net |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 9 months |
| seen | May 13 at 23:56 | |
| stats | profile views | 12 |
I develop games for fun.
|
Dec 27 |
answered | Abstract games that are hard to play for AI/computer? |
|
Sep 25 |
answered | Do you need expensive servers and fancy hosting in order to make a multiplayer game? |
|
Sep 11 |
answered | Drawing graphics in Java game |
|
Sep 4 |
comment |
Model View Control Issue: Null Pointer Initialization Question Any time you have one process looking at data that another process is changing, it's very hard to imagine all the ways it can go wrong. The best solution is to just don't do it. The second best solition is to use synchronization primitives to be sure that only one can run at once. |
|
Sep 3 |
answered | Model View Control Issue: Null Pointer Initialization Question |
|
Aug 27 |
answered | Why the clip space in OpenGL has 4 dimensions? |
|
Aug 15 |
awarded | Yearling |
|
Aug 14 |
answered | Implementing Online Leaderboards for indie windows PC Game |
|
Aug 12 |
answered | How do we adapt our game to work over a network? |
|
Aug 9 |
answered | How would one approach developing an AI for a trading card game |
|
Aug 7 |
answered | Is there any way to verify the GPS location data received from client? |
|
Aug 6 |
answered | How does a single programmer make a game? |
|
Aug 2 |
answered | Repetition of move in Draughts game |
|
Jul 28 |
comment |
How to get a game popular without a publisher? If your game is insanely wonderful, you can self publish and wait for the money to roll in. Don't hold your breath. Otherwise, it's unlikely any publisher will be interested either. Welcome to the real world. |
|
Jul 27 |
awarded | Nice Answer |
|
Jul 23 |
answered | How is AI most commonly implemented in popular games? |
|
Jul 16 |
awarded | Editor |
|
Jul 16 |
revised |
How do I make my game connect to a server without real IP address? deleted 1 characters in body |
|
Jul 16 |
answered | How do I make my game connect to a server without real IP address? |
|
Jul 13 |
comment |
Missing triangles in model if you think triangle "a" is completely hidden by triangle "b", you don't need to render "a". Under some assumptions about how a triangle mesh is formed, if the corners of the triangle are invisible then so is the rest of the triangle. |