Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 473 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 473 Bytes

Substitute Soccer in Rust

This is Substitute Soccer from Code the Classics Vol 1, reimplemented in Rust with macroquad and hecs.

You will need the assets from the original repository (https://github.com/Wireframe-Magazine/Code-the-Classics/tree/master/soccer-master).

This is my first time using ECS and the functionality is essentially translated piece-by-piece from the original Python code so the structure is not as clean as it would be if written from scratch!