2048 in the terminal
github.com
2048 in the terminal
1–10 of 90 posts
Re: 2048 in the terminal
#2Re: 2048 in the terminal
#3I noticed something that I think is incorrect behavior based on my playing of the original. If I have a row that has 2 - 2 - 4, when I press right, it goes straight to 8, rather than the behavior that I think is supposed to happen - press right once and get 4 - 4, press it again and get 8. A minor difference but does actually change the gameplay a bit.
Re: 2048 in the terminal
#4Re: 2048 in the terminal
#5This is awesome and yet another way to kill my productivity! I noticed something that I think is incorrect behavior based on my playing of the original. If I have a row that has 2 - 2 - 4, when I press right, it goes straight to 8, rather than the behavior that I think is supposed to happen - press right once and get 4 - 4, press it again and get 8. A minor difference but does actually change the gameplay a bit.
Edit: I’m on this issue, currently trying to write a test to reproduce.
Edit 2: fixed!
Re: 2048 in the terminal
#6Re: 2048 in the terminal
#7Re: 2048 in the terminal
#8Love text based games and bonus for being in the terminal. Btw, I know a few p.eople mentioned that it collapses 2-2-4 kind of combinations in one go and I noticed that too. But, you know what, I personally like this variation.
Re: 2048 in the terminal
#9Re: 2048 in the terminal
#10This is awesome and yet another way to kill my productivity! I noticed something that I think is incorrect behavior based on my playing of the original. If I have a row that has 2 - 2 - 4, when I press right, it goes straight to 8, rather than the behavior that I think is supposed to happen - press right once and get 4 - 4, press it again and get 8. A minor difference but does actually change the gameplay a bit.