Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)