Rare find

River Raid Rust. A text-based remake of the classic River Raid arcade game, written in Rust.

github.com/jadijadi/riverraidrust

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2024
  • adding screenshot to READMEM.md
  • Merge branch 'immmdreza-main'
  • adding some graphics
  • Get raid of unnecessary .into() to Option type.
  • Simplified match block in events (Functionality preserved).
  • Removed unnecessary clone and a new `draw_styled` method.
  • Quick solution to add styles content.
  • Merge branch 'immmdreza-main'
  • Merge pull request #2 from immmdreza:new-strcuture
  • Don't panic on quit.
  • Improved pause mechanism.
  • Introduced a new type `Canvas` that writes on change to improve perfo…
  • Merge pull request #1 from immmdreza/new-strcuture
  • Cleanup world,
  • Global rng
  • (Safety) Don't pass unnecessary mutable ref.
  • use more iterator methods.
  • Let draw function just draw.
  • Draw first
  • restructure.