Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kraks/2048.rkt

A text-based 2048 game in Racket.
https://github.com/kraks/2048.rkt

Last synced: 14 days ago
JSON representation

A text-based 2048 game in Racket.

Awesome Lists containing this project

README

        

2048.rkt
===

A text-based 2048 game written in Racket.

I wrote a 2048.py before, and doing this in Racket is really just for fun.

Type `w` and press enter for move up, `a` for move left, `s` for move down, and `d` for move right.

Type `q` for quit.

Related
---
[2048.py](https://github.com/Kraks/2048.py)