Hacker News new | ask | show | jobs
by albi_lander 2229 days ago
I have built a rust based version of the 2048 game which runs in the terminal. The most interesting and fun part is the small AI that I implemented and which can be used to play automatically. It's nothing very new, but I enjoyed crafting this small game in the most elegant and efficient way I could.

https://github.com/adrienball/2048-rs https://en.wikipedia.org/wiki/2048_(video_game)