π Connect the dots. Cross the lines.
Cross-Link is a puzzle game about connections β drawing lines between matching stars to form constellations, then crossing those lines to make them vanish. Each level is a star map waiting to be untangled: pair up the dots, weave your lines across each other, and watch the night sky clear one crossing at a time.
Play the game on:
Read the blog post.
- Connect the dots β Tap a colored star, then tap another star of the same color to draw a line between them.
- Cross to clear β When two or more lines cross, all connected pairs disappear. The goal is to clear all stars from the board.
- Plan your moves β The order in which you connect pairs matters. Think ahead to create crossings that clear multiple pairs at once.
- Deselect β Tap a selected star again to cancel, or tap anywhere else on the screen.
- Sci-Fi Music by alkakrab
- Pixel Combat by Helton Yan & Beto Bezerra
- Sound Effects by Shapeforms
nvm:
brew install nvmClone the repository:
git clone https://github.com/remarkablegames/cross-link.git
cd cross-linkInstall the dependencies:
npm installUpdate the environment variables:
cp .env .env.localUpdate the Secrets in the repository Settings.
In the project directory, you can run:
Runs the game in the development mode.
Open http://localhost:5173 to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
Builds the game for production to the dist folder.
It correctly bundles in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your game is ready to be deployed!
Builds the game and compresses the contents into a ZIP archive in the dist folder.
Your game can be uploaded to your server, itch.io, newgrounds, etc.
Builds the game for Wavedash:
WAVEDASH=true npm run bundleOpen a specific level by appending ?level=<number> to the URL (e.g., ?level=2):
open http://localhost:5173/?level=5To view the static cover art for screenshots, append ?cover to the URL:
open http://localhost:5173/?coverThis displays a 512Γ512 centered composition with the game title and 3 colored dots arranged in a triangle constellation pattern β ideal for taking cover art screenshots.