Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kraks/2048.rkt
- Owner: Kraks
- Created: 2014-06-18T18:48:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-22T03:11:26.000Z (about 9 years ago)
- Last Synced: 2024-10-11T21:51:57.354Z (about 1 month ago)
- Language: Racket
- Size: 145 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)