blob: 93a0bac07a4407ef6a08a334c3b59320fb54a0a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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`
|