Commit Graph

  • f5d02f0722 Add working Python3 Android Kivy configuration. hex-grid-layout-experiment Dorian 2017-08-01 10:37:30 -0400
  • 78a371890c Add notes on next steps for hex map. Dorian 2017-07-27 18:03:18 -0400
  • f2dc566667 Inform on relative position to touch event. Dorian 2017-07-27 17:53:12 -0400
  • 2aaa27a824 Simplify hex map creation. Dorian 2017-07-27 17:28:51 -0400
  • b7346b713a Add layout to track hex selection. Dorian 2017-07-27 17:21:35 -0400
  • ad550629a4 Fix alternating rows issue. Dorian 2017-07-27 08:50:19 -0400
  • 937d6b8b9b Finally a working hex map that expands. Dorian 2017-07-27 08:47:27 -0400
  • 3ae9251780 Rough working builder of hex map. Dorian 2017-07-27 08:28:46 -0400
  • 5494e18ea5 Work on a simple programmatic approach to drawing hex maps. Dorian 2017-07-26 17:41:54 -0400
  • 7815a4ba48 Start work toward a usable tiling hex grid board. Dorian 2017-07-22 00:07:37 -0400
  • 7385b1fc1c Add Pipfiles for use with the pipenv tool. master Dorian 2017-06-28 08:46:52 -0400
  • e440d5fc66 Quick experiment to figure out a rough hex map layout using floatlayouts. Dorian 2017-02-22 08:47:48 -0500
  • 81f23f7d28 Attempt to fix issue with Android packaging. Some forward progress. Dorian 2017-01-27 16:23:27 -0500
  • 277ad2a664 Rework tile map painting. Dorian 2016-11-15 19:54:46 -0500
  • ef675ed575 Extract terrain definitions to standalone module. Dorian 2016-11-15 14:41:25 -0500
  • 89e74bb7a6 Refactor code into separate modules. Dorian 2016-11-15 12:10:47 -0500
  • f4494af342 Rework outline drawing and extract tile setup. Dorian 2016-11-15 11:16:19 -0500
  • 06e9128ff0 Re-implement the hex-map drawing code. Dorian 2016-11-15 09:19:41 -0500
  • f0fdbc18bd Start work on alternative hex grid layout. Dorian 2016-11-14 22:40:47 -0500
  • 30a8e27f4a Add working example of packing for desktops. Dorian 2016-11-14 16:06:10 -0500
  • 58558bf0b5 Initial work on getting buildozer and pyinstaller working. Dorian 2016-11-14 15:26:35 -0500
  • d85027abdc Add requirements and enable simple Python 2/3 compatibility. Dorian 2016-11-09 22:36:05 -0500
  • db876192ec Add requirements and enable simple Python 2/3 compatibility. Dorian 2016-11-09 10:21:08 -0500
  • d9f1e01247 Improve documentation for project. Dorian 2016-11-08 19:05:39 -0500
  • 1a0640daea Add minor gitignore to avoid PyCharm complaining. Dorian 2016-09-02 10:32:09 -0400
  • 909d7eccb4 Add in screenshots as log of development. Dorian 2016-07-23 12:28:32 -0400
  • de07ca8c73 Minor stylistic clean-up. Dorian 2016-07-17 00:06:06 -0400
  • 18bb30c971 Merge remote-tracking branch 'remotes/amy/llfkj' Dorian 2016-07-16 23:59:28 -0400
  • a71edbe29b Merge remote-tracking branch 'remotes/amy/llfkj' Dorian 2016-07-16 23:59:13 -0400
  • 17b56caa55 Extract hexmap cell into standalone module. Dorian 2016-07-16 23:41:44 -0400
  • 083e20c41f Extract terrain handling into a separate module. Dorian 2016-07-16 23:33:51 -0400
  • 7fab78fa8a Add basic terrain to map. Dorian 2016-07-16 22:17:23 -0400
  • dd2864186e Improve the bounding box detection behaviour. Dorian 2016-07-16 21:24:45 -0400
  • 21a5431071 Attempt to add better bounding detection. Dorian 2016-07-16 20:46:30 -0400
  • 4ca9a39256 Add ability to update the status part of the map. Dorian 2016-07-16 20:09:28 -0400
  • 8308abba13 Remove dispatch and simplify the selected cell. Dorian 2016-07-16 19:40:30 -0400
  • fb829f28e4 Dispatch event from a selected HexMapCell up to the parent game to update the status. Dorian 2016-07-16 19:35:29 -0400
  • 21b993de08 Added missing import statements. Amy Wooding 2016-07-16 19:32:57 -0400
  • e367ee54e4 Merge branch 'llfkj' of https://github.com/llf-amy/gamecamp into llfkj Amy Wooding 2016-07-16 19:24:30 -0400
  • 032f6db266 Started setting things up to test the hexmap coordinate logic separately from the game. Amy Wooding 2016-07-16 19:16:41 -0400
  • 0aaf1f8a11 Merge pull request #3 from dorianpula/master llf-amy 2016-07-16 19:13:12 -0400
  • 6ba611e539 Clean up left and right selection of hexes. Dorian 2016-07-16 18:54:27 -0400
  • d28e9b33ad Add ability to detect various button presses. Dorian 2016-07-16 18:16:08 -0400
  • 1ab95bbf6a Add ability to select and deselect a hex. Dorian 2016-07-16 17:52:11 -0400
  • acf52537a2 Moved HexMapCell out of main.py into its own module. Amy Wooding 2016-07-16 17:49:58 -0400
  • cf6ef569a5 Added setter to make sure that the even-r and cube coordinates never get out of sync. Amy Wooding 2016-07-16 17:45:02 -0400
  • 2b9f4dba36 Added even_r_coords and cube_coords to HexMapCell. That is, hexagons now know they're coordinates. Amy Wooding 2016-07-16 17:39:03 -0400
  • 6e4c3a0b0b Merge branch 'llfkj' of https://github.com/llf-amy/gamecamp into llfkj Amy Wooding 2016-07-16 16:26:41 -0400
  • 531f309330 Merge pull request #2 from dorianpula/master llf-amy 2016-07-16 16:23:30 -0400
  • f806453bf6 Add a basic map coordinate system. Dorian 2016-07-16 16:11:26 -0400
  • 2ad77a17d2 Change the number of hexes drawn overall. Dorian 2016-07-16 15:56:12 -0400
  • 53d6a6c7ba Avoid displaying cells cut off on the left. Dorian 2016-07-16 15:52:01 -0400
  • 6a41aaaa01 Merge branch 'llfkj' of https://github.com/llf-amy/gamecamp into llfkj Amy Wooding 2016-07-16 15:43:58 -0400
  • 2f51f25fc3 Merge pull request #1 from dorianpula/master llf-amy 2016-07-16 15:43:08 -0400
  • 5b1161f2f3 Add coordinate labels to hexes. Dorian 2016-07-16 15:11:41 -0400
  • 9a1fd04b75 Add better documentation around hex positioning and resizing code. Dorian 2016-07-16 14:12:56 -0400
  • 8fa61f942d Add documentation around the hex positioning and updating code. Dorian 2016-07-16 14:00:48 -0400
  • c57c01464d Minor code clean up. Dorian 2016-07-16 13:51:50 -0400
  • 0bdf4f126d Merge pull request #3 from llfkj/master Dorian Pula 2016-07-16 13:24:38 -0400
  • 54dbdfad94 Add missing hexagon.kv file from repo. Amy Wooding 2016-07-15 11:48:18 -0400
  • cacc894302 Merge branch 'llf-amy-llfkj' Kjell Wooding 2016-06-04 23:14:13 -0700
  • 8b5b258be7 added random colours to the hexagons Amy Wooding 2016-06-04 23:04:53 -0700
  • f5aaa50433 hexagons work!! hurray! Amy Wooding 2016-06-04 22:20:00 -0700
  • 865e27ed82 Merge branch 'dorian' of https://github.com/llfkj/gamecamp into llfkj Amy Wooding 2016-06-04 21:08:32 -0700
  • e3b32ca4fa up to adding an overlay Amy Wooding 2016-06-04 21:01:21 -0700
  • 02c84566cd Attempt to create multiple control points. Dorian 2016-06-04 17:57:52 -0700
  • 7eb4b343a5 Add in way to add in a single and multiple boxes for handling control of units. Dorian 2016-06-04 17:37:39 -0700
  • bbf851d467 Switch to labels and added two ways to colour backgrounds. Dorian 2016-06-04 15:43:40 -0700
  • a7fd74e3d3 Merge branch 'dorian' of https://github.com/llfkj/gamecamp into llfkj Amy Wooding 2016-06-04 15:10:39 -0700
  • b464c015f5 Merge pull request #2 from llfkj/dorian Dorian Pula 2016-06-04 15:10:25 -0700
  • 4bde100b4c drawing hexagons! Amy Wooding 2016-06-04 15:10:18 -0700
  • cc1604fe36 fix aspect ratio of hex grid Kjell Wooding 2016-06-04 15:08:18 -0700
  • 3d77ab264b first try at fixing the aspect ratio Kjell Wooding 2016-06-04 14:55:11 -0700
  • 248c6ece0c latest notes Kjell Wooding 2016-06-04 14:49:11 -0700
  • f8d816e069 Merge pull request #1 from llfkj/dorian Dorian Pula 2016-06-04 14:47:52 -0700
  • 7536075103 add notes Kjell Wooding 2016-06-04 14:42:55 -0700
  • dbc704226a Draw the hex grid Kjell Wooding 2016-06-04 14:41:13 -0700
  • 9cc0f805c8 Setup initial line drawing. Dorian 2016-06-04 13:02:02 -0700
  • 2e6bbd36ed Add in better naming for line edges. Dorian 2016-06-04 12:54:21 -0700
  • 5d6f3960bb Create logic to draw out squares. Dorian 2016-06-04 12:51:50 -0700
  • 5decaf284d Breakout map regions into standalone widget. Dorian 2016-06-04 12:35:33 -0700
  • 57b8de4470 Add grid layout with coordinates for map. Dorian 2016-06-04 12:23:40 -0700
  • d28564bca4 Add grid layout for the hex map. Dorian 2016-06-04 12:06:41 -0700
  • bc62c5c14c Add initial screen layout. Dorian 2016-06-04 11:59:40 -0700
  • a81703854c Add some template code Kjell Wooding 2016-06-04 11:31:07 -0700
  • d3a70c0fd1 Template: Asset license and .gitignore Kjell Wooding 2016-06-02 07:14:00 -0700
  • c08ff87f33 Update README.md Learn Leap Fly 2016-06-02 06:48:29 -0700
  • 88fe8b5457 Update README.md Learn Leap Fly 2016-06-02 06:47:11 -0700
  • 7a3b42c0d7 Update README.md Learn Leap Fly 2016-06-02 06:46:24 -0700
  • f22be0d22e remove unnecessary header Learn Leap Fly 2016-06-02 06:43:10 -0700
  • 443f08da53 Update README.md Learn Leap Fly 2016-06-01 15:13:27 -0700
  • 5983dc70af Update README.md Learn Leap Fly 2016-06-01 15:13:03 -0700
  • 19c04cfa4d Update README.md llf-amy 2016-06-01 15:08:11 -0700
  • 492dccd31c Update README.md llf-amy 2016-06-01 15:07:21 -0700
  • 1609e2b111 Update README.md Learn Leap Fly 2016-06-01 12:15:37 -0700
  • 0637b2dda3 Update README.md Learn Leap Fly 2016-06-01 12:15:22 -0700
  • 4a654dd1c4 Update README.md Learn Leap Fly 2016-06-01 12:14:19 -0700
  • 3bf2c313bf Update README.md Learn Leap Fly 2016-06-01 12:06:43 -0700
  • a30f53fb4f Update README.md Learn Leap Fly 2016-05-31 21:32:32 -0700
  • d6d3f2fe35 Update LICENSE Learn Leap Fly 2016-05-28 16:31:44 -0700