Activity

joshua.anand316

Shipped this project!

I finally finished implementing Conway’s Game of Life in Python! I basically made it just because I wanted to see if I could, and tried to come up with solutions to problems with minimal google searching. It’s definitely not perfect, but I’m pretty happy that I could make it.

joshua.anand316

Pretty much done now, I made the Game of Life look slightly better and put it online. Also, my Github account finally got unblocked, so I just need to edit the readme.

Attachment
0
joshua.anand316

I updated the UI to allow both custom setups and randomization, along with an option to clear the board and start again. I think I’m almost ready to ship.

Next steps:

  1. Make it look better
  2. Add some stats I guess
  3. Add a button that makes it play automatically
  4. Maybe add an option to allow wraparound so stuff doesn’t awkwardly terminate
Attachment
0
joshua.anand316

I worked on making a web ui for Conway’s game of life. I currently am using Pyscript to connect my Python to the webpage. I have a button that advances a step, but I haven’t implemented a way for users to create custom starting points.

Next steps:

  1. Allow users to set custom starting positions
  2. Make the site look better
  3. Hope that Github unflags my account
Attachment
0
joshua.anand316

I made a basic implementation in Python, with a very rudimentary user interface in the terminal. I’m pretty sure it works right now, but it’s possible it has some bugs.

Next steps:
Write some testcases
Add some more stats, like number of living cells, generation #, etc.
Make a better UI, possibly making a website with HTML, CSS, JS via pyscript

Attachment
0