ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 14, 2023ZX Life - Part 3: A Big O No(tation)This is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. In Part 2 we broke down our solution to Conway's Game of Life in ZX Basi...Discuss·59 readsZX Life#big o notation
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 20, 2023ZX Life - Part 5: A High Level DecisionThis is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. In Part 4 we reduced the complexity of our solution to Conway's Game of ...Discuss·67 readsZX Lifezx spectrum
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 12, 2023ZX Life - Part 2: A BreakdownThis is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. I ended Part 1 with the full listing of my initial solution for Conway's...Discuss·100 readsZX Lifebasic
Dave TaylorforTechnician Thoughtstechnicianthoughts.hashnode.net·Mar 30, 2023ZX Spectrum Assembler CheatsI'm one of the oldies who remembers the ZX Spectrum in its first guise back in 1982. Back then my knees worked but Google didn't. So trying to get information on the rubber keyed black box of joy was difficult. Particularly when it came to Assembler ...Discusszx spectrum
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 30, 2023ZX Life - Part 9: The Rest of the ZX OwlThis is the final part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. In Part 8 we got familiar with writing our own libraries to be...Discuss·110 readsZX Lifezx spectrum
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 26, 2023ZX Life - Part 8: A Separation of ConcernsThis is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. In Part 7 we reclaimed some space lost to improvements in time complexit...Discuss·49 readsZX Lifezx spectrum
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 23, 2023ZX Life - Part 7: Reclaiming Some SpaceThis is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. In Part 6 we applied further optimisation by caching extra data to get r...Discuss·61 readsZX Lifebitwise operators
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 21, 2023ZX Life - Part 6: Life in the Old DogThis is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. A common approach to reducing the complexity of algorithms is to attempt...Discuss·66 readsZX Lifez88dk
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 20, 2023ZX Life - Part 5: A High Level DecisionThis is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. In Part 4 we reduced the complexity of our solution to Conway's Game of ...Discuss·67 readsZX Lifezx spectrum
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 17, 2023ZX Life - Part 4: High Level OptimisationThis is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. In Part 3 we evaluated how efficient our initial solution was to Conway'...Discuss·67 readsZX Lifezx spectrum
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 14, 2023ZX Life - Part 3: A Big O No(tation)This is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. In Part 2 we broke down our solution to Conway's Game of Life in ZX Basi...Discuss·59 readsZX Life#big o notation
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 12, 2023ZX Life - Part 2: A BreakdownThis is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. I ended Part 1 with the full listing of my initial solution for Conway's...Discuss·100 readsZX Lifebasic