CoolFace
Apppublic

bidlo228/statcraft-rpg-character-builder

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
4 commits on main
40c88c310mo ago

Make a 'take damage' button to the right of the armor and health indicators. You can enter the amount of damage you take. When you click this button, your health will change according to this formula:

bidlo228
a55aa8210mo ago

Make a 'take damage' button to the right of the armor and health indicators. You can enter the amount of damage you take. When you click this button, your health indicator changes according to this formula:

bidlo228
bf3236510mo ago

Make a website application where the user is provided with 5 parameters that can be adjusted. The parameters are located in different windows and are named 'Strength', 'Agility', 'Intelligence', 'Adaptation', and 'Charisma', and can be adjusted using the plus and minus buttons. Additionally, add user-adjustable values for 'Health' and 'ARMOR', which should be displayed separately in a large window at the top.

bidlo228
7e0cc6d10mo ago

initial commit

bidlo228