Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattdeboard/ticket-to-ride
A Clojure implementation of the board game "Ticket to Ride".
https://github.com/mattdeboard/ticket-to-ride
Last synced: 23 days ago
JSON representation
A Clojure implementation of the board game "Ticket to Ride".
- Host: GitHub
- URL: https://github.com/mattdeboard/ticket-to-ride
- Owner: mattdeboard
- License: epl-1.0
- Created: 2014-06-09T00:17:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-21T02:40:27.000Z (over 10 years ago)
- Last Synced: 2024-04-17T09:52:31.568Z (7 months ago)
- Language: Clojure
- Size: 375 KB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# ttr
A Clojure implementation of the board game [Ticket to Ride](http://www.daysofwonder.com/tickettoride/en/usa/overview/).
## Why?
Ticket to Ride (ttr) is basically a board game about graph traversal. I've been curious about graph databases and the like for awhile and decided this would be a good context to look into them. I wound up settling on [Neo4j Community Edition](http://www.neo4j.org/download).
## License
Source Copyright © 2014 Matt DeBoard. Distributed under the Eclipse Public License, the same as Clojure uses. See the file COPYING.