This is Zonquerer, a real-time strategy game, almost.
It is my submission to the Spring Lisp Game Jam 2021.
It was developed in 7 days (except the a-star
code, I guess).
Machine-Type : X86-64
Machine-Version : Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
Software-Type : Linux
Software-Version : 5.11.12-arch1-1
Lisp-Implementation-Type : SBCL
Lisp-Implementation-Version: 2.1.3.86-780d9bfcf
Clone this repository into your local projects directory and type the following at your toplevel:
(ql:quickload "zonquerer")
(zonquerer:play)
AGPL3