whalesim

Crates.iowhalesim
lib.rswhalesim
version0.1.1
sourcesrc
created_at2022-08-31 13:01:31.784926
updated_at2022-09-18 16:41:06.703555
descriptionA a terminal game written in Rust where you are a whale and you have to avoid pesky fishing boats whilst snacking on delicious krill.
homepagehttps://github.com/SadieCat/whale-simulator/
repositoryhttps://github.com/SadieCat/whale-simulator/
max_upload_size
id655697
size27,542
Sadie Powell (SadieCat)

documentation

https://docs.rs/whalesim/

README

πŸ‹ Whale Simulator πŸ‹

Whale Simulator is a terminal game written in Rust where you are a whale and you have to avoid pesky fishing boats whilst snacking on delicious krill.

Why?

Warnings

  • Whale Simulator was written for Rust 1.57.0. It may not build under older versions of Rust.
  • Whale Simulator has only been tested in Gnome Terminal. It might lag or not work at all on other terminals. Try passing lower values in --tick-rate if it lags.
  • Whale Simulator lacks a unified entity management system so its logic is a bit spaghetti.
  • Whale Simulator does not handle window resize events. Don't resize your terminal or it will break.
  • Whale Simulator uses .unwrap() everywhere when writing to stdout which is horrible but it is unlikely to fail.

Contributing

Please don't. This isn't a serious project. It was written in one night as a joke. I don't want to actually maintain this.

Credits

Thanks to Luna (@lunasorcery) for the idea.

Commit count: 3

cargo fmt