diff options
Diffstat (limited to 'pixel-client/README.md')
-rw-r--r-- | pixel-client/README.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pixel-client/README.md b/pixel-client/README.md deleted file mode 100644 index 93a0bac0..00000000 --- a/pixel-client/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# Hurry Curry! Pixel Client - -An experimental version of the game that uses pixel-art rendering to allow -smooth playing even on low-end devices. The pixel client is discontinued however -and should be rewritten entirely in the future. - -## Building - -- Requirements: - - Nightly rust toolchain - - SDL2 development libraries (including gfx, ttf and mixer extensions) - -``` -make pixel-client -``` - -## Usage - -- `./target/release/pixelcurry` |