Jump to content




Conway's Game Of Life - Love2d V1.2 (now With Easy Gui)


  • You cannot reply to this topic
12 replies to this topic

#1 Xenthera

  • Members
  • 170 posts

Posted 06 October 2013 - 12:31 AM

Conway's Game Of Life - Love2D edition. Now with a nice GUI

https://dl.dropboxus...0Of%20Life.love

Posted Image


Old Version
Spoiler


#2 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 06 October 2013 - 10:56 AM

Any chance of including a Mac/Linux version?

#3 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 06 October 2013 - 11:08 AM

Any chance we could see the source code?

#4 Xenthera

  • Members
  • 170 posts

Posted 06 October 2013 - 11:35 AM

http://pastebin.com/n9Zk9BdW

That answers both questions. :P Knock yourselves out

#5 Geforce Fan

  • Members
  • 846 posts
  • LocationMissouri, United States, America, Earth, Solar System, Milky Way, Universe 42B, Life Street, Multiverse, 4th Dimension

Posted 06 October 2013 - 01:31 PM

Could you please
1. Upload this is another hosting site
2. Make a .love file(for us awesome mac users)

#6 Xenthera

  • Members
  • 170 posts

Posted 06 October 2013 - 03:35 PM

View PostHithere__, on 06 October 2013 - 01:31 PM, said:

Could you please
1. Upload this is another hosting site
2. Make a .love file(for us awesome mac users)

1. Suggest one. I don't use hosting sites very often, so I chose one that I thought would be ok.
2. I pastebin'd the source-code, build a love file with it.

#7 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 07 October 2013 - 01:28 PM

View PostXenthera, on 06 October 2013 - 03:35 PM, said:

View PostHithere__, on 06 October 2013 - 01:31 PM, said:

Could you please
1. Upload this is another hosting site
2. Make a .love file(for us awesome mac users)

1. Suggest one. I don't use hosting sites very often, so I chose one that I thought would be ok.
2. I pastebin'd the source-code, build a love file with it.

Dropbox.

Edit: GOL.love file here (Also added c to clear):

https://dl.dropboxus...20Life/GOL.love

OP, if you want me to take this down, just tell me.

Edited by MudkipTheEpic, 07 October 2013 - 02:16 PM.


#8 Xenthera

  • Members
  • 170 posts

Posted 07 October 2013 - 04:51 PM

View PostMudkipTheEpic, on 07 October 2013 - 01:28 PM, said:

View PostXenthera, on 06 October 2013 - 03:35 PM, said:

View PostHithere__, on 06 October 2013 - 01:31 PM, said:

Could you please
1. Upload this is another hosting site
2. Make a .love file(for us awesome mac users)

1. Suggest one. I don't use hosting sites very often, so I chose one that I thought would be ok.
2. I pastebin'd the source-code, build a love file with it.

Dropbox.

Edit: GOL.love file here (Also added c to clear):

https://dl.dropboxus...20Life/GOL.love

OP, if you want me to take this down, just tell me.

Thanks mud. I added your link to my post.

#9 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 07 October 2013 - 06:50 PM

Bug in getNeighbors:

if(x > 1 and y > 1) and (x < numberx and y < numberx) then

needs to be

if(x > 1 and y > 1) and (x < numberx and y < numbery) then


#10 Xenthera

  • Members
  • 170 posts

Posted 07 October 2013 - 08:25 PM

View PostMudkipTheEpic, on 07 October 2013 - 06:50 PM, said:

Bug in getNeighbors:

if(x > 1 and y > 1) and (x < numberx and y < numberx) then

needs to be

if(x > 1 and y > 1) and (x < numberx and y < numbery) then

Woops, I fixed that already. Must have uploaded the wrong version. :S

#11 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 07 October 2013 - 09:14 PM

Any license?

I was thinking of adding A LOT of new features to this, would you be OK with that?

#12 Xenthera

  • Members
  • 170 posts

Posted 08 October 2013 - 07:53 AM

View PostMudkipTheEpic, on 07 October 2013 - 09:14 PM, said:

Any license?

I was thinking of adding A LOT of new features to this, would you be OK with that?

Hahahaha. No license. Just a small project I was working on. I'm planning on adding a few things, like a menu bar and stuff. But other than that I would be done with it after. Plus, I gave you the source, do whatever you want with it

#13 Xenthera

  • Members
  • 170 posts

Posted 12 October 2013 - 09:33 PM

Update: Now with a GUI (Much easier to use)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users