The Warrior: is an interactive, browser-based 2D game developed using pure JavaScript. It features a dynamic environment, unique characters, various props, and intriguing sound effects. The player can control characters via keyboard inputs and utilize various power-ups and weapons to interact with the environment. The game shows a high degree of interactivity and is enriched with visually attractive assets and good sounds, providing a captivating user experience.
Client
- Interactive game.
- 2D game.
To get a local copy up and running, follow these steps.
To execute this project, all you require is a web browser. Note: If you wish to modify the code, you will also need a code editor such as Visual Studio Code.
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/Alejandroq12/javascript-game.git
You can install necessary software or dependencies for this project using the following command:
No additional installations are necessary due to the nature of this project.
To run the project just open the index.html
file with you web browser.
Test will be available in the future. I am working on it.
You can deploy this project using GitHub pages:
- Log in to your GitHub account and navigate to the repository that contains your website files.
- Make sure that your website files are located in the main branch and in the root directory of the repository.
- If your website is not already live, make sure that the index.html file is the main page of your website.
- Click on the "Settings" tab in your repository.
- Scroll down to the "GitHub Pages" section.
- In the "Source" dropdown menu, select the branch where your website files are located. For a simple website with only HTML and CSS, this is typically the main branch.
- In the "Path" field, make sure that the root directory is specified (i.e., "/").
- Click "Save" to generate your website.
- Wait a few minutes for GitHub to build and deploy your website.
- Once the website is deployed, visit the GitHub Pages URL to view your site.
👤 Julio Quezada
- GitHub: Alejandroq12
- Twitter: @JulioAle54
- LinkedIn: Julio Quezada
- I will make it responsive.
- I will add more levels.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give a star. Thanks in advance.
I would like to thank Frank Dvorack for creating the course to teach these concepts.
Add at least 2 questions new developers would ask when they decide to use your project.
-
How much time did you invested learning/coding?
- I invested 5 hours.
This project is MIT licensed.