https://github.com/jl2/dots-and-boxes
https://github.com/jl2/dots-and-boxes
dots-and-boxes game games
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jl2/dots-and-boxes
- Owner: jl2
- License: isc
- Created: 2017-02-28T08:02:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T09:56:07.000Z (about 8 years ago)
- Last Synced: 2025-01-24T13:43:09.375Z (4 months ago)
- Topics: dots-and-boxes, game, games
- Language: Common Lisp
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a [Dots and Boxes](https://en.wikipedia.org/wiki/Dots_and_Boxes) game written in Common Lisp.

Here's an example run:
``` common-lisp
CL-USER> (ql:quickload :dab)
To load "dab":
Load 1 ASDF system:
dab
; Loading "dab"(:DAB)
CL-USER> (dab:main)
```