Skip to content

Random Langton ants simulated via hand-written WebAssembly

License

Notifications You must be signed in to change notification settings

arguablykomodo/ant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Langton ants simulated via WebAssembly.

Building

Requires wat2wasm from the WebAssembly Binary Toolkit:

wat2wasm main.wat

And that's really all you have to do.