spdegabrielle
2019-10-1 07:28:53

I think submitting the game as a package should be encouraged - but just tagged as game


spdegabrielle
2019-10-1 07:29:59

I like having both forms of judging: judged and people’s choice


spdegabrielle
2019-10-1 07:32:33

I’d also like the participants to share as much as possible; screenshots of development/sketches stream & record live coding seasons and demos, tweet updates #racketgamejam2019


samdphillips
2019-10-1 14:38:31

Probably should also tag racketgamejam2019 in the packages too :slightly_smiling_face:


spdegabrielle
2019-10-1 14:48:21

Good idea.


notjack
2019-10-1 17:13:14

Agreed on encouraging submitting packages tagged as game. Should it be a requirement? Submitting packages can be intimidating.


spdegabrielle
2019-10-1 17:16:52

Any thoughts on

> I’d also like the participants to share as much as possible; screenshots of development/sketches stream & record live coding seasons and demos, tweet updates #racketgauejam2019


notjack
2019-10-1 17:33:23

Encouragement sounds good, requirement would be bad I think. Otherwise might make people uncomfortable. I know I’d feel uncomfortable participating in a game jam that required I advertise my participation.


spdegabrielle
2019-10-1 23:20:47

spdegabrielle
2019-10-1 23:26:11

I’d also encourage creating an executable.


notjack
2019-10-2 00:02:51

We could include instructions for how to use the racket-launcher-names field of the info.rkt file to make the racket package manager automatically set up an executable that runs their game


notjack
2019-10-2 00:06:38

i.e. you can set up a package mypkg with an info.rkt like this: (define racket-launcher-names (list "mygame" "othergame")) (define racket-launcher-libraries ;; these paths are relative to this info.rkt file (list "mygame.rkt" "othergame.rkt")) …and then raco pkg install mypkg will automatically create executables named mygame and othergame that run the code in mypkg/mygame and mypkg/othergame, respectively.


notjack
2019-10-2 00:07:13

They’re added to the same directory that the racket, drracket, scribble, and raco executables are in so they’ll automatically be on your $PATH too


samdphillips
2019-10-2 00:19:38

Maybe a skeleton package?


notjack
2019-10-2 00:19:58

Ooo, that’s a great idea


notjack
2019-10-2 00:20:24

Github has template repositories too, that might help


notjack
2019-10-2 00:21:02