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 in detail in the source comments.
- Particle effects in intro and some in game
- Transitions using shader
- High scores
- Difficulty setting (easy for standard tetris, normal for increasing difficulty, hard for max difficulty)
- Simple UI classes
http://mua.github.io/blocking-bad.html
there was a problem with the binary, dll's were missing, added those
Blocking bad
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Blocking bad
What version of love is this for? I see 0.9.0 commented out in your config.
With 0.8.0 I get this error:
And with 0.9.0 I get this error:
With 0.8.0 I get this error:
And with 0.9.0 I get this error:
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
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
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Blocking bad
I am running Linux. Case insensitivity usually foobars window developers up.MUA wrote: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.
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
- SneakySnake
- Citizen
- Posts: 94
- Joined: Fri May 31, 2013 2:01 pm
- Contact:
Re: Blocking bad
You are another victim of the removal of the implicit arg parameter in LuaJIT.
I have sent a pull request that fixes it: https://github.com/mua/BlockingBad/pull/1
I have sent a pull request that fixes it: https://github.com/mua/BlockingBad/pull/1
Re: Blocking bad
Thank you SneakySnake, I was scratching my head when I saw my console parameters as constructor arguments Merged
Who is online
Users browsing this forum: No registered users and 2 guests