sed2048
Puzzle Game
An implementation of the popular puzzle game 2048 using sed scripting language
The 2048 game implemented in sed
107 stars
6 watching
10 forks
Language: Shell
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
uuner/sedtris | A shell implementation of the classic Tetris game using only sed | 533 |
lexmag/tty2048 | A terminal-based implementation of the 2048 game in Elixir | 155 |
thery/t2048 | A Coq implementation of the 2048 game | 22 |
gregorulm/h2048 | An implementation of the game 2048 in Haskell with basic logic and console UI. | 89 |
taw/imba-2048 | An implementation of the popular 2048 game in the Imba programming language. | 7 |
victordibia/puzzlegame | A Cocos2D-based Android project implementing a slider puzzle game with a tutorial document and licensed under the MIT license. | 63 |
bfontaine/term2048 | A terminal-based implementation of the popular number-summing game 2048 | 805 |
natee/wxapp-2048 | A 2048 game implementation in a WeChat mini program for learning and development purposes | 362 |
brunoborges/fx2048 | A JavaFX-based implementation of the popular puzzle game 2048 | 275 |
borisboutillier/rs-gliphus | A puzzle game with doors, blocks, and lasers that can be controlled using an ECS system | 9 |
mgrojo/play_2048 | A 2048 game implementation with customizable themes, board sizes, and features like saving state and undoing moves. | 4 |
jeffhou/hex-2048 | A Hexagon-based implementation of the popular number-matching game | 15 |
felixneutatz/2048_m-a-star | An algorithmic solver for the 2048 game using A* search with cost functions based on tile values and unassigned tiles. | 204 |
dev-family/wasm-2048 | An implementation of the popular 2048 game in Rust using Yew and compiled to WASM. | 152 |
robin/2048_playground | A Swift implementation of the popular puzzle game 2048 | 43 |