Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 907 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 907 Bytes

Snake expert

A university task to create an expert system. Click here to see the demo. The goal is to allow the user to be asked several questions about how the snake looks, and then tell him what's this snake called.

How to run locally

  1. Clone this repository.
    git clone https://github.com/aaneitchik/snake-expert.git
  2. Install dependencies with yarn:
    yarn install
  3. Run the project in dev mode:
    yarn start
    or build your own version:
    yarn build

Credits

Unfortunately the repository where original rules were listed does not exist anymore. Rules for defining snakes were taken from this repository and then translated from French to English.