Welcome to Kong Fight Game — an action-packed web-based fighting game! This project is designed to be simple, fun, and a showcase of classic game mechanics implemented with modern JavaScript, CSS, and HTML.
- Engaging Gameplay: Enjoy a browser-based fighting experience with dynamic enemies and exciting moves.
- Modern JavaScript: Built primarily with JavaScript for game logic, animations, and interactivity.
- Custom Styling: Enhanced visuals and responsive design powered by CSS.
- HTML5 Canvas: Utilizes HTML for rendering game elements and UI.
To run the game locally, you only need a modern web browser (Chrome, Firefox, Edge, Safari).
-
Clone the repository:
git clone https://github.com/Koustav41/Kong-fight-game.git cd Kong-fight-game -
Open the game:
- Locate the main HTML file (typically
index.html) and open it in your browser.
# For example, using the command line (if you have Python installed): python -m http.server # Then, navigate to http://localhost:8000 in your browser.
- Locate the main HTML file (typically
- Use your keyboard or onscreen controls to move, jump, and attack.
- Defeat enemies to score points and survive as long as you can.
(Add in-depth game controls and tips here if available.)
Kong-fight-game/
├── index.html
├── style.css
├── main.js
├── assets/
│ └── (images, sounds, etc.)
└── README.md
- JavaScript: All core game functionality is found in
.jsfiles. - CSS: Styling and layout is managed by
.cssfiles. - HTML: Structure and entry point.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page if you want to contribute.
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request
This project is licensed under the MIT License.
- Inspired by classic arcade fighting games
- Built using open web technologies
Enjoy the Kong Fight Game!
Made with ❤️ by Koustav41