Go to file
2024-05-27 23:48:33 +00:00
.gitignore Initial commit 2024-05-18 14:12:15 +00:00
interpret.rkt pull out string-join to use elsewhere, remove useless hpanel/vpanel, remove useless pos variable from item struct, reformat hardcoded room + add a rat 2024-05-25 20:42:15 -04:00
license.txt license added 2024-05-25 21:43:06 -04:00
look.rkt pull out string-join to use elsewhere, remove useless hpanel/vpanel, remove useless pos variable from item struct, reformat hardcoded room + add a rat 2024-05-25 20:42:15 -04:00
main.rkt pull out string-join to use elsewhere, remove useless hpanel/vpanel, remove useless pos variable from item struct, reformat hardcoded room + add a rat 2024-05-25 20:42:15 -04:00
prok_debyun.tgz debyun-compiled binary tgz added since apparently my arch glibc is too new 2024-05-27 23:48:33 +00:00
README.md updated readme 2024-05-25 21:53:18 -04:00
structs.rkt pull out string-join to use elsewhere, remove useless hpanel/vpanel, remove useless pos variable from item struct, reformat hardcoded room + add a rat 2024-05-25 20:42:15 -04:00
take.rkt forgot to mention take verb was implemented last commit. pulled out into its own file now 2024-05-23 20:22:22 -04:00
utils.rkt pull out string-join to use elsewhere, remove useless hpanel/vpanel, remove useless pos variable from item struct, reformat hardcoded room + add a rat 2024-05-25 20:42:15 -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

license

this is released as BEERWARE

the code isn't actually included here, but this uses gui-easy by bogdanp which is licensed under the 3-clause bsd license