Skip to content

Project design to be the game Damas for one challenge.

License

Notifications You must be signed in to change notification settings

larissajusten/game-damas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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