weasel icon indicating copy to clipboard operation
weasel copied to clipboard

Weasel Turn Battle System

Results 6 weasel issues
Sort by recently updated
recently updated
newest added

Create a new type of event, 'Span'. Its purpose is to simply contain one or more events so that all of them can be processed atomically.

enhancement

Small example to show how to implement reactive actions. For instance, the example could be a small program (not interactive is fine) with: - Two teams - One creature per...

help wanted
good first issue

Write an user guide to explain the basic concepts of weasel. The book should be available online in a similar manner as the official Rust book.

help wanted

Evaluate if having a graveyard to store *dead* but not *removed* entities would be an useful addition to weasel. Provide sound reasons to justify the choice. If the outcome is...

enhancement
design

Expand the available list of system metrics. Around 10-15 new metrics (the most useful we can think of) is a good start.

enhancement
good first issue

Could be useful to have a benchmark to measure how many events can be fired per second. We could think of running one bench with only `DummyEvent` and another bench...

good first issue