Sinisterly
Game memory reading - need directions - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Game memory reading - need directions (/Thread-Game-memory-reading-need-directions)



Game memory reading - need directions - borisganji1 - 04-03-2014

Hello HackingCommunity. First of all, thanks for the community, I've been a lurker for awhile.

I need some directions: What I wanna make, is a code which can display whether an address have been called or not.

To specify: I play this card game(Hearthstone) and I wanna make a UI which can show, which of the 30 cards have been drawed.

I'm thinking that, every card, gotta have a unique address when it's called. If I define 30 addresses(1 for each card, which links to an unique value) then my code has to tell me, whether the address have been called or not.

So my question is: Which way should I go? I guess I kind of know what I need(do I?), but which software/coding language would be the way to go?

Regards BorisGanji