-
Notifications
You must be signed in to change notification settings - Fork 4
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
Suggestions for new components #4
Comments
Responses inline. Will add info about my other updates later.
|
Oh, and atoms no longer die when their mass goes negative. Haven't decided whether to keep this. At the very least it allows giving negative exit codes to |
Re reading integers: I'd like two components analogous to Re delay: How is this implemented? Is the atom held for as many ticks as its energy? Re lowercase: I like teleporters, but I don't think more than 10 are necessary. I'm Re negative mass: I liked that feature. It allows you to filter out atoms with negative On Fri, Jun 5, 2015 at 12:10 PM, C0deH4cker notifications@github.com
|
I've just been wondering if there's (going to be) any update (soon) on this? I've been a bit busy lately myself, but I'd really like to see this move forward (and help out if I can). Fission deserves some more attention on PPCG, but I'm currently hesitant to use it extensively if it's going to change substantially in the near future. ;) |
I haven't been active lately because I've been busy this summer with an internship. After that (and then DEFCON) are done in about two weeks, I will have free time to resume working on this project. As for communication, does Slack work for you? I can create a channel for Fission dev talk. |
Created a Slack team for Fission development and sent you an invite |
Just pushed the first commit for Fission 2, d019e22. This commit contains among other things the |
I propose using |
One thing I've done in Hexagony and Labyrinth is to skip any prefix that is not part of an integer. E.g. if you performed |
Reviving this. A few ideas to resolve the issue of race conditions and synchronization:
|
I kinda like the idea of having a 2D mutex. The mutex essentially becomes a Gaussian integer, and is only unlocked when the value is zero. |
'
. Two options:0
to25
. It's currently a pain to set the mass to values in that range.'
with an offset of-32
. (I'd personally prefer this option.)The text was updated successfully, but these errors were encountered: