Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximedrn/war-card-game
War card game project in Python.
https://github.com/maximedrn/war-card-game
card-game python war-card-game
Last synced: about 2 months ago
JSON representation
War card game project in Python.
- Host: GitHub
- URL: https://github.com/maximedrn/war-card-game
- Owner: maximedrn
- License: apache-2.0
- Created: 2021-09-27T16:54:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T12:37:15.000Z (about 3 years ago)
- Last Synced: 2023-03-04T22:12:18.969Z (almost 2 years ago)
- Topics: card-game, python, war-card-game
- Language: Python
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# War card game project using Python.
* Download this repository or clone it:
```
git clone https://github.com/maximedrn/war-card-game.git
```
* It requires [Python](https://www.python.org/) 3.7 or a newest version.
* Install [pip](https://pip.pypa.io/en/stable/installation/) to be able to have needed Python modules.
* Open a command prompt in repository folder and type:
```
pip install -r requirements.txt
```
* Then type:
```
python main.py
```## Preview of the project:
* **Menu:**
![Preview 1](https://github.com/maximedrn/war-card-game/blob/master/images/preview_1.png)
* **Game (1):**
![Preview 2](https://github.com/maximedrn/war-card-game/blob/master/images/preview_2.png)
* **Game (2):**
![Preview 3](https://github.com/maximedrn/war-card-game/blob/master/images/preview_3.png)