Refactor(English): Rename all files and identifiers from Dutch to English
Renamed files: constanten→constants, adt-positie→adt-position, adt-doolhof→adt-maze, adt-sleutel→adt-key, adt-tijdslimiet→adt-timer, adt-teken→adt-draw, adt-spel→adt-game. All message names, variables, comments, and tests converted to English. Also fixed counter location bug (time-label x/y were swapped). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
16
snake-wpo/spel.rkt
Normal file
16
snake-wpo/spel.rkt
Normal file
@@ -0,0 +1,16 @@
|
||||
#lang r7rs
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Spel Opstarten ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
;; Om dit spel op te starten zal je de `snake-wpo` map eerst moeten uitpakken en
|
||||
;; vervolgens moeten installeren. Vervolgens kan je jouw aanpassingen maken door
|
||||
;; de bestanden in deze map aan te passen: je moet niet opnieuw de map
|
||||
;; installeren.
|
||||
|
||||
(import (scheme base)
|
||||
(snake-wpo adt-spel))
|
||||
|
||||
(define spel (maak-spel))
|
||||
((spel 'start!))
|
||||
Reference in New Issue
Block a user