Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rusty Jam #109

Open
AngelOnFira opened this issue Aug 14, 2021 · 3 comments
Open

Rusty Jam #109

AngelOnFira opened this issue Aug 14, 2021 · 3 comments
Assignees

Comments

@AngelOnFira
Copy link
Member

The Rusty Jam will be happening next week. This is a jam being run by @ElhamAryanpur, @Voodlaz, and myself. Hopefully, this will be a primer for future jams in Rust!

I'm looking for any feedback on the rules/modifiers, or anything else about the setup :)

Currently, the modifiers are:

1. Keeping it safe - Don't use any unsafe Rust (it's ok if subcrates do though)
2. What's the standard library? - Your final binary needs to be less than 5 MB
3. ??? - Don't have any text in your game
4. Connected - Include some type of network functionality
5. It's moddable - Make use of the Mun scripting language

One item I'm wondering about is for the What's the standard library?, is 5 MB too large for a challenge? Should this be reduced to 1 MB?

Any other modifier suggestions are welcome!

@AngelOnFira AngelOnFira self-assigned this Aug 14, 2021
@AngelOnFira
Copy link
Member Author

As for outreach, I'll be promoting it on Reddit, Twitter, and various Rust Discord servers.

@Lokathor
Copy link
Member

doing a no_std binary in rust is actually unexpectedly complex. That option is probably at least twice as arcane as the rest.

@AngelOnFira
Copy link
Member Author

doing a no_std binary in rust is actually unexpectedly complex. That option is probably at least twice as arcane as the rest.

I might need to change the title, as the requirement is just that the binary size is small. I thought it would be a fun way of saying it, but I can make it more clear :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants