darozak / Advolition

1 stars 0 forks source link

Describe how attributes work in the tutorial #79

Open darozak opened 1 month ago

darozak commented 1 month ago

Next step, describe how robot and item stats work!

darozak commented 1 month ago

I began by renaming the the Stats class to the Attributes class because this is a more meaningful name (https://github.com/darozak/Advolition/commit/b672ede4ae09d4e1e81f98acdd53fa8eda14581b).

darozak commented 1 month ago

I started describing the attribute class in README.md (https://github.com/darozak/Advolition/commit/ca70ffcd367209831f8d43ba33b8e0ae73752cf7). However, I realized that I first need to simplify the armor and power systems. I've created issues for each of these (https://github.com/darozak/Advolition/issues/80, https://github.com/darozak/Advolition/issues/81).