Refactor(Entry Point): Add clean spel.rkt entry point
Instantiates maak-spel and calls start!, following snake-wpo pattern. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
11
pacman-project/spel.rkt
Normal file
11
pacman-project/spel.rkt
Normal file
@@ -0,0 +1,11 @@
|
||||
#lang r7rs
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Spel Opstarten ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(import (scheme base)
|
||||
(pacman-project adt-spel))
|
||||
|
||||
(define spel (maak-spel))
|
||||
((spel 'start!))
|
||||
Reference in New Issue
Block a user