Excellent, I'll give it a try. Hopefully I can get it to work with a proxy, because I was having a hard time compiling it. Good to know that my suspicions about how the program works were correct. I'll have to let you know how it goes. |
|
Yes, I think that would work since it just uses TCP/IP to communicate. I've never tried it, though. I think that it's hard-coded to connect to localhost (127.0.0.1) so you would probably need to change the code to connect to a list of port/ip pairs rather than just ports, but I think that'd be straightforward. (Maybe you could just run proxies on the local machine that redirected the ports to other machines, and then you wouldn't need to recompile.) Other downsides would be: It currently aborts if any of the helpers die, which is reasonable on a single computer, but basically if any of the machines go off or can't connect, the whole computation would abort. Finally, the protocol it uses is totally insecure, so you'd want to make sure that others didn't have access to the open ports. |
|
At my school, I have permission to use an entire computer lab full of nice computers as a server farm for rendering, and anything else I want. Is there any way to run playfun on a network to distribute the load? Total it's 64+ i5 cores and 128+ gigs of RAM. I'm not as good at coding as you are, and I think it would make for some really interesting possibilities. |
|
The physician studies the pattern on the paper to see if the heart rhythm is normal |
|
You need to run multiple copies of the program (one for each processor)-- these are helpers--and one main program to coordinate, which is the master. The README explains. |
|
Sorry for dumb question, but I'm getting the numworking error, what is a helper? |
|
Nice! Thanks for the update.
|
|
I think so, maybe without an attractive image! Thanks for watching :) |
|
Weird, I missed episode 2 entirely. Did you mention it on this here radar thingy and/or Twitter? Cuz it seems like I would have seen that. Scratching my head intensely right now, but happy to have these two new episodes to watch regardless! |
|
Sure, if you can figure out how to run it and everything, then you can do some experiments and show off the results. It's open-source. It won't work for two-player simultaneous human vs compute play, though, as it needs to be able to emulate the game into the future. |
|
I've just downloaded the binaries. This is a brilliant concept, and I'd like to make use of it. I'm something of an AI hobbyist and retro gamer. I'd rather like to use Playfun for a series of experiments pitting human players against it in games I find it good at, as well as a series of related events for a local convention.
Would this be alright with you? |
|
Nice Video! What would be great is a in depth Tutorial on how to set this up and make it work for yourself. |
|
I used to use Visual Studio on windows, probably VS 2001? I have been using mingw for newer stuff, though mostly 64 bit. It's probably not to challenging to get it working again, just not that fun. I was using Apple's compiler (gcc based, though maybe now it is llvm-based?) on OS X, which is the only game in town. The issue then was compiling for both PPC and Intel, which I thought I had figured out, but it seemed to fail for some people. These days I think everybody has an intel chip, so that might be moot. |
|
About the compiler problems, what was the old compiler you used to use, and what's the newer one that doesn't work and caused the mac and linux versions to be unusable for some players? |
|
When it does the backtracking step (explained in the paper), it saves the movie up to and including the part it's trying to replace, as well as what it replaces it with, in those files. Not usually very interesting. |
|
Anon from above here again. I finally managed to solve it. Basic mistake on my part.
Been running playfun for a little while now and I noticed it created a "backtrack replaced" and "replacement" .fm2 file. Mind explaining what that means? |
|
Don't know how often you check this, if at all, really.
I can't figure out how to get past the 'Check failed: !game.empty()' problem. Been trying a few things but have yet to figure out what I'm doing wrong. Any ideas? Thanks in advance. |
|
OK, that one is really easy to fix even in the blind, so I did it for the next release, whenever that may be... |
|
Ok, big problem in terms of possible data loss: using Ctrl + Middle Click to swap the normal and bizarro layers at a given spot doesn't trigger the unsaved changes warning, when it should. This needs to be fixed in the next update, whenever that is. |
|
12311. Tom 7 (74.125.59.145) –
30 Dec 2013 17:28:53
[ SIGBOVIK 2013! ]
Fixed, thanks. :) |
|
Nice work cousin! Bruins in 4! |
|
Well done. I enjoyed this! I did notice that if I switch to another tab in Firefox, the music goes BLURRRRR as if all the notes have piled up and just aren't stopping. Maybe you could silence it when the tab's not active? You can do that by listening to a "blur" or "focus" event on the window. Also one of your links goes to game.spacebar.org instead of the right place.
Anyway, fun game. Ending was hilarious. I like that I was able to actually beat this one :) Cheers and happy new year's, Tom! |
|
12306. N7DOT (c-50-139-55-109.hsd1.or.comcast.net) –
26 Dec 2013 00:54:14
[ SIGBOVIK 2013! ]
uh, the 'Point One Hurts' game page links here instead of to its corresponding thread. Could you fix this? |
|
Nice! This is probably your most hilarious one yet! Actual gameplay feels pretty clunky but I guess so did River City Ransom? Nice work on the music too btw, I don't think I've ever heard an HTML5 game with its own chiptune player. I'm always amazed with the level of effort you put into these. |
|
|
|