https://github.com/technicjelle/tetsawsdl3
Small blocky Jigsaw game in SDL3 :)
https://github.com/technicjelle/tetsawsdl3
Last synced: 3 months ago
JSON representation
Small blocky Jigsaw game in SDL3 :)
- Host: GitHub
- URL: https://github.com/technicjelle/tetsawsdl3
- Owner: TechnicJelle
- License: gpl-3.0
- Created: 2025-03-01T14:54:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T15:25:53.000Z (3 months ago)
- Last Synced: 2025-03-01T16:26:56.947Z (3 months ago)
- Language: C
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tetsaw (SDL3)
A small puzzle game for Linux, Android and Windows.
Fit the puzzle pieces into the grid, and win!
## [Click here to play in your browser!](https://technicjelle.com/TetsawSDL3/)
## [Click here to download!](../../releases/latest)
This is a remake of [Tetsaw](https://github.com/TechnicJelle/Tetsaw), but with SDL3 in C,
instead of Processing. This is to make it easier to port and run on various platforms.## Contributing
Feel free to send small PRs to fix bugs or add small features.
For larger changes, please open an issue first to discuss what you would like to change.You may use this project as a base for your own game, but please credit me and link back to this repository.
Make sure to also abide by the [license](LICENSE.txt).