Nicola Molinari

Results 49 issues of Nicola Molinari

#### Acceptance criteria * Ghosts move like Pacman * Ghosts are controlled by the game system and move in a semi-random fashion (e.g. if they are close to you they...

Obviously a Pacman game uses a map 🤓 A map is based on top of our grid system and it basically means that certain movements are not permitted. #### Acceptance...

On the map, there are dots to be eaten (besides fruits and other bonuses). #### Acceptance criteria * Dots represent a point in the grid on the map paths *...

Use proper images for all the main elements #### Acceptance criteria * Pacman * Ghosts * Fruits The rest of the map can be drawn using dots, lines, rectangles, etc.

This PR attempts to improve the documentation around having a multi project setup using `*.graphql` files. Closes #110 Closes #235

Cleanup work to remove the `React` import as it's not required when using the new JSX transform (Gatsby already supports this).

**Describe the issue** On Windows machines, installing a starter template with create-mc-app fails with Access is denied when attempting to move the template files. Reference: https://github.com/commercetools/merchant-center-application-kit/discussions/1985#discussioncomment-9814437 **To Reproduce** Steps to...

🐛 Type: Bug

**Is your feature request related to a problem? Please describe.** Installing one of the Merchant Center starter templates (customizations) results by default in using the GCP EU environment. However, for...

💡 Type: Idea
🚀 Type: New Feature

Drop support for Node.js `v16`, which [reached EOL](https://nodejs.org/en/about/previous-releases). The minimal required version is `v18` but we recommend to use `v20` or `v22` if possible. Remove support for `v16` unblocks other...

💥 Type: Breaking Change