A Python clone of the popular hyper-casual mobile game called "Knife Hit" powered by Arcade
Knife Hit is a popular hyper-casual mobile game published by Ketchapp and developed by Estoty. The game has over 100 million downloads in both Apple App Store and Google Play Store. This project is an attempt to recreate the game using Python.
- Challenging but fun mechanics
- Unique boss fights
- Randomly generated obstacle
- No Ads or In App Purchase!!
- Add more boss
- Add target entry animation
- Add target destroyed animation
- Add apple/coin mechanics
- Add more rotation mode
To install the dependencies, navigate to the project directory and execute this command:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd knifehit
python knifehit.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License