Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 318 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 318 Bytes

simple-rust-game

The result of following https://sunjay.dev/learn-game-dev/intro.html, plus my own work:

  1. Intersection avoidance: no two entities can overlap (collision detection); no entity can pass the window borders.
  2. Dull text rendering.
  3. The player (only the player) can consume the items on the screen.