exercism / java

Exercism exercises in Java.
https://exercism.org/tracks/java
MIT License
689 stars 671 forks source link

game-of-life: implement practice exercise #2790

Closed sanderploegsma closed 4 months ago

sanderploegsma commented 5 months ago

The exercise game-of-life has not been implemented yet for the Java track. The description of the exercise can be found in the problem specification repository.

How to implement a new exercise for the Java track is described in detail in CONTRIBUTING.md. Please have a look there first before starting working on the exercise. Also please make sure it is clear that you are currently working on this issue by asking to be assigned to it.

When opening an PR, please reference this issue using any of the closing keywords.

In case you have any further questions, feel free to ask here.

akbatra567 commented 5 months ago

Could anyone assign me this ticket ?

akbatra567 commented 5 months ago

Hey @sanderploegsma, Sorry for the delay in raising the PR, it took some time to understand how to setup and configure the repository. I have linked the PR with the issue, I just had a doubt in a single line: https://github.com/exercism/java/pull/2793/files#diff-587cb980af76fdc7e52369fd0b9d926dff266976b6f8ac631e358fecc49ff8cfR1798

I wanted to ask, how do we generate this uuid in config.json file. Thanks in advance.

kahgoh commented 5 months ago

I wanted to ask, how do we generate this uuid in config.json file. Thanks in advance.

Hi @akbatra567, you can use configlet to generate the UUID.