Skip to content

juliendehos/miso-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍜 miso-games

Solo games

Two-player games

Bots

  • Random
  • Monte-Carlo

Build and run

Install Nix Flakes, then:

nix develop .#wasm

# build and run app
make build && make serve

# test
make test

# benchmark
make time

# build, test, optimize
make

Test/bench using ghc:

nix develop .#default
cabal test
cabal run time
cabal bench
cabal build criterion && $(cabal list-bin criterion | tail -n 1) --output bench.html
$(cabal list-bin criterion | tail -n 1) --list
$(cabal list-bin criterion | tail -n 1) "Breakthrough.Game/play"

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published