Should I try installing gfind if I dont know what I'm doing?

For general discussion about Conway's Game of Life.
Post Reply
Platypus6
Posts: 9
Joined: August 11th, 2018, 6:23 pm

Should I try installing gfind if I dont know what I'm doing?

Post by Platypus6 » August 15th, 2018, 9:11 pm

I'm fairly comfortable navigating a modern Windows file system, but when it comes to C and anything but very simple command prompt tools I'm clueless. I would love to be able to use pattern search tools (especially gfind and zfind), but I'm worried that since I don't know what I'm doing, I may somehow screw things up terribly for the program or even my computer.

Should I charge ahead and hope for the best, or just stick to cobbling other people's findings into childish "battleships" that shoot gliders at each other?
C/3 battleships guy. Returned from dormancy, forgot old password, created new account.

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Should I try installing gfind if I dont know what I'm doing?

Post by Hunting » August 15th, 2018, 10:26 pm

Yeah, you should.

User avatar
Goldtiger997
Posts: 763
Joined: June 21st, 2016, 8:00 am

Re: Should I try installing gfind if I dont know what I'm doing?

Post by Goldtiger997 » August 16th, 2018, 5:01 am

Platypus6 wrote:I'm fairly comfortable navigating a modern Windows file system, but when it comes to C and anything but very simple command prompt tools I'm clueless. I would love to be able to use pattern search tools (especially gfind and zfind), but I'm worried that since I don't know what I'm doing, I may somehow screw things up terribly for the program or even my computer.

Should I charge ahead and hope for the best, or just stick to cobbling other people's findings into childish "battleships" that shoot gliders at each other?
I encourage you to try. What's the worst that can happen? :)

I'm on windows too and I've been able to get several programs working. Usually, I use Cygwin for running programs like gfind and zfind. Cygwin was required to get apgsearch working on Windows, and it pretty easy to compile most common GoL programs for me. (speaking of apgsearch, you could also give that a go; I don't think it was avaliable when you were last active.) You just have to be sure to install the right packages. If Cygwin doesn't work, than you can try IDEs like Code::Blocks, which is what I use if I can't get Cygwin to work.

I don't think it's very likely that you'll damage the program or your computer. You'd have to type some very particular commands to do serious damage to your computer, and if you "damage" the program, you can always re-install it.

P.S. While they may not be very useful, I still think those battleships were pretty cool.

Sokwe
Moderator
Posts: 2683
Joined: July 9th, 2009, 2:44 pm

Re: Should I try installing gfind if I dont know what I'm doing?

Post by Sokwe » August 16th, 2018, 5:26 am

I started typing this before Goldtiger's response was posted. I'll post it anyway, since it might contain additional useful information.

I encourage you to do this. If you want to run gfind or zfind, you will need to compile them with a C compiler. This isn't too dificult, so don't worry. Since you use Windows, I recomend using cygwin. You might want to take a look at the brief LifeWiki tutorial on compiling C programs. There is also a tutorial on how to use gfind.

If you struggle with any of the steps, you can always ask questions in the scripts forum.
-Matthias Merzenich

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Should I try installing gfind if I dont know what I'm doing?

Post by Hunting » August 16th, 2018, 8:54 am

So anyway, gfind is useful.

Platypus6
Posts: 9
Joined: August 11th, 2018, 6:23 pm

Re: Should I try installing gfind if I dont know what I'm doing?

Post by Platypus6 » August 16th, 2018, 10:53 pm

Thank you everyone for the encouragement! I will do this!

By the way, don't think I have lost interest in my battleships... I'm mainly looking for c/3 ship components xD
C/3 battleships guy. Returned from dormancy, forgot old password, created new account.

Post Reply