add: link to replit run

This commit is contained in:
eankeen 2019-12-10 00:01:37 -08:00
parent 0e81799f02
commit a7a3da0ca1
No known key found for this signature in database
GPG Key ID: AA1CA20721763EDB
2 changed files with 4 additions and 0 deletions

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "bash"
run = "make && ./2048"

View File

@ -1,5 +1,7 @@
# 2048-cli
[![run on repl.it](http://repl.it/badge/github/tiehuis/2048-cli)](https://repl.it/github/tiehuis/2048-cli)
A cli version/engine of the game [2048](https://github.com/gabrielecirulli/2048)=
for your Linux terminal.