brainfuck-2048

brainfuck implementation of the well-known 2048 game
git clone https://tongong.net/git/brainfuck-2048.git
Log | Files | Refs | README

commit dd5e7791b813286a79953a12e16a6177d2dc423f
parent 418c24ab39e15110a182224c9ae58882a51aaf9d
Author: tongong <tongong@gmx.net>
Date:   Sun, 18 Dec 2022 15:33:53 +0100

readme fixes

Diffstat:
MREADME.md | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -24,7 +24,3 @@ For testing I recommend using these interpreters: - [https://mitxela.com/other/brainfuck](https://mitxela.com/other/brainfuck) - [http://www.bf.doleczek.pl](http://www.bf.doleczek.pl) - -Since these interactive interpreters are quite slow I might try to program one myself in the future. - -#