Coder Social home page Coder Social logo

pentago-symfony's Introduction

pentago-symfony

Pentago game implementation in Symfony 5.

Definition and rules from Wikipedia :

Pentago is a two-player abstract strategy game invented by Tomas Flodén. The Swedish company Mindtwister has the rights of developing and commercializing the product. The game is played on a 6×6 board divided into four 3×3 sub-boards (or quadrants). Taking turns, the two players place a marble of their color (either black or white) onto an unoccupied space on the board, and then rotate one of the sub-boards by 90 degrees either clockwise or anti-clockwise. A player wins by getting five of their marbles in a vertical, horizontal or diagonal row (either before or after the sub-board rotation in their move). If all 36 spaces on the board are occupied without a row of five being formed then the game is a draw."

Prerequisite

Installation

  • Clone this repo
  • Run make install to install dependencies. It will also create a .env.local file.
  • Fill .env.local file with your credentials.
  • Run make start to start the server
  • Run make create-db to create & initialize the database
  • Run make migrate to run migrations
  • Play on localhost:8080

Type make help to list all commands available

Database persistance

We are using a postgres image to run locally our database. You can access to Adminer on localhost:8081 and entering credentials from the .env.local file.

Do not using .env to store your personal credentials because it's git tracked.

Migrations

  • make create-migration for creating a doctrine migration if entities has been changed.
  • make migrate to run pending migrations.

pentago-symfony's People

Contributors

alexisjanvier avatar mchaffotte avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pentago-symfony's Issues

Postgresql Password authentification failed

Hi,

Thank you for sharing this app !

I have a little problem (mabye a noob question).
When i change credentials for postgresql database in env.local and launch make create-db i have an error :

SQLSTATE[08006] [7] FATAL: password authentication failed for user

I don't understand where is the problem, there is my changes :

POSTGRES_USER="pentago"
POSTGRES_PASSWORD="pentagopwd"
POSTGRES_DB="pentago_db"

DATABASE_URL="postgresql://pentago:pentagopwd@database:5432/pentago_db?serverVersion=11&charset=utf8"

Thanks for your help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.