Commit Graph

7 Commits

Author SHA1 Message Date
dependabot[bot] 94ec661a22 Bump crossbeam-utils from 0.8.1 to 0.8.15
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.1 to 0.8.15.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.1...crossbeam-utils-0.8.15)

---
updated-dependencies:
- dependency-name: crossbeam-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 05:20:53 +00:00
Uttarayan Mondal 3ddcb84265 Can read config files now
- Now reads config from `$XDG_CONFIG_HOME/.config/snake/snake.yaml`
- Added error enum from config and try to remove all usages of unwrap
- Bumped version to 0.2.3
2021-03-15 22:30:49 +05:30
Uttarayan Mondal 5a9e2a85c1 Cargo clippy fixes
Did cargo clippy fixes
Added github workflows
2021-03-15 17:30:10 +05:30
Uttarayan Mondal 8bc7770bf3 Snake doesn't clear the board every run
also changed all i32 to u32
2021-01-25 02:48:54 +05:30
Uttarayan Mondal c2eff08c9f Added way to print the snake with ascii extended
But ncurses doesn't seem to support ascii extended
so it looks bizzare
2021-01-20 20:52:17 +05:30
Uttarayan Mondal f9be68e34b Added screenshot and asciinema
Updated README.
Bumped version to 0.2.0
2021-01-19 21:05:46 +05:30
Uttarayan Mondal e5bbdd7b41 Forgot to exit src folder lol 2021-01-05 03:42:19 +05:30