kunko-game
v1.0.0
Published
Kunko o Patinho Peidorreiro - A fun pygame game
Readme
Kunko o Patinho Peidorreiro
A fun pygame game featuring Kunko the duck!
Prerequisites
- Node.js (v12 or higher)
- Python 3.x
- pip (Python package manager)
Installation
You can install and run this game in two ways:
Option 1: Install globally
npm install -g kunko-gameThen run the game with:
kunko-gameOption 2: Run directly with npx
npx kunko-gameHow to Play
- Use arrow keys to move
- Press Space to jump
- Press F key to use special ability
- Press ESC to quit
Game Features
- Fun duck character with special abilities
- Avoid obstacles and enemies
- Collect points and try to achieve the highest score
Development
If you want to modify the game:
- Clone this repository
- Install dependencies:
npm installandpip install -r requirements.txt - Run the game:
npm start
Publishing to npm
If you want to publish this game to npm:
- Create an npm account if you don't have one
- Login to npm:
npm login - Publish the package:
npm publish
License
MIT
