Skip to content

josrr/space-clog-war

Repository files navigation

space-clog-war: Spacewar! implemented with CLOG

space-clog-war is an implementation of the Spacewar! game using CLOG.

This is a work in progress.

Screenshots

./scw01.gif

How to run the program

To run the program, clone this repository in your Quicklisp local-projects directory

$ cd ~/quicklisp/local-projects/
$ git clone https://github.com/josrr/space-clog-war.git

then:

$ sbcl
This is SBCL 2.2.6, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

* (ql:register-local-projects)
NIL
* (ql:quickload "space-clog-war")
To load "space-clog-war":
  Load 1 ASDF system:
    space-clog-war
; Loading "space-clog-war"
..................................................
.....
("space-clog-war")
* (space-clog-war:start)

About

Spacewar! implemented with CLOG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published