diff options
author | davidovski <david@davidovski.xyz> | 2024-05-14 20:26:08 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-05-14 20:26:08 +0100 |
commit | 31d034be4357be9be589ddf2ce4bce3f9b69ed72 (patch) | |
tree | a26e00b5a8f1b6c13e9891f2102e6200b9b05755 | |
parent | 5261b18bfee7ad85d21812b895545ce1e5422bea (diff) |
add readme
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | screenshots/thumbnail.png | bin | 0 -> 187092 bytes | |||
-rw-r--r-- | screenshots/thumbnail2.png | bin | 0 -> 214971 bytes | |||
-rw-r--r-- | screenshots/thumbnail3.png | bin | 0 -> 51874 bytes |
4 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..738c138 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# LEVƎ⅃ + +![thumbnail](screenshots/thumbnail3.png) + +A simple side-scrolling platformer written in go with ebitengine. Its not quite finished though... + +Use the arrow keys to move and space to jump. Make sure you listen carefully to the voice over as it explains how to play. + +## [Play Here](https://davidovski.xyz/h/gamejam/) + +## screenshots + +![thumbnail](screenshots/thumbnail.png) +![thumbnail](screenshots/thumbnail2.png) diff --git a/screenshots/thumbnail.png b/screenshots/thumbnail.png Binary files differnew file mode 100644 index 0000000..3c0de2d --- /dev/null +++ b/screenshots/thumbnail.png diff --git a/screenshots/thumbnail2.png b/screenshots/thumbnail2.png Binary files differnew file mode 100644 index 0000000..cd3c4b4 --- /dev/null +++ b/screenshots/thumbnail2.png diff --git a/screenshots/thumbnail3.png b/screenshots/thumbnail3.png Binary files differnew file mode 100644 index 0000000..958bdfc --- /dev/null +++ b/screenshots/thumbnail3.png |