mgonnet / shogi

Haskell implementation of classic Shogi game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Rey = R Alfil = a Torre = t GeneralPlateado = s GeneralDorado = G Peon = p Lancero = l Caballo = c

Evolution Alfil = A Torre = T GeneralPlateado = S Peon = P Lancero = L Caballo = C

--"Mover 3,2 3,2 Promover" --"Mover 3,2 3,2 NoPromover"

--"Arrojar P 3,2"

Shogi Game

El shogi, popularmente conocido como ajedrez japonés, es un juego de estrategia para dos jugadores perteneciente a la misma familia que el ajedrez y el xiangqi, todos ellos descendientes del juego Indio chaturanga o algún otro tipo de pariente de juego cerca

What is this repository for?

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

About

Haskell implementation of classic Shogi game


Languages

Language:Haskell 100.0%