About this project
Monkeys of the Caribbean is a browser-based, two-player tile placement game. In the game, a crew of monkeys has overthrown pirate overlords, and players compete for control of limited sea routes to collect the most coconuts. The README lists two players and a play time of about 15 minutes. A live version is available at monkeys.twistedtrailgames.com, and a game icon is included in the repository.
The project accepts feedback and improvement ideas through GitHub issues, and it links to additional games from the same site. For development, the README gives several npm commands. Running "npm run build" builds the project. Running "npm run dev" starts a local version with live reloading and without a service worker; if a service worker was previously registered, the README notes it can be unregistered in Chrome developer tools under Application > Service workers. Running "npm start" starts locally and registers the service worker.
Deployment is handled by pushing to the main branch or by manually triggering the .github/workflows/deploy.yml workflow. During deployment, a prebuild script compresses PNG images into WebP format. The README also mentions that images can be compressed separately with "npm run compressImages" if the WebP compression tool is installed. The repository is written in English.
Comments
0 Rating appears after 10 ratings
Sign in to join the discussion.