Skip to content

michaelbarlow7/conways6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Just an implementation of Conway's Game of Life in 6502 Assembly language. It differs to the code listed at rosettacode.org/wiki/Conway's_Game_of_Life, since it's on a toroidal field (i.e. the top and bottom wrap around, and so does the left and right of the field). It's also a lot slower. 

I've been meaning to make it more efficient, and also refactor the code a bit. But I can't be bothered. Just putting it here for persistence sake.

About

Conway's Game of Life (6502 Assembly)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published