Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fields-of-arle

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fields-of-arle

[![Depfu](https://badges.depfu.com/badges/ede82a33ca142bfe99428710696ad9b3/overview.svg)](https://depfu.com/github/philihp/fields-of-arle?project_id=5793) [![codecov](https://codecov.io/gh/philihp/fields-of-arle/branch/master/graph/badge.svg)](https://cod

  • 0.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Fields of Arle on boardgame.io

Depfu codecov

This is an implementation of Fields of Arle to play online. It takes the following approaches:

  • State shape should be similar to the physical board. The G schema should be intuitive
    • e.g. we could keep a count of each animal and have the view figure out where they live on the farm, however instead keep the location of each animal on the land/tableau.
    • Simple, fungible objects with infinite supply (such as a timber), which will not ever have anything resting on top of them should be stored as a string. Inventory is represented as ['clay','clay','clay'], rather than {clay: 3}.
  • Derived data are handled by React views.
    • Which land tiles are flooded is calculated on the client.

Setting Up

  • Get node 8.12
  • Get npm 6.4.1
  • Checkout the repo and install with npm install
  • Run the site with npm run start

Warranties

This is mostly an academic passion project. As such, it has turned into an exercise for me to learn how babel works, or how eslint works, or how functional programming works. As such, I make no guarantees for code quality. Always be learning.

Timelines

I have resolved to make a commit a day on this project. We'll build something cool someday.

Bugs & Contributing

If you find a bug, please open a Github issue or better yet a PR. My email should be in the git logs, if you'd like to contact me.

FAQs

Package last updated on 19 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc