https://github.com/sunthecoder/boss-battle
https://github.com/sunthecoder/boss-battle
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunthecoder/boss-battle
- Owner: SunTheCoder
- Created: 2024-04-25T04:22:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T19:44:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T07:15:52.384Z (about 1 year ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boss-Battle
Text-based boss battle game. Imagine an RPG but you go straight to the final battle with a recap of the story.
Items, attacks, complex skills and all.
A game made to solidify current knowledge at App Academy.
NOTE IN MAIN.JS!
outro
set interval intro
make intro an array of phrases and have set timout loop through that array logging each item on a set delay. (may have to make delay variable update each time)
being testing second instance of Player class
as second playable character with unique stats and abilities
this.timeoutTurn() on other items. Around the player and boss attack choice before "else"
use bind/call/apply for organization and unique functions