Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 601 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 601 Bytes

reversi

A DOS game that I have written with Turbo Pascal 20 years ago. It uses AI algorithms (minimax with alpha and beta pruning). The name of the game LP stends for Loja me Pulla (Game of Spots in English). Later I learned that in English it is actually called Reversi.

It can run on Linux with dosbox:

sudo apt-get install dosbox
dosbox LP.EXE

To compile it maybe you can use Free Pascal:

sudo apt-get install fp-compiler fp-ide

See also: http://fusharblog.com/installing-free-pascal-in-ubuntu/

However I haven't tried it myself (LP.EXE is almost 20 years old).