Skip to content

daskleinesys/attack-online

Repository files navigation

Attack Online

Browsergame based on boardgame Attack. Not an exact clone.

Setup

  1. get sources from github (https://github.com/daskleinesys/attack-online)
  2. switch into docker directory
    cd docker
  3. start container
    docker-compose up -d
  4. install php vendor files
    docker-compose exec web php composer.phar install
  5. install js+css vendor files + build
    docker-compose exec web npm install
    docker-compose exec web npm run build
  6. have fun :-)

About

Boardgame Attack played online

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published