An open API service indexing awesome lists of open source software.

https://github.com/rededge967/war-craft

Warcraft Game written in python
https://github.com/rededge967/war-craft

game pygame war-craft

Last synced: 6 months ago
JSON representation

Warcraft Game written in python

Awesome Lists containing this project

README

          

# War-Craft
## what is War-Craft?
- War-Craft is a war game written in python

## Needed
- Python 3
- Pygame installed

## How to?
- Install python 3 and pygame first
- Download the release from [here](https://github.com/RedEdge967/War-Craft/releases) and run it with python 3

### Installing `Pygame`
- You need to install pygame to run this game. use the command below to install pygame (installing with pip)
```
python3 -m pip install -U pygame --user
```

## Controls
- Use arrow keys in the keyboard to go right, left, up and down.

- It will start to shoot when you started to play this game.