Skip to content

Here you will find a simple command line game called War Game. In this repo I explored tools and approaches to understand software development cycle with Python.

License

jeantardelli/wargameRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attack of The Orcs

Release Issues made-with-python MIT

This is a project I am doing to learn Python Application Development. This is my code for the Learning Python Application Development book.

Introduction

This is a command line fantasy war game!

Instalation

Use the package manager pip to install the game.

$ pip install gamepkg-jean

Documentation

The documentation can be found here

Example Usage

You can run the main module in your Python interpreter:

from wargame.attackoftheorcs import AttackOfTheOrcs

game = AttackOfTheOrcs()
game.play()

Or you can call it directly as a script:

$ python3 attackoftheorcs.py

License

MIT

About

Here you will find a simple command line game called War Game. In this repo I explored tools and approaches to understand software development cycle with Python.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages