6 ms·
243 Game – inspired by 2048
- xbilldozer 12y agoWhy must people continue to create new obsessions for me...
- jhonnycano 12y agooh, it's addictive too
- saalweachter 12y agoThis doesn't feel any harder to me than 2048. The same basic strategies seem to work about as well on both.
- atoponce 12y agoI find the same basic strategies don't hold up as well. It seems much easier for me to foul up because I need 3 in a row, rather than just 2.
- Elessar 12y agoYeah, this variant forces you to clean up the (mental) heuristic you use you decide how best to combine blocks. With 2048 you could generally muddle your way through provided you ensured high blocks were in some corner. Here, because of the 3 combination, quite often I'll have a pair of high numbers blocking an entire row from shifting -- an issue you'd never have in the original.
- chatman 12y agoTotally incorrect! The same strategy hardly working, i.e. the strategy of keeping the highest tiles on one corner of the board.
- jhonnycano 12y agoI think here it is more important to manage better the free space
- mishop 12y agoThis is strategy! http://243game.com/243won.png http://243game.com/243won.png
- rpsw 12y agoI bet this on the first go, without thinking of an in-depth heuristic. Maybe I was lucky, but it doesn't seem to hard. I struggled with this version, which is kind of similar: http://joezeng.github.io/144/ http://joezeng.github.io/144/
- aardvark179 12y agoYeah, this one doesn't seem so hard. Variants like 144 are a challenge because you can fill the board with tiles that can never lead to your goal, and it's easy to get into a situation where you can't help generating them.
- mishop 12y agoI thought I'd ask for a goal 3^6 (729). But this is impossible with this algorithm. 243 243 243 x x 81 81 81 x x 27 27 27 x x 9 9 9 x x 3 3 3 x x
- smaudet 12y agoNot beat yet, but I don't think it is possible to algorithmically. 144=3 x 48 ; 48=3 x 16 16 is 'easy' to create - if you can avoid creating any three-pairs. The trick of this game is that you can have 3,4,5 pairs. There may be some ways to choose 4 and 5 pairs along with the easier 2 and 3 pairs to win it - my efforts so far with the simple strategy produced two 48 pairs, and a seemingly random chance at producing an elusive third 48th pair, so any solution I would think would be considerably more difficult, if one exists at all.
- Stately 12y agoIt seems to be significantly easier to beat than 2048, but at the same time it's a bit challenging to get your head around matching three tiles instead of two. Good stuff. BTW, change the favicon?
- mishop 12y agoChanged. Thank You :)
- clarle 12y agoThe heuristic that worked for me was similar to 2048, but not exactly the same. I kept all of my highest tiles on one column of the board, and always kept it filled up (so that one row was "static"), like with 2048. The difference this time was that I mainly incremented them by rows, and would only put together three in a column to match up a row.
- arek2 12y agoMy 2048 variant - 511 Game: http://www.kongregate.com/games/random_strangers/511-game-bourgeois-edition http://www.kongregate.com/games/random_strangers/511-game-bo...
- deleted 12y ago[deleted]
- mercury_craze 12y agoHacker News really is going downhill fast.
- deleted 12y ago[deleted]
- qpes 12y agoIt is very interesting that 2048 strategy doesn't work here.
- mishop 12y agoPlease help, if someone know how to save grid. https://github.com/mishop/243 https://github.com/mishop/243
- mauricio-OH 12y agoI beat the game in the first try. Too easy.
- mishop 12y ago5% winers until now :) Or the players are too smart or the game is not too hard ?
- smaudet 12y agoBeat, not too hard. But that's because I suspect the game would make it difficult/impossible to get beyond 243. There isn't enough space for 3-chains, this was fine for 2-chains, but for 3-chains my winning move at the end was impossible without changing my strategy.
- RandomSpamMan 12y agoStill makes me sad that people are calling these 2048 clones when Threes started it all off.
- mishop 12y agoWhat about if I move target to 729 (3^6)?
- gerry_shaw 12y agoI wish Threes! was this easy. Fun but too easy (beat it second time). This is a good thing for me so I won't waste more time on it :) Thanks for making it though, was a fun distraction.
- dfan 12y agoThis is the first one of these in a while that felt qualitatively novel to me. Nice work! I'd add at least one more level, since it should clearly be possible to reach higher tiles than 243.
- igrice 12y agoit's addictive too. Again, playing games all day.