https://github.com/vindecodex/bayani
bayani turn based combat
https://github.com/vindecodex/bayani
beginner-friendly game hacktober hacktoberfest hacktoberfest2021 typescript
Last synced: about 1 year ago
JSON representation
bayani turn based combat
- Host: GitHub
- URL: https://github.com/vindecodex/bayani
- Owner: vindecodex
- License: mit
- Created: 2021-10-04T01:37:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T00:35:06.000Z (over 4 years ago)
- Last Synced: 2025-04-13T19:59:16.254Z (about 1 year ago)
- Topics: beginner-friendly, game, hacktober, hacktoberfest, hacktoberfest2021, typescript
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Bayani (Hero)
Bayani is a tagalog word that can be translated as Hero in english.
Bayani is a turn based combat system. Bayani with more attack speed
can attack first. Each player can choose 5 bayani's to be used in combat.
The player that has zero health will lose the combat.
#### Create your bayani
Create new class under bayanis folder and implement bayani interface,
LapuLapu is one of the example to start with.
Register your bayani on bayanis/register file.
For now only adding bayani is the feature more to be added soon test cases also ;)
#### Contribute
Contribute by making your own bayani and make PR (branch name: bayani/[bayaniName]-[github-username]).
Contribute by opening issue.
Contribute by improving project, implement best practices (Explain your PR)
### LICENSE MIT