Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 866 Bytes

README.md

File metadata and controls

56 lines (43 loc) · 866 Bytes

Damas

Damas is a game where 2 people have to make moves to "eat" as many of the opponent's pieces as possible.

Project Structure

|--src
  App.scss
  App.jsx
  index.js
  routes.jsx
  setupTests.js
  |--assets
    |--scss-variables
    |--images
  |--components
    |--Board
    |--Header
    |--House
    |--Modals
    |--Options
    |--Piece
    index.js
  |--constants
  |--redux
  |--screens
    |--match
    |--menu
    |--options
    index.js

Installation

Use the package manager npm to install Damas.

npm install

Usage

npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT