Skip to content

Koustav41/Kong-fight-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kong Fight Game

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.

Features

  • 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.

Getting Started

Prerequisites

To run the game locally, you only need a modern web browser (Chrome, Firefox, Edge, Safari).

Installation

  1. Clone the repository:

    git clone https://github.com/Koustav41/Kong-fight-game.git
    cd Kong-fight-game
  2. 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.

How to Play

  • 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.)

Project Structure

Kong-fight-game/
├── index.html
├── style.css
├── main.js
├── assets/
│   └── (images, sounds, etc.)
└── README.md
  • JavaScript: All core game functionality is found in .js files.
  • CSS: Styling and layout is managed by .css files.
  • HTML: Structure and entry point.

Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the issues page if you want to contribute.

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License.

Acknowledgements

  • Inspired by classic arcade fighting games
  • Built using open web technologies

Enjoy the Kong Fight Game!
Made with ❤️ by Koustav41

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published