Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonlschlee/zig15game
A 15 puzzle game implemented with raylib.
https://github.com/simonlschlee/zig15game
raylib wasm zig-package
Last synced: about 1 month ago
JSON representation
A 15 puzzle game implemented with raylib.
- Host: GitHub
- URL: https://github.com/simonlschlee/zig15game
- Owner: SimonLSchlee
- License: mit
- Created: 2024-05-18T01:00:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:32:46.000Z (2 months ago)
- Last Synced: 2024-10-15T03:02:50.862Z (about 1 month ago)
- Topics: raylib, wasm, zig-package
- Language: Zig
- Homepage: https://simonlschlee.github.io/zig15game/
- Size: 715 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig15game
A [zig](https://ziglang.org/download/) 15 puzzle game based on [15 puzzle game](https://ziggit.dev/t/15-puzzle-game/4350) by Chris Boesch,
changed from a console/terminal implementation to a [raylib](https://www.raylib.com/) implementation.Added simple raylib gui and sound effects.
If you are a vim user (or want to train vim keys) play with hjkl, otherwise use wasd or arrow keys!## Play
[![Game screenshot](media/screenshot000.png)](https://simonlschlee.github.io/zig15game/)
https://simonlschlee.github.io/zig15game/## Discussion
Ziggit topic for discussion: https://ziggit.dev/t/raylib-15-game/5233
If you have ideas for improvements you can use ziggit or open an issue!## install
```bash
git clone https://github.com/SimonLSchlee/zig15game.git
cd zig15game
zig build run
```tested with zig version: `0.13.0`
## other raylib projects
[zigraylib](https://github.com/SimonLSchlee/zigraylib)
## license
public domain or MIT