Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freecx/rs-1010
1010! game in rust
https://github.com/freecx/rs-1010
1010 game rust-lang sdl2
Last synced: 30 days ago
JSON representation
1010! game in rust
- Host: GitHub
- URL: https://github.com/freecx/rs-1010
- Owner: FreeCX
- License: bsd-3-clause
- Created: 2019-02-26T10:22:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T19:02:59.000Z (about 2 months ago)
- Last Synced: 2024-11-11T20:18:08.500Z (about 2 months ago)
- Topics: 1010, game, rust-lang, sdl2
- Language: Rust
- Homepage:
- Size: 3.78 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rs-1010
My implemention of puzzle game 1010! in rust
![Gameplay demo](./extra/demo.gif)
## Required libraries
- SDL2
- SDL2_ttf
- SDL2_mixer## Project features
- Support autosave
- Simple leaderboard
- Background music + effects
- Few dependencies (but bad codebase :smile:)
- One file [configuration](../../wiki/Config) (`./resources/config.ini`)## License
See [license file](LICENSE)