237 reputation
217
bio website
location
age
visits member for 1 year, 1 month
seen 10 hours ago
stats profile views 41

I am naturally very curious.

I also like challenges. And results.

helpful links:


May
12
comment How do I protect my game with CD key / serial number?
@Anko that was a reference to the famous quote "We require more minerals". And I do mean facts and expertise. Maybe even detail. I wouldn't know when an important problem has had enough attention, it just felt like there is something to add, and site's visitors might find this subject interesting (and possibly become new users), so I raised the bounty.
May
12
comment What are some ways to prevent or reduce cheating in online multiplayer games?
It's worth mentioning that there are many deobfuscators out there. Also .Net (C#, XNA) games can be modified using a Reflection. From what I know, I guess C/C++ really is one way to make it hard to tamper with the code.
May
12
awarded  Investor
May
11
revised How do I protect my game with CD key / serial number?
added 135 characters in body
May
11
awarded  Popular Question
May
3
accepted What operations should be multithreaded?
Apr
11
awarded  Yearling
Mar
26
awarded  Peer Pressure
Mar
25
comment Game Designer or Game Programmer, please help me choose!
I disagree with the last sentence. There are talented people out there.
Mar
25
comment Game Designer or Game Programmer, please help me choose!
Both! Because it's always cool to know more.
Mar
23
comment Scrambling word into least recognizable form
Maybe you could try make sure no letter stays in its original position?
Mar
23
comment Inventory Grid Detection
Sometimes (actually more often than most programmers are willing to admit) it is better to put aside existing code and think again how you would solve a problem, like in this case.
Mar
23
answered Inventory Grid Detection
Mar
23
comment Inventory Grid Detection
Can you describe it in more detail? Maybe you have an image that illustrates the problem?
Mar
23
comment Is this the best way to do sprite sheet animation?
If it works, then it's a good way. If it works for you, it's probably the best way.
Mar
23
comment Inventory Grid Detection
Just write the logic of moving an item from slot to slot on paper and it will become crystal clear what you should do. Think of it as moving value (item) from field A to field B using field C (temp item slot).
Mar
23
comment Removing image background color?
Are you really having that big a problem using Photoshop that you think it'd be easier to do this programmatically? Anyway, this is a question for StackOverflow
Mar
23
awarded  Enthusiast
Mar
22
asked What operations should be multithreaded?
Mar
20
comment Using Modern Programming Languages for 16-Bit Consoles
@jarrodparkes yes, you should. Phrase your questions clearly, so they don't look like asking something they were not intended to ask and get closed like this.