DrPantera / gsiege

Gades Siege teaches expert systems programming by having AIs compete in a Stratego-inspired board game.
http://drpantera.github.io/gsiege/
GNU General Public License v3.0
0 stars 1 forks source link

Movimientos anteriores #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Al mover fichas, añadir hecho de movimientos a un histórico que esté 
disponible para los jugadores, por ejemplo:

(movio (eq X) (num Y) (turno T) (mov Z) (pos-x-ini X1) (pos-y-ini y1))

Original issue reported on code.google.com by manuel.p...@gm.uca.es on 7 Jun 2011 at 9:15

GoogleCodeExporter commented 9 years ago

Original comment by theom...@gmail.com on 24 Jun 2011 at 7:40

GoogleCodeExporter commented 9 years ago
Hecho. Al final la plantilla tiene los siguientes slots:
(slot equipo)
(slot num)
(slot turno)
(slot mov)
(slot pos-x-ini)
(slot pos-y-ini)
(slot puntos)

Original comment by theom...@gmail.com on 30 Jul 2011 at 4:17