Package: cl-reversi
Version: 1.0.16-1
Severity: wishlist
Tags: patch
X-Debbugs-Cc: [email protected]

Hi,

if you add this script

#!/bin/sh

# Start SBCL and load the cl-reversi package, then start a game
# between a human player and the iago AI at level 1.

sbcl --noinform \
     --eval '(require :asdf)' \
     --eval '(asdf:load-system :reversi)' \
     --eval '(reversi:reversi (function reversi:human) (reversi:iago 1))' \
     --quit

to /usr/games users could immediately start playing.

Kind regards
    Andreas.

-- System Information:
Debian Release: forky/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (50, 'buildd-unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.19.14+deb14-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- no debconf information

Reply via email to