Skip to content

Diogenesoftoronto/cyber-daemon-clash

Repository files navigation

Cyber Daemon Clash

To load and run Cyber Daemon Clash powered by the Trail game project in Common Lisp, follow these steps:

Loading and Running the Project:

  1. Install Quicklisp: If you haven't already installed Quicklisp, follow the instructions on the Quicklisp website.

  2. Install Trial and Dependencies: Open your Lisp REPL and run:

    (ql:quickload '(:trial :trial-glfw :trial-png))
  3. 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)
  4. 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.

About

the daemon hunting game in common lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published