Skip to content

edvein-rin/ml-candy-crush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML Candy Crush

Candy Crush game with ML companion.

Development

Install Python 3.12.

Install Python requirements:

make install

Run the game:

make run

Run tests:

make test