Snake in Haskell using FRP (Functional Reactive Programming)
Find a file
Kiana Sheibani a6a70e5dca
Add true randomness
Previously, randomness was faked via bad pseudo-randomness code, so
let's refactor some of this to add true randomness support.
2024-04-21 03:39:41 -04:00
src Add true randomness 2024-04-21 03:39:41 -04:00
.envrc Initial commit 2022-03-12 18:39:23 -05:00
.gitignore Initial commit 2022-03-12 18:39:23 -05:00
flake.lock Update dependencies 2024-04-21 03:39:13 -04:00
flake.nix Setup more package details 2023-01-24 13:23:02 -05:00
LICENSE Create LICENSE 2022-03-12 18:44:09 -05:00
README.md Switch to using Dunai instead of Yampa 2023-01-17 21:51:52 -05:00
snake.cabal Add true randomness 2024-04-21 03:39:41 -04:00

Snake (with Dunai)

A second project based on Functional Reactive Programming after conways-game-of-life.