2023-02-18 20:02:19 +00:00
|
|
|
#!@GUILE@ --no-auto-compile
|
|
|
|
-*- scheme -*-
|
|
|
|
!#
|
|
|
|
|
2023-07-03 02:52:44 +00:00
|
|
|
(use-modules
|
|
|
|
(gib-gab-gob rps)
|
2023-07-03 02:56:06 +00:00
|
|
|
(gib-gab-gob game))
|
2023-07-07 03:05:42 +00:00
|
|
|
(apply make-joiner (cons ^ggg-controller (cdr (command-line))))
|
2023-02-18 20:02:19 +00:00
|
|
|
|
|
|
|
(while #t #f) ;; indefinitely
|