Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 384 Bytes

File metadata and controls

12 lines (7 loc) · 384 Bytes

rust-samples

Practical Rust Mini Projects

Mini Games

Four classic games: Snake, Gomoku, Tetris, and Minesweeper

Tooling

  • Code statistics (line and character counts): counter-code
  • Build a Chrome bookmark launcher: read bookmarks from the profile directory with recursive serde_json parsing, then fuzzy-search them in a simple TUI input box, possibly using simsearch.