Skip to main content

A Simple Game

Project description

# Nani Fighter

<img src="res\\home.png">

Nani Fighter is a simple game made with python and pygame. Currently It has two versions:
* Nani Fighter : The Beginning
* Nani Fighter : The Second Visit

The first one is easier where the latter one is more difficult and has more enemy characters. These versions are compatible with both python2 and python3.

### Installation
Using pip :

```pip install nani_fighter```

### Running The Game
Add the following code to a python (.py) file and run it.
```python
# importing two versions of the game
from nani_fighter import the_beginning, the_second_visit

# follwing line of code will start the 'Nani Fighter : The Beginning'
the_beginning.run()

# follwing line of code will start the 'Nani Fighter : The Second Visit'
the_second_visit.run()

```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nani_fighter-1.2.tar.gz (1.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page