Go to file
2024-05-23 20:19:00 -04:00
.gitignore Initial commit 2024-05-18 14:12:15 +00:00
interpret.rkt pull out look, utils; rename object struct; turn room struct into a substruct of entity; remove console.rkt require 2024-05-23 20:19:00 -04:00
look.rkt pull out look, utils; rename object struct; turn room struct into a substruct of entity; remove console.rkt require 2024-05-23 20:19:00 -04:00
main.rkt pull out look, utils; rename object struct; turn room struct into a substruct of entity; remove console.rkt require 2024-05-23 20:19:00 -04:00
README.md title decided and updated in readme, applied to gui window title 2024-05-21 14:58:22 -04:00
structs.rkt pull out look, utils; rename object struct; turn room struct into a substruct of entity; remove console.rkt require 2024-05-23 20:19:00 -04:00
utils.rkt pull out look, utils; rename object struct; turn room struct into a substruct of entity; remove console.rkt require 2024-05-23 20:19:00 -04:00

Prok

repo for my entry to the spring lisp game jam 2024

compilation in DrRacket

ensure you have the gui-easy package installed

File -> Package Manager... -> Do What I Mean

Package Source: gui-easy [return/enter]

create the package

Racket -> Create Executable...

Type: [any]

Base: GRacket

-> Create