Go to file
Dorian d85027abdc Add requirements and enable simple Python 2/3 compatibility. 2016-11-09 22:36:05 -05:00
assets Template: Asset license and .gitignore 2016-06-02 07:14:00 -07:00
screenshots Add in screenshots as log of development. 2016-07-23 12:28:32 -04:00
.gitignore Add minor gitignore to avoid PyCharm complaining. 2016-09-02 10:32:09 -04:00
LICENSE remove unnecessary header 2016-06-02 06:43:10 -07:00
Making a Wargame.ipynb Started setting things up to test the hexmap coordinate logic separately from the game. 2016-07-16 19:16:41 -04:00
README.md Add requirements and enable simple Python 2/3 compatibility. 2016-11-09 10:21:08 -05:00
debug.kv Add some template code 2016-06-04 11:31:07 -07:00
hexmap.py Add requirements and enable simple Python 2/3 compatibility. 2016-11-09 22:36:05 -05:00
launch_app.sh Add requirements and enable simple Python 2/3 compatibility. 2016-11-09 22:36:05 -05:00
main.py Add requirements and enable simple Python 2/3 compatibility. 2016-11-09 22:36:05 -05:00
requirements.txt Add requirements and enable simple Python 2/3 compatibility. 2016-11-09 10:21:08 -05:00
strategygame.kv Add requirements and enable simple Python 2/3 compatibility. 2016-11-09 22:36:05 -05:00
terrain.py Extract terrain handling into a separate module. 2016-07-16 23:33:51 -04:00

README.md

Doric Engine

The Doric Engine is an open source game engine for turn-based, strategy games played on a hexagonical grid system.

Doric uses Kivy under the hood, and had its origin during the Game Camp sprint at PyCon US 2016.

Getting Started

  1. Install kivy (via Anaconda or pip install -r requirements.txt)
  2. Run the game using: python main.py

License

Unless otherwise indicated (with an explicit LICENSE file):

Game Camp

Game Camp is an open-source project aimed at helping anyone learn to make mobile games using Python, by developing teaching materials and tutorials that make the process fun and accessible. It is based on Python and Kivy, and targets Android and IOS devices. We are looking for developers, educators, designers from a wide variety of backgrounds and skill levels to help us develop the Game Camp materials.

Contacting Us

Game Camp is maintained by

Documentation and Chat:

About Learn Leap Fly