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

As Gilbert, I want to see a more realistic representation of connect 4 game #7

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

julienjme
Copy link
Contributor

@julienjme julienjme commented Jan 20, 2025

@julienjme julienjme marked this pull request as ready for review January 20, 2025 15:06
Copy link

@arimet arimet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
Personally, I would have added a makefile, as it takes very little time to set up. But you've already told me you'd do it at another time.

I haven't looked into the details of putting the CLI in a separate package, I think the code has already been checked beforehand.

In any case, both projects ran without a hitch on my side.

By the way, the CI doesn't work, is that normal?

],
"author": "Marmelab",
"license": "MIT",
"workspaces": [
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: ‏Nice, It seems to work well for me!

"description": "Mono repo for playing the game Connect Four as CLI or SPA.",
"scripts": {
"build": "npm run build --workspace connect-four-reboo-cli && npm run build --workspace connect-four-reboot-spa",
"dev": "npm run dev --workspace connect-four-reboo-cli & npm run dev --workspace connect-four-reboot-spa",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: ‏I don't quite see the point of launching both projects at the same time. Plus, it polishes up the console. I would have preferred two distince commands, because then I have to write the command myself and I'm lazy.

@@ -0,0 +1,10 @@
import React from "react";
import App from "./app";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Personal opinion, I like to use airbnb's for naming components.
https://github.com/airbnb/javascript/tree/master/react#naming

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.

2 participants