Skip to content

A simple mathematical game whose objective is to complete magic squares or as much as your score is higher than that of your opponent, be it another player or the computer. It makes use of the IO interface and has several game modes.

Notifications You must be signed in to change notification settings

deyors/Haskell_Game-Magic-Square-DEYORS-English

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Haskell_Game-Magic-Square-DEYORS (English)

It is a simple mathematical game whose objective is to complete magic squares or at best that your score is higher than that of your opponent, either another player or the computer. It makes use of the IO interface and has several game modes.

The game makes use of the extensions:

import Data.List -> Naturally integrated, nothing to install.

import System.Random -> Naturally integrated, nothing to install. However, in some versions of WinGHCi it does not run properly. It is recommended to run the game in WinHugs to avoid problems.

EXECUTION OF THE GAME

  1. Install WinHugs and open it.
  2. Drag the file to the window and drop inside.
  3. When you get the message that it has loaded successfully, run the command: main.
  4. Follow the instructions.

It is not intended in any way to promote the literal copying of the codes to pass any course.

This content is 100% free, but you can help me to continue uploading material by donating what you see fit to my Paypal: paypal.me/deyors

About

A simple mathematical game whose objective is to complete magic squares or as much as your score is higher than that of your opponent, be it another player or the computer. It makes use of the IO interface and has several game modes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published