Skip to content

Instantly share code, notes, and snippets.

View lambda-mike's full-sized avatar

Michał Grygierzec lambda-mike

View GitHub Profile
@lambda-mike
lambda-mike / space_invaders.rkt
Created May 11, 2020 10:15
Space invaders game as a project from Edx course
;; Space Invaders
;;
;; In order to run in DrRacket:
;; Choose Language... -> Teaching Languages -> Intermediate Student
;; Click Run
;; type: (main G0)
(require 2htdp/universe)
(require 2htdp/image)