项目作者: skedwards88

项目描述 :
Monkeys of the Caribbean, a tile placement game
高级语言: JavaScript
项目地址: git://github.com/skedwards88/monkeys.git
创建时间: 2020-06-14T19:29:25Z
项目社区:https://github.com/skedwards88/monkeys

开源协议:

下载


Monkeys of the Caribbean

A crew of monkeys—with you as the captain—overthrew their pirate overlords. But it is not gold you want. Nay, coconuts are the bounty you seek.

Alas! There be limited space on the sea. Compete for control of sea routes to get the most coconuts.

Players: 2

Time: 15 minutes

Play Now!

Game icon


Do you have feedback or ideas for improvement? Open an issue.

Want more games? Check these out.

Development

To build, run npm run build.

To run locally with live reloading and no service worker, run npm run dev. (If a service worker was previously registered, you can unregister it in chrome developer tools: Application > Service workers > Unregister.)

To run locally and register the service worker, run npm start.

To deploy, push to main or manually trigger the .github/workflows/deploy.yml workflow.

During deployment, the prebuild script will compress png images into the webp format. You can also compress these images by running npm run compressImages if you have the webp compression tool installed.