Tagged Questions
0
votes
1answer
145 views
Is a HashTable the best way to store replay data in C#?
I'm looking to make a deterministic replay in my 2D game. I want to follow a similar approach to braid in storing the relevant information every frame (at 60 frames per second).
I wanted to know what ...
-4
votes
1answer
141 views
Dynamic cubes for cube engine [closed]
I had an idea for a cube world (i'm writing in C#) that would make creating new types of cubes simple and dynamic. Here is how I imagine it:
1.Text file stores everything including block name, ...
2
votes
3answers
618 views
Creating addons for any game?
I want to be able to create addons for any game, the example I will use is League of Legends. With addons I mean, for example when my level integer changes I want to play a sound in the background.
...