All Questions
Tagged with flash data-structure
3 questions
1
vote
0
answers
760
views
Big game in Flash - how to create levels structure
I'm building a game in Flash similar to the structure of Angry Birds or Cut the Rope (where there are a number of "rooms" and unique levels created within each "room").
The user gets through the game ...
0
votes
2
answers
797
views
Storing and sending English word list using trie data structure
I was planning on making a word based game something like Scramble or Boggle. I searched on the internet and found that one of the best way to store the Word List is by using a trie.
My question: Is ...
2
votes
2
answers
155
views
A decent design for handling large creation/deletion of random objects?
So I was attempting a 'Hit the X' game (e.g Toss the turtle, spank the monkey) in which an uncontrollable object travels across the screen in hopes of hitting certain objects and avoiding others.
My ...