Instantiates maak-spel and calls start!, following snake-wpo pattern. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
356 B
Racket
12 lines
356 B
Racket
#lang r7rs
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;; Spel Opstarten ;;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
(import (scheme base)
|
|
(pacman-project adt-spel))
|
|
|
|
(define spel (maak-spel))
|
|
((spel 'start!))
|