diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-07-06 18:07:26 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-07-06 18:08:23 +0200 |
commit | 8a7015dfa987286139b5507e21d82af1aee101ed (patch) | |
tree | 59e81be439be9b23b93056103af2242102357f82 /tests |
First prototype...
Palette works, but the instruction execution loop doesn't.
Needs further research.
Sound and keys are not implemented either.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README.md | 7 | ||||
-rw-r--r-- | tests/nyan.bp | bin | 0 -> 200298 bytes | |||
-rw-r--r-- | tests/palette.bp | bin | 0 -> 131072 bytes |
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..a729c09 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,7 @@ +These tests are not written by myself. They are obtained from: + +https://esolangs.org/wiki/BytePusher + +I do not hold any copyright on them, and I don't know their license, but I'll +keep them still, as they are found freely in the internet, shared by the +author. diff --git a/tests/nyan.bp b/tests/nyan.bp Binary files differnew file mode 100644 index 0000000..b7b4400 --- /dev/null +++ b/tests/nyan.bp diff --git a/tests/palette.bp b/tests/palette.bp Binary files differnew file mode 100644 index 0000000..06f1e03 --- /dev/null +++ b/tests/palette.bp |