Search found 3 matches
- Mon Mar 03, 2014 8:28 pm
- Forum: Games and Creations
- Topic: Blocking bad
- Replies: 5
- Views: 2028
Re: Blocking bad
Thank you SneakySnake, I was scratching my head when I saw my console parameters as constructor arguments Merged
- Mon Mar 03, 2014 9:23 am
- Forum: Games and Creations
- Topic: Blocking bad
- Replies: 5
- Views: 2028
Re: Blocking bad
if you are using windows can you test if binary version work for you ? I used 0.8.0 and running it without any problems.
edit: After checking I managed to get same error using 0.9.0. I tried to migrate but it seems too much work for a sprint. I am setting config to explicitly be 0.8.0
edit: After checking I managed to get same error using 0.9.0. I tried to migrate but it seems too much work for a sprint. I am setting config to explicitly be 0.8.0
- Mon Mar 03, 2014 5:52 am
- Forum: Games and Creations
- Topic: Blocking bad
- Replies: 5
- Views: 2028
Blocking bad
Hello, This is tetris clone with an annoying twist, it always chooses the worst possible piece. Idea is the same as hateris and bastet. This was given as a challenge to me, but I liked it and went ahead and finished. Source code is available. - AI using search algorithm, minmax approach,I explained ...