Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 2.33 KB

README.md

File metadata and controls

41 lines (34 loc) · 2.33 KB

IT-Berries-02-2018

Java course 02.2018. Project: IT-Berries

Catch the alien - логическая настольная игра для двух человек, сочетающая позиционное стратегическое планирование с тактическим перебором вариантов. Ведётся на плоском игровом поле, расчерченном на клетки одинакового размера. Один из игроков старается окружить противника своими кораблями, цель второго игрока - как можно быстрее покинуть поле и не дать себя окружить.

Our team

Travis CI statuses

Build Status

Project links

Production

Frontend

Backend

Documentation

How to install locally

1. Frontend installation

  • Clone or download frontend repository
  • Go to frontend local repository directory: $ cd .../2018_1_IT-Berries
  • Install dependencies with NPM: $ npm install
  • Start frontend server: $ npm run start

2. Backend installation

  • Clone or download backend repository
  • Go to backend local repository directory: $ cd .../IT-Berries-02-2018
  • Start backend server with Maven: $ mvn spring-boot:run

3. Run