meatballs / DjAxelrod

A repository to reproduce Axelrod's iterated prisoner's dilemma as a Django based web application.
MIT License
5 stars 4 forks source link

Multiple tournaments #42

Closed nealedj closed 9 years ago

nealedj commented 9 years ago

Fixes #18

(I edited the above just so that waffle.io matches the PR to the issue correctly - Owen)

drvinceknight commented 9 years ago

This looks awesome! :+1:

Minor thing I noticed when playing around with it: the boxes with the numbers don't quite fit?

screenshot 2015-06-22 08 45 25

Have you had a play with this @meatballs ?

drvinceknight commented 9 years ago

Not sure my screenshot has rendered properly: https://www.dropbox.com/s/pky0auiz362k1c1/Screenshot%202015-06-22%2008.45.25.png?dl=0

nealedj commented 9 years ago

Oh yeah - the CSS I used to hide those spinner arrows only work on webkit browsers.

Will just change it to a text input, that's more sensible.

meatballs commented 9 years ago

I'll have a look at this once #40 is merged - I suspect we'll get some merge conflicts because of the fix for #43

meatballs commented 9 years ago

I'm going to close this PR, create a new branch, merge the work done by @nealedj into that branch, fix the merge conflicts and push those changes.

Then we can have a good look and carry on the discussion!