Skip to content
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

Gol example #46

Closed
wants to merge 2 commits into from
Closed

Gol example #46

wants to merge 2 commits into from

Conversation

purpledan
Copy link
Contributor

I have been working on a little program that I thought could be a good demo.

It is an implementation of Conway's game of life, using termbox2 and nothing else.

The only feature I still need to implement is that of resizing the game board along with terminal window.

Let me know what you think.

@git-bruh
Copy link
Contributor

You forgot to srand

@purpledan
Copy link
Contributor Author

On purpose for testing reasons, I could just srand with time for now. Will figure out something more elegant later.

@adsr
Copy link
Contributor

adsr commented Oct 6, 2022

Thanks. See if you can get resize working and I'll merge it.

@purpledan
Copy link
Contributor Author

I have a rough working solution, but I am going to spend a couple of days cleaning it up. Thank you

@purpledan
Copy link
Contributor Author

I haven't been working on this for much since my last update, had been busy with uni work. I am still going to finish it up over December or so.

@adsr
Copy link
Contributor

adsr commented Jul 31, 2024

Closing due to staleness. Feel free to reopen.

@adsr adsr closed this Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants