This repo holds my own (re)implementation of 2048. The original is open source; I looked at the source and discovered that the things which appear random really are, making it really easy to rewrite. But all the curses versions I found required python. Hence, this.