Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 550 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 550 Bytes

#mjf-battleship

Common Lisp version of the Battleship game

mjf-battleship is not available for download via quicklisp. Instead, clone the repository, tell ASDF where to find the system definition, and load the system with quicklisp:

(ql:quicklisp "mjf-battleship")

Following that, the associated test package can be loaded with quicklisp and run using ASDF:

(ql:quickload "mjf-battleship-test")
(asdf:operate 'asdf:test-op :mjf-battleship-test)

License

mjf-battleship is distributed under the MIT license. See LICENSE.