Update README.md
Remove useless tileset.
README
A platformer built with Zig and raylib. Made in less than 72 hours for the Wowie Jam 3.0.
In this game, you will have to exploit common "failure" mechanics in platformers. Lava stun you and propulse you high, checkpoints allow you to death warp. Failure is the way to success in this game.
To play this game, you need to build it. I know, it sucks but I ran out of time.
You will need raylib and Zig 0.7.1.
On Arch Linux, pacman -S raylib zig
.
$ git clone https://git.sr.ht/~kikoodx/painfull-success
$ cd painfull-success
$ zig build -Drelease-fast run
The code is licensed under MIT license, the rest is CC-BY-SA 4.0. See LICENSE for more details.