Skip to content

A project I did during my degree to create a Balatro knockoff in Haskell

Notifications You must be signed in to change notification settings

hasskyh/Halatro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Halatro

Description

This is a simple game based on Balatro, where you can either play the game yourself or let an AI play it for you. There are multiple AI built into the program, but they can only be swapped out by setting myAI to be equal to one of them in the CourseworkOne.hs file.

Installation

To install, simply clone the directory. You will also need to make sure you have Haskell installed on your computer. You can then use stack run to play yourself, or stack run ai to get myAI to play it for you instead. You can also do stack run total ___ (stack run total 1000 for instance) to get the ai to play that many times, and then return the average score.

About

A project I did during my degree to create a Balatro knockoff in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published