To load and run Cyber Daemon Clash powered by the Trail game project in Common Lisp, follow these steps:
-
Install Quicklisp: If you haven't already installed Quicklisp, follow the instructions on the Quicklisp website.
-
Install Trial and Dependencies: Open your Lisp REPL and run:
(ql:quickload '(:trial :trial-glfw :trial-png))
-
Load Your Project: In the same REPL session, navigate to your project directory and load the system:
(load "cyber-daemon-clash.asd") (asdf:load-system :cyber-daemon-clash)
-
Launch the Game: Finally, run the
launch
function to start your game:(org.cyber-daemon-clash:launch)
At some point there will be a setup script so that you do not have to do this manually much like kandria.