sarcassonne

log

age author description
2 years Nicolas Évrard First naïve implementaion of completed. Do not take into account the Abbeydefault tip
2 years Nicolas Évrard Pasture are never completed
2 years Nicolas Évrard Use Group class instead of hardcoded names
2 years Nicolas Évrard Tile placement should return the completed FeatureGroup
2 years Nicolas Évrard game.players is a list now
2 years Nicolas Évrard players should be a list
2 years Nicolas Évrard Group.add take into account meeple information
2 years Nicolas Évrard Meeple placement code
2 years Nicolas Évrard Cosmetic changes
2 years Nicolas Évrard Test for meeple placement
2 years Nicolas Évrard Fix for the "field separated by district" bug
2 years Nicolas Évrard Fields are connected if separated by a single district subtile
2 years Nicolas Évrard Fix the crossing bug
2 years Nicolas Évrard Added test to check group creation of road features with crossing
2 years Nicolas Évrard following pygraph API change
2 years Nicolas Évrard Use Board object in place_tile
2 years Nicolas Évrard Fixed inversion in subtile connecting code due to refactoring
2 years Nicolas Évrard Translated test to Board princip
2 years Nicolas Évrard Added Board object
2 years Nicolas Évrard Added Game object
2 years Nicolas Évrard Added a failing player implementation
2 years Nicolas Évrard Added test for a player implementation
2 years Nicolas Évrard Use another syntax for py.test.raises
2 years Nicolas Évrard Implemented District.connect and District.merge
2 years Nicolas Évrard Added tests for District.merge and for District.connect
2 years Nicolas Évrard When defining roads you must specify all the sub-tile it goes through
2 years Nicolas Évrard Make the difference between connecting Features and merging them
2 years Nicolas Évrard Use a .ascii method to represent Tiles and Features. Merge center subtile too.
2 years Nicolas Évrard Added parameters to Feature __init__ : tile and position on the tile
2 years Nicolas Évrard Added an ascii representation of a tile + the CENTER position
2 years Nicolas Évrard Added some test for the City class
2 years Nicolas Évrard switch to py.test and added tests for road/fields/...
2 years Nicolas Évrard Added classes for road, fields, cities and so on
2 years Nicolas Évrard Added rotate method on tile
2 years Nicolas Évrard Changed the way N,S,E,W are implemented
2 years Nicolas Évrard Added a tile class and some tests