RiverTethys / ppg-hanabi

Hanabi implementation in Python 3 with AI players
0 stars 0 forks source link

Remove deque's (simplify eval_flow Discard and others) #10

Open madheime opened 9 years ago

madheime commented 9 years ago

Even though it was cool, there is really no need for it to be high-efficiency, letting them have .index() is better. After this, we can simplify some of the implementations of deque that avoided index as well.