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:
joren
2026-03-23 10:53:29 +01:00
parent d6d62083c9
commit 2ce1967c85

11
pacman-project/spel.rkt Normal file
View File

@@ -0,0 +1,11 @@
#lang r7rs
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Spel Opstarten ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(import (scheme base)
(pacman-project adt-spel))
(define spel (maak-spel))
((spel 'start!))