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
- Host: GitHub
- URL: https://github.com/rededge967/war-craft
- Owner: RedEdge967
- Created: 2021-10-09T05:52:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T09:08:40.000Z (about 4 years ago)
- Last Synced: 2025-06-10T22:09:19.884Z (7 months ago)
- Topics: game, pygame, war-craft
- Language: Python
- Homepage:
- Size: 2.06 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.