|
|
9d29d63efe
|
feat(weapon.rs): add unit tests
|
2026-01-13 14:48:34 +01:00 |
|
|
|
1120aa04b8
|
feat(character.rs): replace inner weapon var to weapon "class"
|
2026-01-13 00:01:40 +01:00 |
|
|
|
f32414d377
|
feat(lib.rs): add weapon module into lib.rs
|
2026-01-13 00:00:41 +01:00 |
|
|
|
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 |
|
|
|
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 |
|