coredump-ch / rpsrtsrs

Rock-Paper-Scissors-Real-Time-Strategy game written in Rust.
GNU Affero General Public License v3.0
11 stars 5 forks source link

Add rate limiting #65

Open rnestler opened 6 years ago

rnestler commented 6 years ago

This is a first shot at implementing rate limiting for the shoot command. It works by keeping a timestamp of the last time a unit did shoot.

dbrgn commented 6 years ago

@rnestler ping