Skip to content

Michael-Day/Markov-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markov-Generator

A fairly standard Markov text generator thing.

This thing opens up a .txt of your choice and creates a single sentence from a Markov chain using the RiTa library. (https://rednoise.org/rita/) Most of the code is developed from the example on their page.

The display part of it uses the p5.js library (http://p5js.org/).

Outside of Firefox, you might need to run a local server to make this work. The p5.js github page gives good instructions on how to do this: (https://github.com/processing/p5.js/wiki/Local-server)

Have fun with it!

@mday

About

A fairly bog-standard Markov generator using p5.js and RiTa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages