8 lines
368 B
Markdown
Executable file
8 lines
368 B
Markdown
Executable file
---
|
|
layout: default
|
|
title: Markov Chains
|
|
category: Software
|
|
cards: [Markov Chains]
|
|
tags: [javascript, web]
|
|
---
|
|
A rock paper scissors game using markov chains to predict the player's pick. Due to the limitations of markov chains, it's not really good. But I feel it's at least better than RNG, since *if* the player uses a simple pattern, the chain will figure it out.
|