Commit Graph

9 Commits

Author SHA1 Message Date
31f7e4a9ca feat(weapon.rs): add weapon struct and impl 2026-01-12 23:52:27 +01:00
6d89db211b chore(character.rs): add tests commit 2026-01-12 22:15:21 +01:00
3fc6a99a58 chore(character.rs): add struct and impl commits 2026-01-12 22:12:57 +01:00
63be6cadae feat(lib.rs): init lib file 2026-01-12 16:42:42 +01:00
f84beebb6f feat(character): add Character impl and tests
- new, consume_mana, attack, get_name
- (test): test_{build,attack,mana,chaining}
2026-01-12 15:28:13 +01:00
Loïc GUEZO
15d3c8ea3a Add GitHub Actions workflow for Rust project 2026-01-11 20:37:33 +01:00
b4ead4e733 feat(character): init Character struct
- u8 life, damage, and mana
- rodata string name
2026-01-11 20:29:54 +01:00
10030d4ef8 feat: init rust project 2026-01-11 20:17:58 +01:00
Loïc GUEZO
8b699641cc Initial commit 2026-01-11 20:14:15 +01:00