# CutTheRope **Repository Path**: sfmemz/CutTheRope ## Basic Information - **Project Name**: CutTheRope - **Description**: Cut the Rope HTML5 source code, from http://cuttherope.ie - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-19 - **Last Updated**: 2021-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cut the Rope HTML5 source code To run the game, clone this repository and open *index.html* in your browser. On Google Chrome, you need to add `--allow-file-access-from-file` flag, by right-clicking Google Chrome shortcut icon > **Properties** > enter `--allow-file-access-from-file` in the **Target** option. For example: `"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-file-access-from-file` (Windows 64-bit) `"C:\Program Files\Google\Chrome\Application\chrome.exe" --allow-file-access-from-file` (Windows 32-bit)