Make, Cast and save a spell
- Make a spell
- Cast a spell
- Save a spell
- Web browser (Chrome, Firefox, Safari, etc.)
- JavaScript enabled
-
Clone the repository:
git clone https://github.com/DanonymousCoder/W-2.git
-
Navigate to the project directory:
cd W-2 -
Open
index.htmlin your web browser. No server setup is required as it's a client-side application.
This project is a front-end game. The core logic is implemented in script.js. There is no external API documentation as there are no external APIs used.
- Spinning the wheel: Click the "Spin" button to start the wheel spinning and determine your outcome.
├── README.md
├── index.html
├── script.js
├── styles.css
ss
README.md: This file, providing project information and instructions.index.html: The main HTML file that structures the web page.script.js: The JavaScript file containing the game's logic.styles.css: The CSS file that styles the web page.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with clear, descriptive messages.
- Submit a pull request.
License not specified. All rights reserved.